Shades of Davy's Grey #779078
Tints of Davy's Grey #779078
RGB
CMYK
RGB Variations
Color information
#779078 (or 0x779078) is known color: Davy's Grey. HEX triplet: 77, 90 and 78. RGB value is (119,144,120). Sum of RGB (Red+Green+Blue) = 119+144+120=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #779078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779078 is #886F87. Grayscale: #858585. Windows color (decimal): -8941448 or 7901303. OLE color: 7901303.
HSL color Cylindrical-coordinate representation of color #779078: hue angle of 122.4º 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 #779078 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 120 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.44 |
| HSL | 122.4º | 0.1% | 0.52% | - |
| HSV(B) | 122.4º | 0.17% | 0.56% | - |
| XYZ | 20.97 | 25.22 | 21.53 | - |
| YUV | 133.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 120 | 0.17 | 0 | 0.17 | 0.44 | 122.4 | 0.1 | 0.52 |
| Hex | 77 | 90 | 78 | 11 | 0 | 11 | 2C | 7A | A | 34 |
| Octal | 167 | 220 | 170 | 21 | 0 | 21 | 54 | 172 | 12 | 64 |
| Binary | 1110111 | 10010000 | 1111000 | 10001 | 0 | 10001 | 101100 | 1111010 | 1010 | 110100 |
Color Harmonies of #779078
Complementary color
Monochromatic Colors of #779078
Black with #779078
Text Example
Text Example
White with #779078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779078; }
p { color: rgb(119,144,120); }
H1.HeaderClassName
{
color: #779078;
}
.AnyTagClassName
{
color: #779078;
}
</style>
background-color css
<style>
a { background-color: #779078; }
a { background-color: rgb(119,144,120); }
div.DivClassName
{
background-color: #779078;
}
.BgClassName
{
background-color: #779078;
}
</style>
border-color css
<style>
span { border-color: #779078; }
span { border-color: rgb(119,144,120); }
td.TdClassName
{
border-color: #779078;
}
.TagClassName
{
border-color: #779078;
}
</style>