Shades of Granny Smith #7E8E89
Tints of Granny Smith #7E8E89
RGB
CMYK
RGB Variations
Color information
#7E8E89 (or 0x7E8E89) is known color: Granny Smith. HEX triplet: 7E, 8E and 89. RGB value is (126,142,137). Sum of RGB (Red+Green+Blue) = 126+142+137=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8E89 is #817176. Grayscale: #888888. Windows color (decimal): -8483191 or 9014910. OLE color: 9014910.
HSL color Cylindrical-coordinate representation of color #7E8E89: hue angle of 161.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E8E89 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 142 | 137 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.44 |
| HSL | 161.25º | 0.07% | 0.53% | - |
| HSV(B) | 161.25º | 0.11% | 0.56% | - |
| XYZ | 22.79 | 25.59 | 27.4 | - |
| YUV | 136.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 137 | 0.11 | 0 | 0.04 | 0.44 | 161.25 | 0.07 | 0.53 |
| Hex | 7E | 8E | 89 | B | 0 | 4 | 2C | A1 | 7 | 35 |
| Octal | 176 | 216 | 211 | 13 | 0 | 4 | 54 | 241 | 7 | 65 |
| Binary | 1111110 | 10001110 | 10001001 | 1011 | 0 | 100 | 101100 | 10100001 | 111 | 110101 |
Color Harmonies of #7E8E89
Complementary color
Monochromatic Colors of #7E8E89
Black with #7E8E89
Text Example
Text Example
White with #7E8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8E89; }
p { color: rgb(126,142,137); }
H1.HeaderClassName
{
color: #7E8E89;
}
.AnyTagClassName
{
color: #7E8E89;
}
</style>
background-color css
<style>
a { background-color: #7E8E89; }
a { background-color: rgb(126,142,137); }
div.DivClassName
{
background-color: #7E8E89;
}
.BgClassName
{
background-color: #7E8E89;
}
</style>
border-color css
<style>
span { border-color: #7E8E89; }
span { border-color: rgb(126,142,137); }
td.TdClassName
{
border-color: #7E8E89;
}
.TagClassName
{
border-color: #7E8E89;
}
</style>