Shades of Davy's Grey #779978
Tints of Davy's Grey #779978
RGB
CMYK
RGB Variations
Color information
#779978 (or 0x779978) is known color: Davy's Grey. HEX triplet: 77, 99 and 78. RGB value is (119,153,120). Sum of RGB (Red+Green+Blue) = 119+153+120=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #779978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779978 is #886687. Grayscale: #8B8B8B. Windows color (decimal): -8939144 or 7903607. OLE color: 7903607.
HSL color Cylindrical-coordinate representation of color #779978: hue angle of 121.76º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779978 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 120 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.4 |
| HSL | 121.76º | 0.14% | 0.53% | - |
| HSV(B) | 121.76º | 0.22% | 0.6% | - |
| XYZ | 22.39 | 28.06 | 22.01 | - |
| YUV | 139.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 120 | 0.22 | 0 | 0.22 | 0.4 | 121.76 | 0.14 | 0.53 |
| Hex | 77 | 99 | 78 | 16 | 0 | 16 | 28 | 7A | E | 35 |
| Octal | 167 | 231 | 170 | 26 | 0 | 26 | 50 | 172 | 16 | 65 |
| Binary | 1110111 | 10011001 | 1111000 | 10110 | 0 | 10110 | 101000 | 1111010 | 1110 | 110101 |
Color Harmonies of #779978
Complementary color
Monochromatic Colors of #779978
Black with #779978
Text Example
Text Example
White with #779978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779978; }
p { color: rgb(119,153,120); }
H1.HeaderClassName
{
color: #779978;
}
.AnyTagClassName
{
color: #779978;
}
</style>
background-color css
<style>
a { background-color: #779978; }
a { background-color: rgb(119,153,120); }
div.DivClassName
{
background-color: #779978;
}
.BgClassName
{
background-color: #779978;
}
</style>
border-color css
<style>
span { border-color: #779978; }
span { border-color: rgb(119,153,120); }
td.TdClassName
{
border-color: #779978;
}
.TagClassName
{
border-color: #779978;
}
</style>