Shades of Granny Smith #7A8A81
Tints of Granny Smith #7A8A81
RGB
CMYK
RGB Variations
Color information
#7A8A81 (or 0x7A8A81) is known color: Granny Smith. HEX triplet: 7A, 8A and 81. RGB value is (122,138,129). Sum of RGB (Red+Green+Blue) = 122+138+129=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8A81 is #85757E. Grayscale: #848484. Windows color (decimal): -8746367 or 8489594. OLE color: 8489594.
HSL color Cylindrical-coordinate representation of color #7A8A81: hue angle of 146.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A8A81 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 129 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.46 |
| HSL | 146.25º | 0.06% | 0.51% | - |
| HSV(B) | 146.25º | 0.12% | 0.54% | - |
| XYZ | 21.08 | 23.9 | 24.27 | - |
| YUV | 132.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 129 | 0.12 | 0 | 0.07 | 0.46 | 146.25 | 0.06 | 0.51 |
| Hex | 7A | 8A | 81 | C | 0 | 7 | 2E | 92 | 6 | 33 |
| Octal | 172 | 212 | 201 | 14 | 0 | 7 | 56 | 222 | 6 | 63 |
| Binary | 1111010 | 10001010 | 10000001 | 1100 | 0 | 111 | 101110 | 10010010 | 110 | 110011 |
Color Harmonies of #7A8A81
Complementary color
Monochromatic Colors of #7A8A81
Black with #7A8A81
Text Example
Text Example
White with #7A8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A81; }
p { color: rgb(122,138,129); }
H1.HeaderClassName
{
color: #7A8A81;
}
.AnyTagClassName
{
color: #7A8A81;
}
</style>
background-color css
<style>
a { background-color: #7A8A81; }
a { background-color: rgb(122,138,129); }
div.DivClassName
{
background-color: #7A8A81;
}
.BgClassName
{
background-color: #7A8A81;
}
</style>
border-color css
<style>
span { border-color: #7A8A81; }
span { border-color: rgb(122,138,129); }
td.TdClassName
{
border-color: #7A8A81;
}
.TagClassName
{
border-color: #7A8A81;
}
</style>