Shades of Granny Smith #779A91
Tints of Granny Smith #779A91
RGB
CMYK
RGB Variations
Color information
#779A91 (or 0x779A91) is known color: Granny Smith. HEX triplet: 77, 9A and 91. RGB value is (119,154,145). Sum of RGB (Red+Green+Blue) = 119+154+145=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 154 - color contains mainly: green. Hex color #779A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A91 is #88656E. Grayscale: #8E8E8E. Windows color (decimal): -8938863 or 9542263. OLE color: 9542263.
HSL color Cylindrical-coordinate representation of color #779A91: hue angle of 164.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A91 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 145 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.40 |
| HSL | 164.57º | 0.15% | 0.54% | - |
| HSV(B) | 164.57º | 0.23% | 0.6% | - |
| XYZ | 24.27 | 29.08 | 31.12 | - |
| YUV | 142.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 145 | 0.23 | 0 | 0.06 | 0.40 | 164.57 | 0.15 | 0.54 |
| Hex | 77 | 9A | 91 | 17 | 0 | 6 | 28 | A5 | F | 36 |
| Octal | 167 | 232 | 221 | 27 | 0 | 6 | 50 | 245 | 17 | 66 |
| Binary | 1110111 | 10011010 | 10010001 | 10111 | 0 | 110 | 101000 | 10100101 | 1111 | 110110 |
Color Harmonies of #779A91
Complementary color
Monochromatic Colors of #779A91
Black with #779A91
Text Example
Text Example
White with #779A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A91; }
p { color: rgb(119,154,145); }
H1.HeaderClassName
{
color: #779A91;
}
.AnyTagClassName
{
color: #779A91;
}
</style>
background-color css
<style>
a { background-color: #779A91; }
a { background-color: rgb(119,154,145); }
div.DivClassName
{
background-color: #779A91;
}
.BgClassName
{
background-color: #779A91;
}
</style>
border-color css
<style>
span { border-color: #779A91; }
span { border-color: rgb(119,154,145); }
td.TdClassName
{
border-color: #779A91;
}
.TagClassName
{
border-color: #779A91;
}
</style>