Shades of Davy's Grey #7A937A
Tints of Davy's Grey #7A937A
RGB
CMYK
RGB Variations
Color information
#7A937A (or 0x7A937A) is known color: Davy's Grey. HEX triplet: 7A, 93 and 7A. RGB value is (122,147,122). Sum of RGB (Red+Green+Blue) = 122+147+122=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #7A937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A937A is #856C85. Grayscale: #888888. Windows color (decimal): -8744070 or 8033146. OLE color: 8033146.
HSL color Cylindrical-coordinate representation of color #7A937A: hue angle of 120º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A937A is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 122 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.42 |
| HSL | 120º | 0.1% | 0.53% | - |
| HSV(B) | 120º | 0.17% | 0.58% | - |
| XYZ | 21.97 | 26.41 | 22.35 | - |
| YUV | 136.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 122 | 0.17 | 0 | 0.17 | 0.42 | 120 | 0.1 | 0.53 |
| Hex | 7A | 93 | 7A | 11 | 0 | 11 | 2A | 78 | A | 35 |
| Octal | 172 | 223 | 172 | 21 | 0 | 21 | 52 | 170 | 12 | 65 |
| Binary | 1111010 | 10010011 | 1111010 | 10001 | 0 | 10001 | 101010 | 1111000 | 1010 | 110101 |
Color Harmonies of #7A937A
Complementary color
Monochromatic Colors of #7A937A
Black with #7A937A
Text Example
Text Example
White with #7A937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A937A; }
p { color: rgb(122,147,122); }
H1.HeaderClassName
{
color: #7A937A;
}
.AnyTagClassName
{
color: #7A937A;
}
</style>
background-color css
<style>
a { background-color: #7A937A; }
a { background-color: rgb(122,147,122); }
div.DivClassName
{
background-color: #7A937A;
}
.BgClassName
{
background-color: #7A937A;
}
</style>
border-color css
<style>
span { border-color: #7A937A; }
span { border-color: rgb(122,147,122); }
td.TdClassName
{
border-color: #7A937A;
}
.TagClassName
{
border-color: #7A937A;
}
</style>