Shades of Granny Smith #7A8E87
Tints of Granny Smith #7A8E87
RGB
CMYK
RGB Variations
Color information
#7A8E87 (or 0x7A8E87) is known color: Granny Smith. HEX triplet: 7A, 8E and 87. RGB value is (122,142,135). Sum of RGB (Red+Green+Blue) = 122+142+135=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8E87 is #857178. Grayscale: #878787. Windows color (decimal): -8745337 or 8883834. OLE color: 8883834.
HSL color Cylindrical-coordinate representation of color #7A8E87: hue angle of 159º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A8E87 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 142 | 135 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.44 |
| HSL | 159º | 0.08% | 0.52% | - |
| HSV(B) | 159º | 0.14% | 0.56% | - |
| XYZ | 22.07 | 25.23 | 26.63 | - |
| YUV | 135.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 135 | 0.14 | 0 | 0.05 | 0.44 | 159 | 0.08 | 0.52 |
| Hex | 7A | 8E | 87 | E | 0 | 5 | 2C | 9F | 8 | 34 |
| Octal | 172 | 216 | 207 | 16 | 0 | 5 | 54 | 237 | 10 | 64 |
| Binary | 1111010 | 10001110 | 10000111 | 1110 | 0 | 101 | 101100 | 10011111 | 1000 | 110100 |
Color Harmonies of #7A8E87
Complementary color
Monochromatic Colors of #7A8E87
Black with #7A8E87
Text Example
Text Example
White with #7A8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8E87; }
p { color: rgb(122,142,135); }
H1.HeaderClassName
{
color: #7A8E87;
}
.AnyTagClassName
{
color: #7A8E87;
}
</style>
background-color css
<style>
a { background-color: #7A8E87; }
a { background-color: rgb(122,142,135); }
div.DivClassName
{
background-color: #7A8E87;
}
.BgClassName
{
background-color: #7A8E87;
}
</style>
border-color css
<style>
span { border-color: #7A8E87; }
span { border-color: rgb(122,142,135); }
td.TdClassName
{
border-color: #7A8E87;
}
.TagClassName
{
border-color: #7A8E87;
}
</style>