Shades of Granny Smith #77988A
Tints of Granny Smith #77988A
RGB
CMYK
RGB Variations
Color information
#77988A (or 0x77988A) is known color: Granny Smith. HEX triplet: 77, 98 and 8A. RGB value is (119,152,138). Sum of RGB (Red+Green+Blue) = 119+152+138=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #77988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77988A is #886775. Grayscale: #8C8C8C. Windows color (decimal): -8939382 or 9082999. OLE color: 9082999.
HSL color Cylindrical-coordinate representation of color #77988A: hue angle of 154.55º 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 #77988A is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 138 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.40 |
| HSL | 154.55º | 0.14% | 0.53% | - |
| HSV(B) | 154.55º | 0.22% | 0.6% | - |
| XYZ | 23.42 | 28.21 | 28.26 | - |
| YUV | 140.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 138 | 0.22 | 0 | 0.09 | 0.40 | 154.55 | 0.14 | 0.53 |
| Hex | 77 | 98 | 8A | 16 | 0 | 9 | 28 | 9B | E | 35 |
| Octal | 167 | 230 | 212 | 26 | 0 | 11 | 50 | 233 | 16 | 65 |
| Binary | 1110111 | 10011000 | 10001010 | 10110 | 0 | 1001 | 101000 | 10011011 | 1110 | 110101 |
Color Harmonies of #77988A
Complementary color
Monochromatic Colors of #77988A
Black with #77988A
Text Example
Text Example
White with #77988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77988A; }
p { color: rgb(119,152,138); }
H1.HeaderClassName
{
color: #77988A;
}
.AnyTagClassName
{
color: #77988A;
}
</style>
background-color css
<style>
a { background-color: #77988A; }
a { background-color: rgb(119,152,138); }
div.DivClassName
{
background-color: #77988A;
}
.BgClassName
{
background-color: #77988A;
}
</style>
border-color css
<style>
span { border-color: #77988A; }
span { border-color: rgb(119,152,138); }
td.TdClassName
{
border-color: #77988A;
}
.TagClassName
{
border-color: #77988A;
}
</style>