Shades of Davy's Grey #7A8D79
Tints of Davy's Grey #7A8D79
RGB
CMYK
RGB Variations
Color information
#7A8D79 (or 0x7A8D79) is known color: Davy's Grey. HEX triplet: 7A, 8D and 79. RGB value is (122,141,121). Sum of RGB (Red+Green+Blue) = 122+141+121=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 141 - color contains mainly: green. Hex color #7A8D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8D79 is #857286. Grayscale: #858585. Windows color (decimal): -8745607 or 7966074. OLE color: 7966074.
HSL color Cylindrical-coordinate representation of color #7A8D79: hue angle of 117º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A8D79 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 141 | 121 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.45 |
| HSL | 117º | 0.08% | 0.51% | - |
| HSV(B) | 117º | 0.14% | 0.55% | - |
| XYZ | 21 | 24.57 | 21.72 | - |
| YUV | 133.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 121 | 0.13 | 0 | 0.14 | 0.45 | 117 | 0.08 | 0.51 |
| Hex | 7A | 8D | 79 | D | 0 | E | 2D | 75 | 8 | 33 |
| Octal | 172 | 215 | 171 | 15 | 0 | 16 | 55 | 165 | 10 | 63 |
| Binary | 1111010 | 10001101 | 1111001 | 1101 | 0 | 1110 | 101101 | 1110101 | 1000 | 110011 |
Color Harmonies of #7A8D79
Complementary color
Monochromatic Colors of #7A8D79
Black with #7A8D79
Text Example
Text Example
White with #7A8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8D79; }
p { color: rgb(122,141,121); }
H1.HeaderClassName
{
color: #7A8D79;
}
.AnyTagClassName
{
color: #7A8D79;
}
</style>
background-color css
<style>
a { background-color: #7A8D79; }
a { background-color: rgb(122,141,121); }
div.DivClassName
{
background-color: #7A8D79;
}
.BgClassName
{
background-color: #7A8D79;
}
</style>
border-color css
<style>
span { border-color: #7A8D79; }
span { border-color: rgb(122,141,121); }
td.TdClassName
{
border-color: #7A8D79;
}
.TagClassName
{
border-color: #7A8D79;
}
</style>