Shades of Granny Smith #788C84
Tints of Granny Smith #788C84
RGB
CMYK
RGB Variations
Color information
#788C84 (or 0x788C84) is known color: Granny Smith. HEX triplet: 78, 8C and 84. RGB value is (120,140,132). Sum of RGB (Red+Green+Blue) = 120+140+132=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 140 - color contains mainly: green. Hex color #788C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C84 is #87737B. Grayscale: #858585. Windows color (decimal): -8876924 or 8686712. OLE color: 8686712.
HSL color Cylindrical-coordinate representation of color #788C84: hue angle of 156º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788C84 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 140 | 132 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.45 |
| HSL | 156º | 0.08% | 0.51% | - |
| HSV(B) | 156º | 0.14% | 0.55% | - |
| XYZ | 21.29 | 24.42 | 25.42 | - |
| YUV | 133.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 132 | 0.14 | 0 | 0.06 | 0.45 | 156 | 0.08 | 0.51 |
| Hex | 78 | 8C | 84 | E | 0 | 6 | 2D | 9C | 8 | 33 |
| Octal | 170 | 214 | 204 | 16 | 0 | 6 | 55 | 234 | 10 | 63 |
| Binary | 1111000 | 10001100 | 10000100 | 1110 | 0 | 110 | 101101 | 10011100 | 1000 | 110011 |
Color Harmonies of #788C84
Complementary color
Monochromatic Colors of #788C84
Black with #788C84
Text Example
Text Example
White with #788C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C84; }
p { color: rgb(120,140,132); }
H1.HeaderClassName
{
color: #788C84;
}
.AnyTagClassName
{
color: #788C84;
}
</style>
background-color css
<style>
a { background-color: #788C84; }
a { background-color: rgb(120,140,132); }
div.DivClassName
{
background-color: #788C84;
}
.BgClassName
{
background-color: #788C84;
}
</style>
border-color css
<style>
span { border-color: #788C84; }
span { border-color: rgb(120,140,132); }
td.TdClassName
{
border-color: #788C84;
}
.TagClassName
{
border-color: #788C84;
}
</style>