Shades of Granny Smith #7C817F
Tints of Granny Smith #7C817F
RGB
CMYK
RGB Variations
Color information
#7C817F (or 0x7C817F) is known color: Granny Smith. HEX triplet: 7C, 81 and 7F. RGB value is (124,129,127). Sum of RGB (Red+Green+Blue) = 124+129+127=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 129 - color contains mainly: green. Hex color #7C817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C817F is #837E80. Grayscale: #7F7F7F. Windows color (decimal): -8617601 or 8356220. OLE color: 8356220.
HSL color Cylindrical-coordinate representation of color #7C817F: hue angle of 156º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7C817F is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 127 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.49 |
| HSL | 156º | 0.02% | 0.5% | - |
| HSV(B) | 156º | 0.04% | 0.51% | - |
| XYZ | 19.99 | 21.52 | 23.18 | - |
| YUV | 127.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 127 | 0.04 | 0 | 0.02 | 0.49 | 156 | 0.02 | 0.5 |
| Hex | 7C | 81 | 7F | 4 | 0 | 2 | 31 | 9C | 2 | 32 |
| Octal | 174 | 201 | 177 | 4 | 0 | 2 | 61 | 234 | 2 | 62 |
| Binary | 1111100 | 10000001 | 1111111 | 100 | 0 | 10 | 110001 | 10011100 | 10 | 110010 |
Color Harmonies of #7C817F
Complementary color
Monochromatic Colors of #7C817F
Black with #7C817F
Text Example
Text Example
White with #7C817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C817F; }
p { color: rgb(124,129,127); }
H1.HeaderClassName
{
color: #7C817F;
}
.AnyTagClassName
{
color: #7C817F;
}
</style>
background-color css
<style>
a { background-color: #7C817F; }
a { background-color: rgb(124,129,127); }
div.DivClassName
{
background-color: #7C817F;
}
.BgClassName
{
background-color: #7C817F;
}
</style>
border-color css
<style>
span { border-color: #7C817F; }
span { border-color: rgb(124,129,127); }
td.TdClassName
{
border-color: #7C817F;
}
.TagClassName
{
border-color: #7C817F;
}
</style>