Shades of Granny Smith #7E8280
Tints of Granny Smith #7E8280
RGB
CMYK
RGB Variations
Color information
#7E8280 (or 0x7E8280) is known color: Granny Smith. HEX triplet: 7E, 82 and 80. RGB value is (126,130,128). Sum of RGB (Red+Green+Blue) = 126+130+128=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8280 is #817D7F. Grayscale: #808080. Windows color (decimal): -8486272 or 8422014. OLE color: 8422014.
HSL color Cylindrical-coordinate representation of color #7E8280: hue angle of 150º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7E8280 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 128 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.49 |
| HSL | 150º | 0.02% | 0.5% | - |
| HSV(B) | 150º | 0.03% | 0.51% | - |
| XYZ | 20.48 | 21.96 | 23.58 | - |
| YUV | 128.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 128 | 0.03 | 0 | 0.02 | 0.49 | 150 | 0.02 | 0.5 |
| Hex | 7E | 82 | 80 | 3 | 0 | 2 | 31 | 96 | 2 | 32 |
| Octal | 176 | 202 | 200 | 3 | 0 | 2 | 61 | 226 | 2 | 62 |
| Binary | 1111110 | 10000010 | 10000000 | 11 | 0 | 10 | 110001 | 10010110 | 10 | 110010 |
Color Harmonies of #7E8280
Complementary color
Monochromatic Colors of #7E8280
Black with #7E8280
Text Example
Text Example
White with #7E8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8280; }
p { color: rgb(126,130,128); }
H1.HeaderClassName
{
color: #7E8280;
}
.AnyTagClassName
{
color: #7E8280;
}
</style>
background-color css
<style>
a { background-color: #7E8280; }
a { background-color: rgb(126,130,128); }
div.DivClassName
{
background-color: #7E8280;
}
.BgClassName
{
background-color: #7E8280;
}
</style>
border-color css
<style>
span { border-color: #7E8280; }
span { border-color: rgb(126,130,128); }
td.TdClassName
{
border-color: #7E8280;
}
.TagClassName
{
border-color: #7E8280;
}
</style>