Shades of Davy's Grey #7A977A
Tints of Davy's Grey #7A977A
RGB
CMYK
RGB Variations
Color information
#7A977A (or 0x7A977A) is known color: Davy's Grey. HEX triplet: 7A, 97 and 7A. RGB value is (122,151,122). Sum of RGB (Red+Green+Blue) = 122+151+122=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #7A977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A977A is #856885. Grayscale: #8B8B8B. Windows color (decimal): -8743046 or 8034170. OLE color: 8034170.
HSL color Cylindrical-coordinate representation of color #7A977A: hue angle of 120º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A977A is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 122 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.41 |
| HSL | 120º | 0.12% | 0.54% | - |
| HSV(B) | 120º | 0.19% | 0.59% | - |
| XYZ | 22.61 | 27.68 | 22.56 | - |
| YUV | 139.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 122 | 0.19 | 0 | 0.19 | 0.41 | 120 | 0.12 | 0.54 |
| Hex | 7A | 97 | 7A | 13 | 0 | 13 | 29 | 78 | C | 36 |
| Octal | 172 | 227 | 172 | 23 | 0 | 23 | 51 | 170 | 14 | 66 |
| Binary | 1111010 | 10010111 | 1111010 | 10011 | 0 | 10011 | 101001 | 1111000 | 1100 | 110110 |
Color Harmonies of #7A977A
Complementary color
Monochromatic Colors of #7A977A
Black with #7A977A
Text Example
Text Example
White with #7A977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A977A; }
p { color: rgb(122,151,122); }
H1.HeaderClassName
{
color: #7A977A;
}
.AnyTagClassName
{
color: #7A977A;
}
</style>
background-color css
<style>
a { background-color: #7A977A; }
a { background-color: rgb(122,151,122); }
div.DivClassName
{
background-color: #7A977A;
}
.BgClassName
{
background-color: #7A977A;
}
</style>
border-color css
<style>
span { border-color: #7A977A; }
span { border-color: rgb(122,151,122); }
td.TdClassName
{
border-color: #7A977A;
}
.TagClassName
{
border-color: #7A977A;
}
</style>