Shades of Granny Smith #77988E
Tints of Granny Smith #77988E
RGB
CMYK
RGB Variations
Color information
#77988E (or 0x77988E) is known color: Granny Smith. HEX triplet: 77, 98 and 8E. RGB value is (119,152,142). Sum of RGB (Red+Green+Blue) = 119+152+142=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #77988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77988E is #886771. Grayscale: #8D8D8D. Windows color (decimal): -8939378 or 9345143. OLE color: 9345143.
HSL color Cylindrical-coordinate representation of color #77988E: hue angle of 161.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77988E is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 142 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.40 |
| HSL | 161.82º | 0.14% | 0.53% | - |
| HSV(B) | 161.82º | 0.22% | 0.6% | - |
| XYZ | 23.72 | 28.33 | 29.81 | - |
| YUV | 140.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 142 | 0.22 | 0 | 0.07 | 0.40 | 161.82 | 0.14 | 0.53 |
| Hex | 77 | 98 | 8E | 16 | 0 | 7 | 28 | A2 | E | 35 |
| Octal | 167 | 230 | 216 | 26 | 0 | 7 | 50 | 242 | 16 | 65 |
| Binary | 1110111 | 10011000 | 10001110 | 10110 | 0 | 111 | 101000 | 10100010 | 1110 | 110101 |
Color Harmonies of #77988E
Complementary color
Monochromatic Colors of #77988E
Black with #77988E
Text Example
Text Example
White with #77988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77988E; }
p { color: rgb(119,152,142); }
H1.HeaderClassName
{
color: #77988E;
}
.AnyTagClassName
{
color: #77988E;
}
</style>
background-color css
<style>
a { background-color: #77988E; }
a { background-color: rgb(119,152,142); }
div.DivClassName
{
background-color: #77988E;
}
.BgClassName
{
background-color: #77988E;
}
</style>
border-color css
<style>
span { border-color: #77988E; }
span { border-color: rgb(119,152,142); }
td.TdClassName
{
border-color: #77988E;
}
.TagClassName
{
border-color: #77988E;
}
</style>