Shades of Granny Smith #7E8784
Tints of Granny Smith #7E8784
RGB
CMYK
RGB Variations
Color information
#7E8784 (or 0x7E8784) is known color: Granny Smith. HEX triplet: 7E, 87 and 84. RGB value is (126,135,132). Sum of RGB (Red+Green+Blue) = 126+135+132=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8784 is #81787B. Grayscale: #838383. Windows color (decimal): -8484988 or 8685438. OLE color: 8685438.
HSL color Cylindrical-coordinate representation of color #7E8784: hue angle of 160º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7E8784 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 135 | 132 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.47 |
| HSL | 160º | 0.04% | 0.51% | - |
| HSV(B) | 160º | 0.07% | 0.53% | - |
| XYZ | 21.43 | 23.43 | 25.22 | - |
| YUV | 131.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 132 | 0.07 | 0 | 0.02 | 0.47 | 160 | 0.04 | 0.51 |
| Hex | 7E | 87 | 84 | 7 | 0 | 2 | 2F | A0 | 4 | 33 |
| Octal | 176 | 207 | 204 | 7 | 0 | 2 | 57 | 240 | 4 | 63 |
| Binary | 1111110 | 10000111 | 10000100 | 111 | 0 | 10 | 101111 | 10100000 | 100 | 110011 |
Color Harmonies of #7E8784
Complementary color
Monochromatic Colors of #7E8784
Black with #7E8784
Text Example
Text Example
White with #7E8784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8784; }
p { color: rgb(126,135,132); }
H1.HeaderClassName
{
color: #7E8784;
}
.AnyTagClassName
{
color: #7E8784;
}
</style>
background-color css
<style>
a { background-color: #7E8784; }
a { background-color: rgb(126,135,132); }
div.DivClassName
{
background-color: #7E8784;
}
.BgClassName
{
background-color: #7E8784;
}
</style>
border-color css
<style>
span { border-color: #7E8784; }
span { border-color: rgb(126,135,132); }
td.TdClassName
{
border-color: #7E8784;
}
.TagClassName
{
border-color: #7E8784;
}
</style>