Shades of Davy's Grey #779179
Tints of Davy's Grey #779179
RGB
CMYK
RGB Variations
Color information
#779179 (or 0x779179) is known color: Davy's Grey. HEX triplet: 77, 91 and 79. RGB value is (119,145,121). Sum of RGB (Red+Green+Blue) = 119+145+121=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #779179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779179 is #886E86. Grayscale: #868686. Windows color (decimal): -8941191 or 7967095. OLE color: 7967095.
HSL color Cylindrical-coordinate representation of color #779179: hue angle of 124.62º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #779179 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 145 | 121 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.43 |
| HSL | 124.62º | 0.11% | 0.52% | - |
| HSV(B) | 124.62º | 0.18% | 0.57% | - |
| XYZ | 21.18 | 25.55 | 21.9 | - |
| YUV | 134.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 121 | 0.18 | 0 | 0.17 | 0.43 | 124.62 | 0.11 | 0.52 |
| Hex | 77 | 91 | 79 | 12 | 0 | 11 | 2B | 7D | B | 34 |
| Octal | 167 | 221 | 171 | 22 | 0 | 21 | 53 | 175 | 13 | 64 |
| Binary | 1110111 | 10010001 | 1111001 | 10010 | 0 | 10001 | 101011 | 1111101 | 1011 | 110100 |
Color Harmonies of #779179
Complementary color
Monochromatic Colors of #779179
Black with #779179
Text Example
Text Example
White with #779179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779179; }
p { color: rgb(119,145,121); }
H1.HeaderClassName
{
color: #779179;
}
.AnyTagClassName
{
color: #779179;
}
</style>
background-color css
<style>
a { background-color: #779179; }
a { background-color: rgb(119,145,121); }
div.DivClassName
{
background-color: #779179;
}
.BgClassName
{
background-color: #779179;
}
</style>
border-color css
<style>
span { border-color: #779179; }
span { border-color: rgb(119,145,121); }
td.TdClassName
{
border-color: #779179;
}
.TagClassName
{
border-color: #779179;
}
</style>