Shades of Davy's Grey #798D77
Tints of Davy's Grey #798D77
RGB
CMYK
RGB Variations
Color information
#798D77 (or 0x798D77) is known color: Davy's Grey. HEX triplet: 79, 8D and 77. RGB value is (121,141,119). Sum of RGB (Red+Green+Blue) = 121+141+119=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 141 - color contains mainly: green. Hex color #798D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798D77 is #867288. Grayscale: #848484. Windows color (decimal): -8811145 or 7835001. OLE color: 7835001.
HSL color Cylindrical-coordinate representation of color #798D77: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #798D77 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 141 | 119 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.45 |
| HSL | 114.55º | 0.09% | 0.51% | - |
| HSV(B) | 114.55º | 0.16% | 0.55% | - |
| XYZ | 20.74 | 24.45 | 21.08 | - |
| YUV | 132.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 119 | 0.14 | 0 | 0.16 | 0.45 | 114.55 | 0.09 | 0.51 |
| Hex | 79 | 8D | 77 | E | 0 | 10 | 2D | 73 | 9 | 33 |
| Octal | 171 | 215 | 167 | 16 | 0 | 20 | 55 | 163 | 11 | 63 |
| Binary | 1111001 | 10001101 | 1110111 | 1110 | 0 | 10000 | 101101 | 1110011 | 1001 | 110011 |
Color Harmonies of #798D77
Complementary color
Monochromatic Colors of #798D77
Black with #798D77
Text Example
Text Example
White with #798D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D77; }
p { color: rgb(121,141,119); }
H1.HeaderClassName
{
color: #798D77;
}
.AnyTagClassName
{
color: #798D77;
}
</style>
background-color css
<style>
a { background-color: #798D77; }
a { background-color: rgb(121,141,119); }
div.DivClassName
{
background-color: #798D77;
}
.BgClassName
{
background-color: #798D77;
}
</style>
border-color css
<style>
span { border-color: #798D77; }
span { border-color: rgb(121,141,119); }
td.TdClassName
{
border-color: #798D77;
}
.TagClassName
{
border-color: #798D77;
}
</style>