Shades of Granny Smith #7D8782
Tints of Granny Smith #7D8782
RGB
CMYK
RGB Variations
Color information
#7D8782 (or 0x7D8782) is known color: Granny Smith. HEX triplet: 7D, 87 and 82. RGB value is (125,135,130). Sum of RGB (Red+Green+Blue) = 125+135+130=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8782 is #82787D. Grayscale: #838383. Windows color (decimal): -8550526 or 8554365. OLE color: 8554365.
HSL color Cylindrical-coordinate representation of color #7D8782: hue angle of 150º 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 #7D8782 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 130 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.47 |
| HSL | 150º | 0.04% | 0.51% | - |
| HSV(B) | 150º | 0.07% | 0.53% | - |
| XYZ | 21.15 | 23.3 | 24.5 | - |
| YUV | 131.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 130 | 0.07 | 0 | 0.04 | 0.47 | 150 | 0.04 | 0.51 |
| Hex | 7D | 87 | 82 | 7 | 0 | 4 | 2F | 96 | 4 | 33 |
| Octal | 175 | 207 | 202 | 7 | 0 | 4 | 57 | 226 | 4 | 63 |
| Binary | 1111101 | 10000111 | 10000010 | 111 | 0 | 100 | 101111 | 10010110 | 100 | 110011 |
Color Harmonies of #7D8782
Complementary color
Monochromatic Colors of #7D8782
Black with #7D8782
Text Example
Text Example
White with #7D8782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8782; }
p { color: rgb(125,135,130); }
H1.HeaderClassName
{
color: #7D8782;
}
.AnyTagClassName
{
color: #7D8782;
}
</style>
background-color css
<style>
a { background-color: #7D8782; }
a { background-color: rgb(125,135,130); }
div.DivClassName
{
background-color: #7D8782;
}
.BgClassName
{
background-color: #7D8782;
}
</style>
border-color css
<style>
span { border-color: #7D8782; }
span { border-color: rgb(125,135,130); }
td.TdClassName
{
border-color: #7D8782;
}
.TagClassName
{
border-color: #7D8782;
}
</style>