Shades of Davy's Grey #7A9B7A
Tints of Davy's Grey #7A9B7A
RGB
CMYK
RGB Variations
Color information
#7A9B7A (or 0x7A9B7A) is known color: Davy's Grey. HEX triplet: 7A, 9B and 7A. RGB value is (122,155,122). Sum of RGB (Red+Green+Blue) = 122+155+122=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9B7A is #856485. Grayscale: #8D8D8D. Windows color (decimal): -8742022 or 8035194. OLE color: 8035194.
HSL color Cylindrical-coordinate representation of color #7A9B7A: hue angle of 120º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9B7A is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 122 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.39 |
| HSL | 120º | 0.14% | 0.54% | - |
| HSV(B) | 120º | 0.21% | 0.61% | - |
| XYZ | 23.26 | 28.99 | 22.78 | - |
| YUV | 141.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 122 | 0.21 | 0 | 0.21 | 0.39 | 120 | 0.14 | 0.54 |
| Hex | 7A | 9B | 7A | 15 | 0 | 15 | 27 | 78 | E | 36 |
| Octal | 172 | 233 | 172 | 25 | 0 | 25 | 47 | 170 | 16 | 66 |
| Binary | 1111010 | 10011011 | 1111010 | 10101 | 0 | 10101 | 100111 | 1111000 | 1110 | 110110 |
Color Harmonies of #7A9B7A
Complementary color
Monochromatic Colors of #7A9B7A
Black with #7A9B7A
Text Example
Text Example
White with #7A9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B7A; }
p { color: rgb(122,155,122); }
H1.HeaderClassName
{
color: #7A9B7A;
}
.AnyTagClassName
{
color: #7A9B7A;
}
</style>
background-color css
<style>
a { background-color: #7A9B7A; }
a { background-color: rgb(122,155,122); }
div.DivClassName
{
background-color: #7A9B7A;
}
.BgClassName
{
background-color: #7A9B7A;
}
</style>
border-color css
<style>
span { border-color: #7A9B7A; }
span { border-color: rgb(122,155,122); }
td.TdClassName
{
border-color: #7A9B7A;
}
.TagClassName
{
border-color: #7A9B7A;
}
</style>