Shades of Grey #787777
Tints of Grey #787777
RGB
CMYK
RGB Variations
Color information
#787777 (or 0x787777) is known color: Grey. HEX triplet: 78, 77 and 77. RGB value is (120,119,119). Sum of RGB (Red+Green+Blue) = 120+119+119=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 120 - color contains mainly: red. Hex color #787777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787777 is #878888. Grayscale: #777777. Windows color (decimal): -8882313 or 7829368. OLE color: 7829368.
HSL color Cylindrical-coordinate representation of color #787777: hue angle of 0º degrees, saturation: 0, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #787777 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
RGB | 120 | 119 | 119 | - |
CMYK | 0 | 0.01 | 0.01 | 0.53 |
HSL | 0º | 0% | 0.47% | - |
HSV(B) | 0º | 0.01% | 0.47% | - |
XYZ | 17.67 | 18.52 | 20.1 | - |
YUV | 119.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 119 | 119 | 0 | 0.01 | 0.01 | 0.53 | 0 | 0 | 0.47 |
Hex | 78 | 77 | 77 | 0 | 1 | 1 | 35 | 0 | 0 | 2F |
Octal | 170 | 167 | 167 | 0 | 1 | 1 | 65 | 0 | 0 | 57 |
Binary | 1111000 | 1110111 | 1110111 | 0 | 1 | 1 | 110101 | 0 | 0 | 101111 |
Color Harmonies of #787777
Complementary color
Monochromatic Colors of #787777
Black with #787777
Text Example
Text Example
White with #787777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787777; }
p { color: rgb(120,119,119); }
H1.HeaderClassName
{
color: #787777;
}
.AnyTagClassName
{
color: #787777;
}
</style>
background-color css
<style>
a { background-color: #787777; }
a { background-color: rgb(120,119,119); }
div.DivClassName
{
background-color: #787777;
}
.BgClassName
{
background-color: #787777;
}
</style>
border-color css
<style>
span { border-color: #787777; }
span { border-color: rgb(120,119,119); }
td.TdClassName
{
border-color: #787777;
}
.TagClassName
{
border-color: #787777;
}
</style>