Shades of Davy's Grey #799D79
Tints of Davy's Grey #799D79
RGB
CMYK
RGB Variations
Color information
#799D79 (or 0x799D79) is known color: Davy's Grey. HEX triplet: 79, 9D and 79. RGB value is (121,157,121). Sum of RGB (Red+Green+Blue) = 121+157+121=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #799D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D79 is #866286. Grayscale: #8E8E8E. Windows color (decimal): -8807047 or 7970169. OLE color: 7970169.
HSL color Cylindrical-coordinate representation of color #799D79: hue angle of 120º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799D79 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 121 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.38 |
| HSL | 120º | 0.16% | 0.55% | - |
| HSV(B) | 120º | 0.23% | 0.62% | - |
| XYZ | 23.39 | 29.56 | 22.56 | - |
| YUV | 142.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 121 | 0.23 | 0 | 0.23 | 0.38 | 120 | 0.16 | 0.55 |
| Hex | 79 | 9D | 79 | 17 | 0 | 17 | 26 | 78 | 10 | 37 |
| Octal | 171 | 235 | 171 | 27 | 0 | 27 | 46 | 170 | 20 | 67 |
| Binary | 1111001 | 10011101 | 1111001 | 10111 | 0 | 10111 | 100110 | 1111000 | 10000 | 110111 |
Color Harmonies of #799D79
Complementary color
Monochromatic Colors of #799D79
Black with #799D79
Text Example
Text Example
White with #799D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D79; }
p { color: rgb(121,157,121); }
H1.HeaderClassName
{
color: #799D79;
}
.AnyTagClassName
{
color: #799D79;
}
</style>
background-color css
<style>
a { background-color: #799D79; }
a { background-color: rgb(121,157,121); }
div.DivClassName
{
background-color: #799D79;
}
.BgClassName
{
background-color: #799D79;
}
</style>
border-color css
<style>
span { border-color: #799D79; }
span { border-color: rgb(121,157,121); }
td.TdClassName
{
border-color: #799D79;
}
.TagClassName
{
border-color: #799D79;
}
</style>