Shades of Davy's Grey #778376
Tints of Davy's Grey #778376
RGB
CMYK
RGB Variations
Color information
#778376 (or 0x778376) is known color: Davy's Grey. HEX triplet: 77, 83 and 76. RGB value is (119,131,118). Sum of RGB (Red+Green+Blue) = 119+131+118=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 131 - color contains mainly: green. Hex color #778376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778376 is #887C89. Grayscale: #7D7D7D. Windows color (decimal): -8944778 or 7766903. OLE color: 7766903.
HSL color Cylindrical-coordinate representation of color #778376: hue angle of 115.38º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #778376 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 118 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.49 |
| HSL | 115.38º | 0.05% | 0.49% | - |
| HSV(B) | 115.38º | 0.1% | 0.51% | - |
| XYZ | 18.99 | 21.46 | 20.28 | - |
| YUV | 125.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 118 | 0.09 | 0 | 0.10 | 0.49 | 115.38 | 0.05 | 0.49 |
| Hex | 77 | 83 | 76 | 9 | 0 | A | 31 | 73 | 5 | 31 |
| Octal | 167 | 203 | 166 | 11 | 0 | 12 | 61 | 163 | 5 | 61 |
| Binary | 1110111 | 10000011 | 1110110 | 1001 | 0 | 1010 | 110001 | 1110011 | 101 | 110001 |
Color Harmonies of #778376
Complementary color
Monochromatic Colors of #778376
Black with #778376
Text Example
Text Example
White with #778376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778376; }
p { color: rgb(119,131,118); }
H1.HeaderClassName
{
color: #778376;
}
.AnyTagClassName
{
color: #778376;
}
</style>
background-color css
<style>
a { background-color: #778376; }
a { background-color: rgb(119,131,118); }
div.DivClassName
{
background-color: #778376;
}
.BgClassName
{
background-color: #778376;
}
</style>
border-color css
<style>
span { border-color: #778376; }
span { border-color: rgb(119,131,118); }
td.TdClassName
{
border-color: #778376;
}
.TagClassName
{
border-color: #778376;
}
</style>