Shades of Davy's Grey #7A947B
Tints of Davy's Grey #7A947B
RGB
CMYK
RGB Variations
Color information
#7A947B (or 0x7A947B) is known color: Davy's Grey. HEX triplet: 7A, 94 and 7B. RGB value is (122,148,123). Sum of RGB (Red+Green+Blue) = 122+148+123=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #7A947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A947B is #856B84. Grayscale: #898989. Windows color (decimal): -8743813 or 8098938. OLE color: 8098938.
HSL color Cylindrical-coordinate representation of color #7A947B: hue angle of 122.31º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A947B is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 148 | 123 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.42 |
| HSL | 122.31º | 0.11% | 0.53% | - |
| HSV(B) | 122.31º | 0.18% | 0.58% | - |
| XYZ | 22.19 | 26.75 | 22.73 | - |
| YUV | 137.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 123 | 0.18 | 0 | 0.17 | 0.42 | 122.31 | 0.11 | 0.53 |
| Hex | 7A | 94 | 7B | 12 | 0 | 11 | 2A | 7A | B | 35 |
| Octal | 172 | 224 | 173 | 22 | 0 | 21 | 52 | 172 | 13 | 65 |
| Binary | 1111010 | 10010100 | 1111011 | 10010 | 0 | 10001 | 101010 | 1111010 | 1011 | 110101 |
Color Harmonies of #7A947B
Complementary color
Monochromatic Colors of #7A947B
Black with #7A947B
Text Example
Text Example
White with #7A947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A947B; }
p { color: rgb(122,148,123); }
H1.HeaderClassName
{
color: #7A947B;
}
.AnyTagClassName
{
color: #7A947B;
}
</style>
background-color css
<style>
a { background-color: #7A947B; }
a { background-color: rgb(122,148,123); }
div.DivClassName
{
background-color: #7A947B;
}
.BgClassName
{
background-color: #7A947B;
}
</style>
border-color css
<style>
span { border-color: #7A947B; }
span { border-color: rgb(122,148,123); }
td.TdClassName
{
border-color: #7A947B;
}
.TagClassName
{
border-color: #7A947B;
}
</style>