Shades of Davy's Grey #779575
Tints of Davy's Grey #779575
RGB
CMYK
RGB Variations
Color information
#779575 (or 0x779575) is known color: Davy's Grey. HEX triplet: 77, 95 and 75. RGB value is (119,149,117). Sum of RGB (Red+Green+Blue) = 119+149+117=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #779575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779575 is #886A8A. Grayscale: #888888. Windows color (decimal): -8940171 or 7705975. OLE color: 7705975.
HSL color Cylindrical-coordinate representation of color #779575: hue angle of 116.25º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779575 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 117 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.42 |
| HSL | 116.25º | 0.13% | 0.52% | - |
| HSV(B) | 116.25º | 0.21% | 0.58% | - |
| XYZ | 21.57 | 26.7 | 20.85 | - |
| YUV | 136.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 117 | 0.20 | 0 | 0.21 | 0.42 | 116.25 | 0.13 | 0.52 |
| Hex | 77 | 95 | 75 | 14 | 0 | 15 | 2A | 74 | D | 34 |
| Octal | 167 | 225 | 165 | 24 | 0 | 25 | 52 | 164 | 15 | 64 |
| Binary | 1110111 | 10010101 | 1110101 | 10100 | 0 | 10101 | 101010 | 1110100 | 1101 | 110100 |
Color Harmonies of #779575
Complementary color
Monochromatic Colors of #779575
Black with #779575
Text Example
Text Example
White with #779575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779575; }
p { color: rgb(119,149,117); }
H1.HeaderClassName
{
color: #779575;
}
.AnyTagClassName
{
color: #779575;
}
</style>
background-color css
<style>
a { background-color: #779575; }
a { background-color: rgb(119,149,117); }
div.DivClassName
{
background-color: #779575;
}
.BgClassName
{
background-color: #779575;
}
</style>
border-color css
<style>
span { border-color: #779575; }
span { border-color: rgb(119,149,117); }
td.TdClassName
{
border-color: #779575;
}
.TagClassName
{
border-color: #779575;
}
</style>