Shades of Granny Smith #7A8881
Tints of Granny Smith #7A8881
RGB
CMYK
RGB Variations
Color information
#7A8881 (or 0x7A8881) is known color: Granny Smith. HEX triplet: 7A, 88 and 81. RGB value is (122,136,129). Sum of RGB (Red+Green+Blue) = 122+136+129=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8881 is #85777E. Grayscale: #838383. Windows color (decimal): -8746879 or 8489082. OLE color: 8489082.
HSL color Cylindrical-coordinate representation of color #7A8881: hue angle of 150º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8881 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 129 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.47 |
| HSL | 150º | 0.06% | 0.51% | - |
| HSV(B) | 150º | 0.1% | 0.53% | - |
| XYZ | 20.79 | 23.33 | 24.18 | - |
| YUV | 131.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 129 | 0.10 | 0 | 0.05 | 0.47 | 150 | 0.06 | 0.51 |
| Hex | 7A | 88 | 81 | A | 0 | 5 | 2F | 96 | 6 | 33 |
| Octal | 172 | 210 | 201 | 12 | 0 | 5 | 57 | 226 | 6 | 63 |
| Binary | 1111010 | 10001000 | 10000001 | 1010 | 0 | 101 | 101111 | 10010110 | 110 | 110011 |
Color Harmonies of #7A8881
Complementary color
Monochromatic Colors of #7A8881
Black with #7A8881
Text Example
Text Example
White with #7A8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8881; }
p { color: rgb(122,136,129); }
H1.HeaderClassName
{
color: #7A8881;
}
.AnyTagClassName
{
color: #7A8881;
}
</style>
background-color css
<style>
a { background-color: #7A8881; }
a { background-color: rgb(122,136,129); }
div.DivClassName
{
background-color: #7A8881;
}
.BgClassName
{
background-color: #7A8881;
}
</style>
border-color css
<style>
span { border-color: #7A8881; }
span { border-color: rgb(122,136,129); }
td.TdClassName
{
border-color: #7A8881;
}
.TagClassName
{
border-color: #7A8881;
}
</style>