Shades of Granny Smith #77988F
Tints of Granny Smith #77988F
RGB
CMYK
RGB Variations
Color information
#77988F (or 0x77988F) is known color: Granny Smith. HEX triplet: 77, 98 and 8F. RGB value is (119,152,143). Sum of RGB (Red+Green+Blue) = 119+152+143=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #77988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77988F is #886770. Grayscale: #8D8D8D. Windows color (decimal): -8939377 or 9410679. OLE color: 9410679.
HSL color Cylindrical-coordinate representation of color #77988F: hue angle of 163.64º 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 #77988F is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 143 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.40 |
| HSL | 163.64º | 0.14% | 0.53% | - |
| HSV(B) | 163.64º | 0.22% | 0.6% | - |
| XYZ | 23.79 | 28.36 | 30.21 | - |
| YUV | 141.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 143 | 0.22 | 0 | 0.06 | 0.40 | 163.64 | 0.14 | 0.53 |
| Hex | 77 | 98 | 8F | 16 | 0 | 6 | 28 | A4 | E | 35 |
| Octal | 167 | 230 | 217 | 26 | 0 | 6 | 50 | 244 | 16 | 65 |
| Binary | 1110111 | 10011000 | 10001111 | 10110 | 0 | 110 | 101000 | 10100100 | 1110 | 110101 |
Color Harmonies of #77988F
Complementary color
Monochromatic Colors of #77988F
Black with #77988F
Text Example
Text Example
White with #77988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77988F; }
p { color: rgb(119,152,143); }
H1.HeaderClassName
{
color: #77988F;
}
.AnyTagClassName
{
color: #77988F;
}
</style>
background-color css
<style>
a { background-color: #77988F; }
a { background-color: rgb(119,152,143); }
div.DivClassName
{
background-color: #77988F;
}
.BgClassName
{
background-color: #77988F;
}
</style>
border-color css
<style>
span { border-color: #77988F; }
span { border-color: rgb(119,152,143); }
td.TdClassName
{
border-color: #77988F;
}
.TagClassName
{
border-color: #77988F;
}
</style>