Shades of Granny Smith #778E84
Tints of Granny Smith #778E84
RGB
CMYK
RGB Variations
Color information
#778E84 (or 0x778E84) is known color: Granny Smith. HEX triplet: 77, 8E and 84. RGB value is (119,142,132). Sum of RGB (Red+Green+Blue) = 119+142+132=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 142 - color contains mainly: green. Hex color #778E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E84 is #88717B. Grayscale: #868686. Windows color (decimal): -8941948 or 8687223. OLE color: 8687223.
HSL color Cylindrical-coordinate representation of color #778E84: hue angle of 153.91º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778E84 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 142 | 132 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.44 |
| HSL | 153.91º | 0.09% | 0.51% | - |
| HSV(B) | 153.91º | 0.16% | 0.56% | - |
| XYZ | 21.45 | 24.93 | 25.51 | - |
| YUV | 133.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 132 | 0.16 | 0 | 0.07 | 0.44 | 153.91 | 0.09 | 0.51 |
| Hex | 77 | 8E | 84 | 10 | 0 | 7 | 2C | 9A | 9 | 33 |
| Octal | 167 | 216 | 204 | 20 | 0 | 7 | 54 | 232 | 11 | 63 |
| Binary | 1110111 | 10001110 | 10000100 | 10000 | 0 | 111 | 101100 | 10011010 | 1001 | 110011 |
Color Harmonies of #778E84
Complementary color
Monochromatic Colors of #778E84
Black with #778E84
Text Example
Text Example
White with #778E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778E84; }
p { color: rgb(119,142,132); }
H1.HeaderClassName
{
color: #778E84;
}
.AnyTagClassName
{
color: #778E84;
}
</style>
background-color css
<style>
a { background-color: #778E84; }
a { background-color: rgb(119,142,132); }
div.DivClassName
{
background-color: #778E84;
}
.BgClassName
{
background-color: #778E84;
}
</style>
border-color css
<style>
span { border-color: #778E84; }
span { border-color: rgb(119,142,132); }
td.TdClassName
{
border-color: #778E84;
}
.TagClassName
{
border-color: #778E84;
}
</style>