Shades of Granny Smith #779B90
Tints of Granny Smith #779B90
RGB
CMYK
RGB Variations
Color information
#779B90 (or 0x779B90) is known color: Granny Smith. HEX triplet: 77, 9B and 90. RGB value is (119,155,144). Sum of RGB (Red+Green+Blue) = 119+155+144=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #779B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779B90 is #88646F. Grayscale: #8E8E8E. Windows color (decimal): -8938608 or 9476983. OLE color: 9476983.
HSL color Cylindrical-coordinate representation of color #779B90: hue angle of 161.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779B90 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 144 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.39 |
| HSL | 161.67º | 0.15% | 0.54% | - |
| HSV(B) | 161.67º | 0.23% | 0.61% | - |
| XYZ | 24.36 | 29.38 | 30.77 | - |
| YUV | 142.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 144 | 0.23 | 0 | 0.07 | 0.39 | 161.67 | 0.15 | 0.54 |
| Hex | 77 | 9B | 90 | 17 | 0 | 7 | 27 | A2 | F | 36 |
| Octal | 167 | 233 | 220 | 27 | 0 | 7 | 47 | 242 | 17 | 66 |
| Binary | 1110111 | 10011011 | 10010000 | 10111 | 0 | 111 | 100111 | 10100010 | 1111 | 110110 |
Color Harmonies of #779B90
Complementary color
Monochromatic Colors of #779B90
Black with #779B90
Text Example
Text Example
White with #779B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B90; }
p { color: rgb(119,155,144); }
H1.HeaderClassName
{
color: #779B90;
}
.AnyTagClassName
{
color: #779B90;
}
</style>
background-color css
<style>
a { background-color: #779B90; }
a { background-color: rgb(119,155,144); }
div.DivClassName
{
background-color: #779B90;
}
.BgClassName
{
background-color: #779B90;
}
</style>
border-color css
<style>
span { border-color: #779B90; }
span { border-color: rgb(119,155,144); }
td.TdClassName
{
border-color: #779B90;
}
.TagClassName
{
border-color: #779B90;
}
</style>