Shades of Granny Smith #778E87
Tints of Granny Smith #778E87
RGB
CMYK
RGB Variations
Color information
#778E87 (or 0x778E87) is known color: Granny Smith. HEX triplet: 77, 8E and 87. RGB value is (119,142,135). Sum of RGB (Red+Green+Blue) = 119+142+135=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 142 - color contains mainly: green. Hex color #778E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E87 is #887178. Grayscale: #868686. Windows color (decimal): -8941945 or 8883831. OLE color: 8883831.
HSL color Cylindrical-coordinate representation of color #778E87: hue angle of 161.74º 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 #778E87 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 142 | 135 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.44 |
| HSL | 161.74º | 0.09% | 0.51% | - |
| HSV(B) | 161.74º | 0.16% | 0.56% | - |
| XYZ | 21.65 | 25.02 | 26.61 | - |
| YUV | 134.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 135 | 0.16 | 0 | 0.05 | 0.44 | 161.74 | 0.09 | 0.51 |
| Hex | 77 | 8E | 87 | 10 | 0 | 5 | 2C | A2 | 9 | 33 |
| Octal | 167 | 216 | 207 | 20 | 0 | 5 | 54 | 242 | 11 | 63 |
| Binary | 1110111 | 10001110 | 10000111 | 10000 | 0 | 101 | 101100 | 10100010 | 1001 | 110011 |
Color Harmonies of #778E87
Complementary color
Monochromatic Colors of #778E87
Black with #778E87
Text Example
Text Example
White with #778E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778E87; }
p { color: rgb(119,142,135); }
H1.HeaderClassName
{
color: #778E87;
}
.AnyTagClassName
{
color: #778E87;
}
</style>
background-color css
<style>
a { background-color: #778E87; }
a { background-color: rgb(119,142,135); }
div.DivClassName
{
background-color: #778E87;
}
.BgClassName
{
background-color: #778E87;
}
</style>
border-color css
<style>
span { border-color: #778E87; }
span { border-color: rgb(119,142,135); }
td.TdClassName
{
border-color: #778E87;
}
.TagClassName
{
border-color: #778E87;
}
</style>