Shades of Davy's Grey #779675
Tints of Davy's Grey #779675
RGB
CMYK
RGB Variations
Color information
#779675 (or 0x779675) is known color: Davy's Grey. HEX triplet: 77, 96 and 75. RGB value is (119,150,117). Sum of RGB (Red+Green+Blue) = 119+150+117=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #779675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779675 is #88698A. Grayscale: #898989. Windows color (decimal): -8939915 or 7706231. OLE color: 7706231.
HSL color Cylindrical-coordinate representation of color #779675: hue angle of 116.36º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779675 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 150 | 117 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.41 |
| HSL | 116.36º | 0.14% | 0.52% | - |
| HSV(B) | 116.36º | 0.22% | 0.59% | - |
| XYZ | 21.72 | 27.02 | 20.9 | - |
| YUV | 136.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 117 | 0.21 | 0 | 0.22 | 0.41 | 116.36 | 0.14 | 0.52 |
| Hex | 77 | 96 | 75 | 15 | 0 | 16 | 29 | 74 | E | 34 |
| Octal | 167 | 226 | 165 | 25 | 0 | 26 | 51 | 164 | 16 | 64 |
| Binary | 1110111 | 10010110 | 1110101 | 10101 | 0 | 10110 | 101001 | 1110100 | 1110 | 110100 |
Color Harmonies of #779675
Complementary color
Monochromatic Colors of #779675
Black with #779675
Text Example
Text Example
White with #779675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779675; }
p { color: rgb(119,150,117); }
H1.HeaderClassName
{
color: #779675;
}
.AnyTagClassName
{
color: #779675;
}
</style>
background-color css
<style>
a { background-color: #779675; }
a { background-color: rgb(119,150,117); }
div.DivClassName
{
background-color: #779675;
}
.BgClassName
{
background-color: #779675;
}
</style>
border-color css
<style>
span { border-color: #779675; }
span { border-color: rgb(119,150,117); }
td.TdClassName
{
border-color: #779675;
}
.TagClassName
{
border-color: #779675;
}
</style>