Shades of Granny Smith #7C8F84
Tints of Granny Smith #7C8F84
RGB
CMYK
RGB Variations
Color information
#7C8F84 (or 0x7C8F84) is known color: Granny Smith. HEX triplet: 7C, 8F and 84. RGB value is (124,143,132). Sum of RGB (Red+Green+Blue) = 124+143+132=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 143 - color contains mainly: green. Hex color #7C8F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8F84 is #83707B. Grayscale: #888888. Windows color (decimal): -8614012 or 8687484. OLE color: 8687484.
HSL color Cylindrical-coordinate representation of color #7C8F84: hue angle of 145.26º degrees, saturation: 0.08, 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 #7C8F84 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 143 | 132 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.44 |
| HSL | 145.26º | 0.08% | 0.52% | - |
| HSV(B) | 145.26º | 0.13% | 0.56% | - |
| XYZ | 22.3 | 25.6 | 25.6 | - |
| YUV | 136.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 143 | 132 | 0.13 | 0 | 0.08 | 0.44 | 145.26 | 0.08 | 0.52 |
| Hex | 7C | 8F | 84 | D | 0 | 8 | 2C | 91 | 8 | 34 |
| Octal | 174 | 217 | 204 | 15 | 0 | 10 | 54 | 221 | 10 | 64 |
| Binary | 1111100 | 10001111 | 10000100 | 1101 | 0 | 1000 | 101100 | 10010001 | 1000 | 110100 |
Color Harmonies of #7C8F84
Complementary color
Monochromatic Colors of #7C8F84
Black with #7C8F84
Text Example
Text Example
White with #7C8F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8F84; }
p { color: rgb(124,143,132); }
H1.HeaderClassName
{
color: #7C8F84;
}
.AnyTagClassName
{
color: #7C8F84;
}
</style>
background-color css
<style>
a { background-color: #7C8F84; }
a { background-color: rgb(124,143,132); }
div.DivClassName
{
background-color: #7C8F84;
}
.BgClassName
{
background-color: #7C8F84;
}
</style>
border-color css
<style>
span { border-color: #7C8F84; }
span { border-color: rgb(124,143,132); }
td.TdClassName
{
border-color: #7C8F84;
}
.TagClassName
{
border-color: #7C8F84;
}
</style>