Shades of Davy's Grey #7A8A79
Tints of Davy's Grey #7A8A79
RGB
CMYK
RGB Variations
Color information
#7A8A79 (or 0x7A8A79) is known color: Davy's Grey. HEX triplet: 7A, 8A and 79. RGB value is (122,138,121). Sum of RGB (Red+Green+Blue) = 122+138+121=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8A79 is #857586. Grayscale: #838383. Windows color (decimal): -8746375 or 7965306. OLE color: 7965306.
HSL color Cylindrical-coordinate representation of color #7A8A79: hue angle of 116.47º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A8A79 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 121 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.46 |
| HSL | 116.47º | 0.07% | 0.51% | - |
| HSV(B) | 116.47º | 0.12% | 0.54% | - |
| XYZ | 20.57 | 23.7 | 21.58 | - |
| YUV | 131.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 121 | 0.12 | 0 | 0.12 | 0.46 | 116.47 | 0.07 | 0.51 |
| Hex | 7A | 8A | 79 | C | 0 | C | 2E | 74 | 7 | 33 |
| Octal | 172 | 212 | 171 | 14 | 0 | 14 | 56 | 164 | 7 | 63 |
| Binary | 1111010 | 10001010 | 1111001 | 1100 | 0 | 1100 | 101110 | 1110100 | 111 | 110011 |
Color Harmonies of #7A8A79
Complementary color
Monochromatic Colors of #7A8A79
Black with #7A8A79
Text Example
Text Example
White with #7A8A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A79; }
p { color: rgb(122,138,121); }
H1.HeaderClassName
{
color: #7A8A79;
}
.AnyTagClassName
{
color: #7A8A79;
}
</style>
background-color css
<style>
a { background-color: #7A8A79; }
a { background-color: rgb(122,138,121); }
div.DivClassName
{
background-color: #7A8A79;
}
.BgClassName
{
background-color: #7A8A79;
}
</style>
border-color css
<style>
span { border-color: #7A8A79; }
span { border-color: rgb(122,138,121); }
td.TdClassName
{
border-color: #7A8A79;
}
.TagClassName
{
border-color: #7A8A79;
}
</style>