Shades of Granny Smith #77A097
Tints of Granny Smith #77A097
RGB
CMYK
RGB Variations
Color information
#77A097 (or 0x77A097) is known color: Granny Smith. HEX triplet: 77, A0 and 97. RGB value is (119,160,151). Sum of RGB (Red+Green+Blue) = 119+160+151=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #77A097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A097 is #885F68. Grayscale: #929292. Windows color (decimal): -8937321 or 9937015. OLE color: 9937015.
HSL color Cylindrical-coordinate representation of color #77A097: hue angle of 166.83º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A097 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 160 | 151 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.37 |
| HSL | 166.83º | 0.18% | 0.55% | - |
| HSV(B) | 166.83º | 0.26% | 0.63% | - |
| XYZ | 25.76 | 31.3 | 33.96 | - |
| YUV | 146.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 151 | 0.26 | 0 | 0.06 | 0.37 | 166.83 | 0.18 | 0.55 |
| Hex | 77 | A0 | 97 | 1A | 0 | 6 | 25 | A7 | 12 | 37 |
| Octal | 167 | 240 | 227 | 32 | 0 | 6 | 45 | 247 | 22 | 67 |
| Binary | 1110111 | 10100000 | 10010111 | 11010 | 0 | 110 | 100101 | 10100111 | 10010 | 110111 |
Color Harmonies of #77A097
Complementary color
Monochromatic Colors of #77A097
Black with #77A097
Text Example
Text Example
White with #77A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A097; }
p { color: rgb(119,160,151); }
H1.HeaderClassName
{
color: #77A097;
}
.AnyTagClassName
{
color: #77A097;
}
</style>
background-color css
<style>
a { background-color: #77A097; }
a { background-color: rgb(119,160,151); }
div.DivClassName
{
background-color: #77A097;
}
.BgClassName
{
background-color: #77A097;
}
</style>
border-color css
<style>
span { border-color: #77A097; }
span { border-color: rgb(119,160,151); }
td.TdClassName
{
border-color: #77A097;
}
.TagClassName
{
border-color: #77A097;
}
</style>