Answers for "gray hex color"

-1

grey rgb values

#808080 rgb(128,128,128)
Posted by: Guest on May-22-2020
1

css light grey

#selector{
    color:lightgrey;
}
Posted by: Guest on April-08-2020
4

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
3

grey rgb

RGB(220,220,220)
Posted by: Guest on September-11-2020

Browse Popular Code Answers by Language