Shades of Davy's Grey #778978
Tints of Davy's Grey #778978
RGB
CMYK
RGB Variations
Color information
#778978 (or 0x778978) is known color: Davy's Grey. HEX triplet: 77, 89 and 78. RGB value is (119,137,120). Sum of RGB (Red+Green+Blue) = 119+137+120=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #778978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778978 is #887687. Grayscale: #818181. Windows color (decimal): -8943240 or 7899511. OLE color: 7899511.
HSL color Cylindrical-coordinate representation of color #778978: hue angle of 123.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778978 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 120 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.46 |
| HSL | 123.33º | 0.07% | 0.5% | - |
| HSV(B) | 123.33º | 0.13% | 0.54% | - |
| XYZ | 19.94 | 23.17 | 21.19 | - |
| YUV | 129.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 120 | 0.13 | 0 | 0.12 | 0.46 | 123.33 | 0.07 | 0.5 |
| Hex | 77 | 89 | 78 | D | 0 | C | 2E | 7B | 7 | 32 |
| Octal | 167 | 211 | 170 | 15 | 0 | 14 | 56 | 173 | 7 | 62 |
| Binary | 1110111 | 10001001 | 1111000 | 1101 | 0 | 1100 | 101110 | 1111011 | 111 | 110010 |
Color Harmonies of #778978
Complementary color
Monochromatic Colors of #778978
Black with #778978
Text Example
Text Example
White with #778978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778978; }
p { color: rgb(119,137,120); }
H1.HeaderClassName
{
color: #778978;
}
.AnyTagClassName
{
color: #778978;
}
</style>
background-color css
<style>
a { background-color: #778978; }
a { background-color: rgb(119,137,120); }
div.DivClassName
{
background-color: #778978;
}
.BgClassName
{
background-color: #778978;
}
</style>
border-color css
<style>
span { border-color: #778978; }
span { border-color: rgb(119,137,120); }
td.TdClassName
{
border-color: #778978;
}
.TagClassName
{
border-color: #778978;
}
</style>