Shades of Davy's Grey #798579
Tints of Davy's Grey #798579
RGB
CMYK
RGB Variations
Color information
#798579 (or 0x798579) is known color: Davy's Grey. HEX triplet: 79, 85 and 79. RGB value is (121,133,121). Sum of RGB (Red+Green+Blue) = 121+133+121=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #798579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798579 is #867A86. Grayscale: #808080. Windows color (decimal): -8813191 or 7964025. OLE color: 7964025.
HSL color Cylindrical-coordinate representation of color #798579: hue angle of 120º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #798579 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 133 | 121 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.48 |
| HSL | 120º | 0.05% | 0.5% | - |
| HSV(B) | 120º | 0.09% | 0.52% | - |
| XYZ | 19.72 | 22.22 | 21.34 | - |
| YUV | 128.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 121 | 0.09 | 0 | 0.09 | 0.48 | 120 | 0.05 | 0.5 |
| Hex | 79 | 85 | 79 | 9 | 0 | 9 | 30 | 78 | 5 | 32 |
| Octal | 171 | 205 | 171 | 11 | 0 | 11 | 60 | 170 | 5 | 62 |
| Binary | 1111001 | 10000101 | 1111001 | 1001 | 0 | 1001 | 110000 | 1111000 | 101 | 110010 |
Color Harmonies of #798579
Complementary color
Monochromatic Colors of #798579
Black with #798579
Text Example
Text Example
White with #798579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798579; }
p { color: rgb(121,133,121); }
H1.HeaderClassName
{
color: #798579;
}
.AnyTagClassName
{
color: #798579;
}
</style>
background-color css
<style>
a { background-color: #798579; }
a { background-color: rgb(121,133,121); }
div.DivClassName
{
background-color: #798579;
}
.BgClassName
{
background-color: #798579;
}
</style>
border-color css
<style>
span { border-color: #798579; }
span { border-color: rgb(121,133,121); }
td.TdClassName
{
border-color: #798579;
}
.TagClassName
{
border-color: #798579;
}
</style>