Shades of Granny Smith #7E8B84
Tints of Granny Smith #7E8B84
RGB
CMYK
RGB Variations
Color information
#7E8B84 (or 0x7E8B84) is known color: Granny Smith. HEX triplet: 7E, 8B and 84. RGB value is (126,139,132). Sum of RGB (Red+Green+Blue) = 126+139+132=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8B84 is #81747B. Grayscale: #868686. Windows color (decimal): -8483964 or 8686462. OLE color: 8686462.
HSL color Cylindrical-coordinate representation of color #7E8B84: hue angle of 147.69º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7E8B84 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 139 | 132 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.45 |
| HSL | 147.69º | 0.05% | 0.52% | - |
| HSV(B) | 147.69º | 0.09% | 0.55% | - |
| XYZ | 22 | 24.57 | 25.41 | - |
| YUV | 134.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 132 | 0.09 | 0 | 0.05 | 0.45 | 147.69 | 0.05 | 0.52 |
| Hex | 7E | 8B | 84 | 9 | 0 | 5 | 2D | 94 | 5 | 34 |
| Octal | 176 | 213 | 204 | 11 | 0 | 5 | 55 | 224 | 5 | 64 |
| Binary | 1111110 | 10001011 | 10000100 | 1001 | 0 | 101 | 101101 | 10010100 | 101 | 110100 |
Color Harmonies of #7E8B84
Complementary color
Monochromatic Colors of #7E8B84
Black with #7E8B84
Text Example
Text Example
White with #7E8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8B84; }
p { color: rgb(126,139,132); }
H1.HeaderClassName
{
color: #7E8B84;
}
.AnyTagClassName
{
color: #7E8B84;
}
</style>
background-color css
<style>
a { background-color: #7E8B84; }
a { background-color: rgb(126,139,132); }
div.DivClassName
{
background-color: #7E8B84;
}
.BgClassName
{
background-color: #7E8B84;
}
</style>
border-color css
<style>
span { border-color: #7E8B84; }
span { border-color: rgb(126,139,132); }
td.TdClassName
{
border-color: #7E8B84;
}
.TagClassName
{
border-color: #7E8B84;
}
</style>