Shades of Granny Smith #788A84
Tints of Granny Smith #788A84
RGB
CMYK
RGB Variations
Color information
#788A84 (or 0x788A84) is known color: Granny Smith. HEX triplet: 78, 8A and 84. RGB value is (120,138,132). Sum of RGB (Red+Green+Blue) = 120+138+132=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #788A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788A84 is #87757B. Grayscale: #838383. Windows color (decimal): -8877436 or 8686200. OLE color: 8686200.
HSL color Cylindrical-coordinate representation of color #788A84: hue angle of 160º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788A84 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 132 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.46 |
| HSL | 160º | 0.07% | 0.51% | - |
| HSV(B) | 160º | 0.13% | 0.54% | - |
| XYZ | 21 | 23.84 | 25.32 | - |
| YUV | 131.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 132 | 0.13 | 0 | 0.04 | 0.46 | 160 | 0.07 | 0.51 |
| Hex | 78 | 8A | 84 | D | 0 | 4 | 2E | A0 | 7 | 33 |
| Octal | 170 | 212 | 204 | 15 | 0 | 4 | 56 | 240 | 7 | 63 |
| Binary | 1111000 | 10001010 | 10000100 | 1101 | 0 | 100 | 101110 | 10100000 | 111 | 110011 |
Color Harmonies of #788A84
Complementary color
Monochromatic Colors of #788A84
Black with #788A84
Text Example
Text Example
White with #788A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A84; }
p { color: rgb(120,138,132); }
H1.HeaderClassName
{
color: #788A84;
}
.AnyTagClassName
{
color: #788A84;
}
</style>
background-color css
<style>
a { background-color: #788A84; }
a { background-color: rgb(120,138,132); }
div.DivClassName
{
background-color: #788A84;
}
.BgClassName
{
background-color: #788A84;
}
</style>
border-color css
<style>
span { border-color: #788A84; }
span { border-color: rgb(120,138,132); }
td.TdClassName
{
border-color: #788A84;
}
.TagClassName
{
border-color: #788A84;
}
</style>