Shades of Granny Smith #779890
Tints of Granny Smith #779890
RGB
CMYK
RGB Variations
Color information
#779890 (or 0x779890) is known color: Granny Smith. HEX triplet: 77, 98 and 90. RGB value is (119,152,144). Sum of RGB (Red+Green+Blue) = 119+152+144=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #779890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779890 is #88676F. Grayscale: #8D8D8D. Windows color (decimal): -8939376 or 9476215. OLE color: 9476215.
HSL color Cylindrical-coordinate representation of color #779890: hue angle of 165.45º 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 #779890 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 144 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.40 |
| HSL | 165.45º | 0.14% | 0.53% | - |
| HSV(B) | 165.45º | 0.22% | 0.6% | - |
| XYZ | 23.87 | 28.39 | 30.61 | - |
| YUV | 141.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 144 | 0.22 | 0 | 0.05 | 0.40 | 165.45 | 0.14 | 0.53 |
| Hex | 77 | 98 | 90 | 16 | 0 | 5 | 28 | A5 | E | 35 |
| Octal | 167 | 230 | 220 | 26 | 0 | 5 | 50 | 245 | 16 | 65 |
| Binary | 1110111 | 10011000 | 10010000 | 10110 | 0 | 101 | 101000 | 10100101 | 1110 | 110101 |
Color Harmonies of #779890
Complementary color
Monochromatic Colors of #779890
Black with #779890
Text Example
Text Example
White with #779890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779890; }
p { color: rgb(119,152,144); }
H1.HeaderClassName
{
color: #779890;
}
.AnyTagClassName
{
color: #779890;
}
</style>
background-color css
<style>
a { background-color: #779890; }
a { background-color: rgb(119,152,144); }
div.DivClassName
{
background-color: #779890;
}
.BgClassName
{
background-color: #779890;
}
</style>
border-color css
<style>
span { border-color: #779890; }
span { border-color: rgb(119,152,144); }
td.TdClassName
{
border-color: #779890;
}
.TagClassName
{
border-color: #779890;
}
</style>