Shades of Granny Smith #788B84
Tints of Granny Smith #788B84
RGB
CMYK
RGB Variations
Color information
#788B84 (or 0x788B84) is known color: Granny Smith. HEX triplet: 78, 8B and 84. RGB value is (120,139,132). Sum of RGB (Red+Green+Blue) = 120+139+132=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 139 - color contains mainly: green. Hex color #788B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B84 is #87747B. Grayscale: #848484. Windows color (decimal): -8877180 or 8686456. OLE color: 8686456.
HSL color Cylindrical-coordinate representation of color #788B84: hue angle of 157.89º 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 #788B84 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 132 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.45 |
| HSL | 157.89º | 0.08% | 0.51% | - |
| HSV(B) | 157.89º | 0.14% | 0.55% | - |
| XYZ | 21.14 | 24.12 | 25.37 | - |
| YUV | 132.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 132 | 0.14 | 0 | 0.05 | 0.45 | 157.89 | 0.08 | 0.51 |
| Hex | 78 | 8B | 84 | E | 0 | 5 | 2D | 9E | 8 | 33 |
| Octal | 170 | 213 | 204 | 16 | 0 | 5 | 55 | 236 | 10 | 63 |
| Binary | 1111000 | 10001011 | 10000100 | 1110 | 0 | 101 | 101101 | 10011110 | 1000 | 110011 |
Color Harmonies of #788B84
Complementary color
Monochromatic Colors of #788B84
Black with #788B84
Text Example
Text Example
White with #788B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B84; }
p { color: rgb(120,139,132); }
H1.HeaderClassName
{
color: #788B84;
}
.AnyTagClassName
{
color: #788B84;
}
</style>
background-color css
<style>
a { background-color: #788B84; }
a { background-color: rgb(120,139,132); }
div.DivClassName
{
background-color: #788B84;
}
.BgClassName
{
background-color: #788B84;
}
</style>
border-color css
<style>
span { border-color: #788B84; }
span { border-color: rgb(120,139,132); }
td.TdClassName
{
border-color: #788B84;
}
.TagClassName
{
border-color: #788B84;
}
</style>