Shades of Davy's Grey #788C76
Tints of Davy's Grey #788C76
RGB
CMYK
RGB Variations
Color information
#788C76 (or 0x788C76) is known color: Davy's Grey. HEX triplet: 78, 8C and 76. RGB value is (120,140,118). Sum of RGB (Red+Green+Blue) = 120+140+118=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 140 - color contains mainly: green. Hex color #788C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788C76 is #877389. Grayscale: #838383. Windows color (decimal): -8876938 or 7769208. OLE color: 7769208.
HSL color Cylindrical-coordinate representation of color #788C76: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #788C76 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 140 | 118 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.45 |
| HSL | 114.55º | 0.09% | 0.51% | - |
| HSV(B) | 114.55º | 0.16% | 0.55% | - |
| XYZ | 20.39 | 24.06 | 20.71 | - |
| YUV | 131.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 118 | 0.14 | 0 | 0.16 | 0.45 | 114.55 | 0.09 | 0.51 |
| Hex | 78 | 8C | 76 | E | 0 | 10 | 2D | 73 | 9 | 33 |
| Octal | 170 | 214 | 166 | 16 | 0 | 20 | 55 | 163 | 11 | 63 |
| Binary | 1111000 | 10001100 | 1110110 | 1110 | 0 | 10000 | 101101 | 1110011 | 1001 | 110011 |
Color Harmonies of #788C76
Complementary color
Monochromatic Colors of #788C76
Black with #788C76
Text Example
Text Example
White with #788C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C76; }
p { color: rgb(120,140,118); }
H1.HeaderClassName
{
color: #788C76;
}
.AnyTagClassName
{
color: #788C76;
}
</style>
background-color css
<style>
a { background-color: #788C76; }
a { background-color: rgb(120,140,118); }
div.DivClassName
{
background-color: #788C76;
}
.BgClassName
{
background-color: #788C76;
}
</style>
border-color css
<style>
span { border-color: #788C76; }
span { border-color: rgb(120,140,118); }
td.TdClassName
{
border-color: #788C76;
}
.TagClassName
{
border-color: #788C76;
}
</style>