Answers for "apply grayscale to background color css"

CSS
2

grayscale css

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

how to make gray ufing rgb in css

// Gray RGB
rgb(128, 128, 128)
Posted by: Guest on January-14-2022

Code answers related to "apply grayscale to background color css"

Browse Popular Code Answers by Language