Answers for "hex gray color"

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