Answers for "grayscale in rgb"

CSS
0

grayscale css

filter: grayscale(100%);
Posted by: Guest on April-06-2021
5

gray rgb code

// Gray RGB
rgb(128, 128, 128)

// This is because right now you basically get 
// a grayscale color because all values are the same
Posted by: Guest on March-01-2021

Browse Popular Code Answers by Language