Shades of Davy's Grey #788C77
Tints of Davy's Grey #788C77
RGB
CMYK
RGB Variations
Color information
#788C77 (or 0x788C77) is known color: Davy's Grey. HEX triplet: 78, 8C and 77. RGB value is (120,140,119). Sum of RGB (Red+Green+Blue) = 120+140+119=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 140 - color contains mainly: green. Hex color #788C77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788C77 is #877388. Grayscale: #838383. Windows color (decimal): -8876937 or 7834744. OLE color: 7834744.
HSL color Cylindrical-coordinate representation of color #788C77: hue angle of 117.14º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788C77 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 140 | 119 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.45 |
| HSL | 117.14º | 0.08% | 0.51% | - |
| HSV(B) | 117.14º | 0.15% | 0.55% | - |
| XYZ | 20.45 | 24.08 | 21.02 | - |
| YUV | 131.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 119 | 0.14 | 0 | 0.15 | 0.45 | 117.14 | 0.08 | 0.51 |
| Hex | 78 | 8C | 77 | E | 0 | F | 2D | 75 | 8 | 33 |
| Octal | 170 | 214 | 167 | 16 | 0 | 17 | 55 | 165 | 10 | 63 |
| Binary | 1111000 | 10001100 | 1110111 | 1110 | 0 | 1111 | 101101 | 1110101 | 1000 | 110011 |
Color Harmonies of #788C77
Complementary color
Monochromatic Colors of #788C77
Black with #788C77
Text Example
Text Example
White with #788C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C77; }
p { color: rgb(120,140,119); }
H1.HeaderClassName
{
color: #788C77;
}
.AnyTagClassName
{
color: #788C77;
}
</style>
background-color css
<style>
a { background-color: #788C77; }
a { background-color: rgb(120,140,119); }
div.DivClassName
{
background-color: #788C77;
}
.BgClassName
{
background-color: #788C77;
}
</style>
border-color css
<style>
span { border-color: #788C77; }
span { border-color: rgb(120,140,119); }
td.TdClassName
{
border-color: #788C77;
}
.TagClassName
{
border-color: #788C77;
}
</style>