Shades of Granny Smith #779688
Tints of Granny Smith #779688
RGB
CMYK
RGB Variations
Color information
#779688 (or 0x779688) is known color: Granny Smith. HEX triplet: 77, 96 and 88. RGB value is (119,150,136). Sum of RGB (Red+Green+Blue) = 119+150+136=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #779688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779688 is #886977. Grayscale: #8B8B8B. Windows color (decimal): -8939896 or 8951415. OLE color: 8951415.
HSL color Cylindrical-coordinate representation of color #779688: hue angle of 152.9º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779688 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 150 | 136 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.41 |
| HSL | 152.9º | 0.13% | 0.53% | - |
| HSV(B) | 152.9º | 0.21% | 0.59% | - |
| XYZ | 22.96 | 27.51 | 27.39 | - |
| YUV | 139.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 136 | 0.21 | 0 | 0.09 | 0.41 | 152.9 | 0.13 | 0.53 |
| Hex | 77 | 96 | 88 | 15 | 0 | 9 | 29 | 99 | D | 35 |
| Octal | 167 | 226 | 210 | 25 | 0 | 11 | 51 | 231 | 15 | 65 |
| Binary | 1110111 | 10010110 | 10001000 | 10101 | 0 | 1001 | 101001 | 10011001 | 1101 | 110101 |
Color Harmonies of #779688
Complementary color
Monochromatic Colors of #779688
Black with #779688
Text Example
Text Example
White with #779688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779688; }
p { color: rgb(119,150,136); }
H1.HeaderClassName
{
color: #779688;
}
.AnyTagClassName
{
color: #779688;
}
</style>
background-color css
<style>
a { background-color: #779688; }
a { background-color: rgb(119,150,136); }
div.DivClassName
{
background-color: #779688;
}
.BgClassName
{
background-color: #779688;
}
</style>
border-color css
<style>
span { border-color: #779688; }
span { border-color: rgb(119,150,136); }
td.TdClassName
{
border-color: #779688;
}
.TagClassName
{
border-color: #779688;
}
</style>