Shades of Granny Smith #7D8280
Tints of Granny Smith #7D8280
RGB
CMYK
RGB Variations
Color information
#7D8280 (or 0x7D8280) is known color: Granny Smith. HEX triplet: 7D, 82 and 80. RGB value is (125,130,128). Sum of RGB (Red+Green+Blue) = 125+130+128=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8280 is #827D7F. Grayscale: #808080. Windows color (decimal): -8551808 or 8422013. OLE color: 8422013.
HSL color Cylindrical-coordinate representation of color #7D8280: hue angle of 156º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7D8280 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 130 | 128 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.49 |
| HSL | 156º | 0.02% | 0.5% | - |
| HSV(B) | 156º | 0.04% | 0.51% | - |
| XYZ | 20.34 | 21.88 | 23.57 | - |
| YUV | 128.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 128 | 0.04 | 0 | 0.02 | 0.49 | 156 | 0.02 | 0.5 |
| Hex | 7D | 82 | 80 | 4 | 0 | 2 | 31 | 9C | 2 | 32 |
| Octal | 175 | 202 | 200 | 4 | 0 | 2 | 61 | 234 | 2 | 62 |
| Binary | 1111101 | 10000010 | 10000000 | 100 | 0 | 10 | 110001 | 10011100 | 10 | 110010 |
Color Harmonies of #7D8280
Complementary color
Monochromatic Colors of #7D8280
Black with #7D8280
Text Example
Text Example
White with #7D8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8280; }
p { color: rgb(125,130,128); }
H1.HeaderClassName
{
color: #7D8280;
}
.AnyTagClassName
{
color: #7D8280;
}
</style>
background-color css
<style>
a { background-color: #7D8280; }
a { background-color: rgb(125,130,128); }
div.DivClassName
{
background-color: #7D8280;
}
.BgClassName
{
background-color: #7D8280;
}
</style>
border-color css
<style>
span { border-color: #7D8280; }
span { border-color: rgb(125,130,128); }
td.TdClassName
{
border-color: #7D8280;
}
.TagClassName
{
border-color: #7D8280;
}
</style>