Shades of Davy's Grey #799578
Tints of Davy's Grey #799578
RGB
CMYK
RGB Variations
Color information
#799578 (or 0x799578) is known color: Davy's Grey. HEX triplet: 79, 95 and 78. RGB value is (121,149,120). Sum of RGB (Red+Green+Blue) = 121+149+120=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #799578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799578 is #866A87. Grayscale: #898989. Windows color (decimal): -8809096 or 7902585. OLE color: 7902585.
HSL color Cylindrical-coordinate representation of color #799578: hue angle of 117.93º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #799578 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 149 | 120 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.42 |
| HSL | 117.93º | 0.12% | 0.53% | - |
| HSV(B) | 117.93º | 0.19% | 0.58% | - |
| XYZ | 22.02 | 26.92 | 21.8 | - |
| YUV | 137.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 120 | 0.19 | 0 | 0.19 | 0.42 | 117.93 | 0.12 | 0.53 |
| Hex | 79 | 95 | 78 | 13 | 0 | 13 | 2A | 76 | C | 35 |
| Octal | 171 | 225 | 170 | 23 | 0 | 23 | 52 | 166 | 14 | 65 |
| Binary | 1111001 | 10010101 | 1111000 | 10011 | 0 | 10011 | 101010 | 1110110 | 1100 | 110101 |
Color Harmonies of #799578
Complementary color
Monochromatic Colors of #799578
Black with #799578
Text Example
Text Example
White with #799578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799578; }
p { color: rgb(121,149,120); }
H1.HeaderClassName
{
color: #799578;
}
.AnyTagClassName
{
color: #799578;
}
</style>
background-color css
<style>
a { background-color: #799578; }
a { background-color: rgb(121,149,120); }
div.DivClassName
{
background-color: #799578;
}
.BgClassName
{
background-color: #799578;
}
</style>
border-color css
<style>
span { border-color: #799578; }
span { border-color: rgb(121,149,120); }
td.TdClassName
{
border-color: #799578;
}
.TagClassName
{
border-color: #799578;
}
</style>