Shades of Davy's Grey #779079
Tints of Davy's Grey #779079
RGB
CMYK
RGB Variations
Color information
#779079 (or 0x779079) is known color: Davy's Grey. HEX triplet: 77, 90 and 79. RGB value is (119,144,121). Sum of RGB (Red+Green+Blue) = 119+144+121=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #779079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779079 is #886F86. Grayscale: #858585. Windows color (decimal): -8941447 or 7966839. OLE color: 7966839.
HSL color Cylindrical-coordinate representation of color #779079: hue angle of 124.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #779079 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 121 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.44 |
| HSL | 124.8º | 0.1% | 0.52% | - |
| HSV(B) | 124.8º | 0.17% | 0.56% | - |
| XYZ | 21.03 | 25.25 | 21.85 | - |
| YUV | 133.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 121 | 0.17 | 0 | 0.16 | 0.44 | 124.8 | 0.1 | 0.52 |
| Hex | 77 | 90 | 79 | 11 | 0 | 10 | 2C | 7D | A | 34 |
| Octal | 167 | 220 | 171 | 21 | 0 | 20 | 54 | 175 | 12 | 64 |
| Binary | 1110111 | 10010000 | 1111001 | 10001 | 0 | 10000 | 101100 | 1111101 | 1010 | 110100 |
Color Harmonies of #779079
Complementary color
Monochromatic Colors of #779079
Black with #779079
Text Example
Text Example
White with #779079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779079; }
p { color: rgb(119,144,121); }
H1.HeaderClassName
{
color: #779079;
}
.AnyTagClassName
{
color: #779079;
}
</style>
background-color css
<style>
a { background-color: #779079; }
a { background-color: rgb(119,144,121); }
div.DivClassName
{
background-color: #779079;
}
.BgClassName
{
background-color: #779079;
}
</style>
border-color css
<style>
span { border-color: #779079; }
span { border-color: rgb(119,144,121); }
td.TdClassName
{
border-color: #779079;
}
.TagClassName
{
border-color: #779079;
}
</style>