Shades of Davy's Grey #7A9077
Tints of Davy's Grey #7A9077
RGB
CMYK
RGB Variations
Color information
#7A9077 (or 0x7A9077) is known color: Davy's Grey. HEX triplet: 7A, 90 and 77. RGB value is (122,144,119). Sum of RGB (Red+Green+Blue) = 122+144+119=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9077 is #856F88. Grayscale: #868686. Windows color (decimal): -8744841 or 7835770. OLE color: 7835770.
HSL color Cylindrical-coordinate representation of color #7A9077: hue angle of 112.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A9077 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 144 | 119 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.44 |
| HSL | 112.8º | 0.1% | 0.52% | - |
| HSV(B) | 112.8º | 0.17% | 0.56% | - |
| XYZ | 21.33 | 25.42 | 21.23 | - |
| YUV | 134.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 119 | 0.15 | 0 | 0.17 | 0.44 | 112.8 | 0.1 | 0.52 |
| Hex | 7A | 90 | 77 | F | 0 | 11 | 2C | 71 | A | 34 |
| Octal | 172 | 220 | 167 | 17 | 0 | 21 | 54 | 161 | 12 | 64 |
| Binary | 1111010 | 10010000 | 1110111 | 1111 | 0 | 10001 | 101100 | 1110001 | 1010 | 110100 |
Color Harmonies of #7A9077
Complementary color
Monochromatic Colors of #7A9077
Black with #7A9077
Text Example
Text Example
White with #7A9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9077; }
p { color: rgb(122,144,119); }
H1.HeaderClassName
{
color: #7A9077;
}
.AnyTagClassName
{
color: #7A9077;
}
</style>
background-color css
<style>
a { background-color: #7A9077; }
a { background-color: rgb(122,144,119); }
div.DivClassName
{
background-color: #7A9077;
}
.BgClassName
{
background-color: #7A9077;
}
</style>
border-color css
<style>
span { border-color: #7A9077; }
span { border-color: rgb(122,144,119); }
td.TdClassName
{
border-color: #7A9077;
}
.TagClassName
{
border-color: #7A9077;
}
</style>