Shades of Granny Smith #7C8B84
Tints of Granny Smith #7C8B84
RGB
CMYK
RGB Variations
Color information
#7C8B84 (or 0x7C8B84) is known color: Granny Smith. HEX triplet: 7C, 8B and 84. RGB value is (124,139,132). Sum of RGB (Red+Green+Blue) = 124+139+132=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8B84 is #83747B. Grayscale: #858585. Windows color (decimal): -8615036 or 8686460. OLE color: 8686460.
HSL color Cylindrical-coordinate representation of color #7C8B84: hue angle of 152º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C8B84 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 132 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.45 |
| HSL | 152º | 0.06% | 0.52% | - |
| HSV(B) | 152º | 0.11% | 0.55% | - |
| XYZ | 21.71 | 24.42 | 25.4 | - |
| YUV | 133.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 132 | 0.11 | 0 | 0.05 | 0.45 | 152 | 0.06 | 0.52 |
| Hex | 7C | 8B | 84 | B | 0 | 5 | 2D | 98 | 6 | 34 |
| Octal | 174 | 213 | 204 | 13 | 0 | 5 | 55 | 230 | 6 | 64 |
| Binary | 1111100 | 10001011 | 10000100 | 1011 | 0 | 101 | 101101 | 10011000 | 110 | 110100 |
Color Harmonies of #7C8B84
Complementary color
Monochromatic Colors of #7C8B84
Black with #7C8B84
Text Example
Text Example
White with #7C8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B84; }
p { color: rgb(124,139,132); }
H1.HeaderClassName
{
color: #7C8B84;
}
.AnyTagClassName
{
color: #7C8B84;
}
</style>
background-color css
<style>
a { background-color: #7C8B84; }
a { background-color: rgb(124,139,132); }
div.DivClassName
{
background-color: #7C8B84;
}
.BgClassName
{
background-color: #7C8B84;
}
</style>
border-color css
<style>
span { border-color: #7C8B84; }
span { border-color: rgb(124,139,132); }
td.TdClassName
{
border-color: #7C8B84;
}
.TagClassName
{
border-color: #7C8B84;
}
</style>