Shades of Granny Smith #779488
Tints of Granny Smith #779488
RGB
CMYK
RGB Variations
Color information
#779488 (or 0x779488) is known color: Granny Smith. HEX triplet: 77, 94 and 88. RGB value is (119,148,136). Sum of RGB (Red+Green+Blue) = 119+148+136=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #779488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779488 is #886B77. Grayscale: #898989. Windows color (decimal): -8940408 or 8950903. OLE color: 8950903.
HSL color Cylindrical-coordinate representation of color #779488: hue angle of 155.17º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #779488 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 136 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.42 |
| HSL | 155.17º | 0.12% | 0.52% | - |
| HSV(B) | 155.17º | 0.2% | 0.58% | - |
| XYZ | 22.64 | 26.88 | 27.29 | - |
| YUV | 137.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 136 | 0.20 | 0 | 0.08 | 0.42 | 155.17 | 0.12 | 0.52 |
| Hex | 77 | 94 | 88 | 14 | 0 | 8 | 2A | 9B | C | 34 |
| Octal | 167 | 224 | 210 | 24 | 0 | 10 | 52 | 233 | 14 | 64 |
| Binary | 1110111 | 10010100 | 10001000 | 10100 | 0 | 1000 | 101010 | 10011011 | 1100 | 110100 |
Color Harmonies of #779488
Complementary color
Monochromatic Colors of #779488
Black with #779488
Text Example
Text Example
White with #779488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779488; }
p { color: rgb(119,148,136); }
H1.HeaderClassName
{
color: #779488;
}
.AnyTagClassName
{
color: #779488;
}
</style>
background-color css
<style>
a { background-color: #779488; }
a { background-color: rgb(119,148,136); }
div.DivClassName
{
background-color: #779488;
}
.BgClassName
{
background-color: #779488;
}
</style>
border-color css
<style>
span { border-color: #779488; }
span { border-color: rgb(119,148,136); }
td.TdClassName
{
border-color: #779488;
}
.TagClassName
{
border-color: #779488;
}
</style>