Shades of Granny Smith #7C8E87
Tints of Granny Smith #7C8E87
RGB
CMYK
RGB Variations
Color information
#7C8E87 (or 0x7C8E87) is known color: Granny Smith. HEX triplet: 7C, 8E and 87. RGB value is (124,142,135). Sum of RGB (Red+Green+Blue) = 124+142+135=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8E87 is #837178. Grayscale: #878787. Windows color (decimal): -8614265 or 8883836. OLE color: 8883836.
HSL color Cylindrical-coordinate representation of color #7C8E87: hue angle of 156.67º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8E87 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 142 | 135 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.44 |
| HSL | 156.67º | 0.07% | 0.52% | - |
| HSV(B) | 156.67º | 0.13% | 0.56% | - |
| XYZ | 22.36 | 25.38 | 26.64 | - |
| YUV | 135.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 135 | 0.13 | 0 | 0.05 | 0.44 | 156.67 | 0.07 | 0.52 |
| Hex | 7C | 8E | 87 | D | 0 | 5 | 2C | 9D | 7 | 34 |
| Octal | 174 | 216 | 207 | 15 | 0 | 5 | 54 | 235 | 7 | 64 |
| Binary | 1111100 | 10001110 | 10000111 | 1101 | 0 | 101 | 101100 | 10011101 | 111 | 110100 |
Color Harmonies of #7C8E87
Complementary color
Monochromatic Colors of #7C8E87
Black with #7C8E87
Text Example
Text Example
White with #7C8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8E87; }
p { color: rgb(124,142,135); }
H1.HeaderClassName
{
color: #7C8E87;
}
.AnyTagClassName
{
color: #7C8E87;
}
</style>
background-color css
<style>
a { background-color: #7C8E87; }
a { background-color: rgb(124,142,135); }
div.DivClassName
{
background-color: #7C8E87;
}
.BgClassName
{
background-color: #7C8E87;
}
</style>
border-color css
<style>
span { border-color: #7C8E87; }
span { border-color: rgb(124,142,135); }
td.TdClassName
{
border-color: #7C8E87;
}
.TagClassName
{
border-color: #7C8E87;
}
</style>