Shades of Davy's Grey #7A967D
Tints of Davy's Grey #7A967D
RGB
CMYK
RGB Variations
Color information
#7A967D (or 0x7A967D) is known color: Davy's Grey. HEX triplet: 7A, 96 and 7D. RGB value is (122,150,125). Sum of RGB (Red+Green+Blue) = 122+150+125=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #7A967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A967D is #856982. Grayscale: #8A8A8A. Windows color (decimal): -8743299 or 8230522. OLE color: 8230522.
HSL color Cylindrical-coordinate representation of color #7A967D: hue angle of 126.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A967D is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 125 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.41 |
| HSL | 126.43º | 0.12% | 0.53% | - |
| HSV(B) | 126.43º | 0.19% | 0.59% | - |
| XYZ | 22.63 | 27.43 | 23.5 | - |
| YUV | 138.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 125 | 0.19 | 0 | 0.17 | 0.41 | 126.43 | 0.12 | 0.53 |
| Hex | 7A | 96 | 7D | 13 | 0 | 11 | 29 | 7E | C | 35 |
| Octal | 172 | 226 | 175 | 23 | 0 | 21 | 51 | 176 | 14 | 65 |
| Binary | 1111010 | 10010110 | 1111101 | 10011 | 0 | 10001 | 101001 | 1111110 | 1100 | 110101 |
Color Harmonies of #7A967D
Complementary color
Monochromatic Colors of #7A967D
Black with #7A967D
Text Example
Text Example
White with #7A967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A967D; }
p { color: rgb(122,150,125); }
H1.HeaderClassName
{
color: #7A967D;
}
.AnyTagClassName
{
color: #7A967D;
}
</style>
background-color css
<style>
a { background-color: #7A967D; }
a { background-color: rgb(122,150,125); }
div.DivClassName
{
background-color: #7A967D;
}
.BgClassName
{
background-color: #7A967D;
}
</style>
border-color css
<style>
span { border-color: #7A967D; }
span { border-color: rgb(122,150,125); }
td.TdClassName
{
border-color: #7A967D;
}
.TagClassName
{
border-color: #7A967D;
}
</style>