Shades of Granny Smith #7C8782
Tints of Granny Smith #7C8782
RGB
CMYK
RGB Variations
Color information
#7C8782 (or 0x7C8782) is known color: Granny Smith. HEX triplet: 7C, 87 and 82. RGB value is (124,135,130). Sum of RGB (Red+Green+Blue) = 124+135+130=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8782 is #83787D. Grayscale: #838383. Windows color (decimal): -8616062 or 8554364. OLE color: 8554364.
HSL color Cylindrical-coordinate representation of color #7C8782: hue angle of 152.73º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7C8782 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 130 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.47 |
| HSL | 152.73º | 0.04% | 0.51% | - |
| HSV(B) | 152.73º | 0.08% | 0.53% | - |
| XYZ | 21.01 | 23.22 | 24.49 | - |
| YUV | 131.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 130 | 0.08 | 0 | 0.04 | 0.47 | 152.73 | 0.04 | 0.51 |
| Hex | 7C | 87 | 82 | 8 | 0 | 4 | 2F | 99 | 4 | 33 |
| Octal | 174 | 207 | 202 | 10 | 0 | 4 | 57 | 231 | 4 | 63 |
| Binary | 1111100 | 10000111 | 10000010 | 1000 | 0 | 100 | 101111 | 10011001 | 100 | 110011 |
Color Harmonies of #7C8782
Complementary color
Monochromatic Colors of #7C8782
Black with #7C8782
Text Example
Text Example
White with #7C8782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8782; }
p { color: rgb(124,135,130); }
H1.HeaderClassName
{
color: #7C8782;
}
.AnyTagClassName
{
color: #7C8782;
}
</style>
background-color css
<style>
a { background-color: #7C8782; }
a { background-color: rgb(124,135,130); }
div.DivClassName
{
background-color: #7C8782;
}
.BgClassName
{
background-color: #7C8782;
}
</style>
border-color css
<style>
span { border-color: #7C8782; }
span { border-color: rgb(124,135,130); }
td.TdClassName
{
border-color: #7C8782;
}
.TagClassName
{
border-color: #7C8782;
}
</style>