Shades of Granny Smith #779991
Tints of Granny Smith #779991
RGB
CMYK
RGB Variations
Color information
#779991 (or 0x779991) is known color: Granny Smith. HEX triplet: 77, 99 and 91. RGB value is (119,153,145). Sum of RGB (Red+Green+Blue) = 119+153+145=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #779991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779991 is #88666E. Grayscale: #8D8D8D. Windows color (decimal): -8939119 or 9542007. OLE color: 9542007.
HSL color Cylindrical-coordinate representation of color #779991: hue angle of 165.88º 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 #779991 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 145 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.4 |
| HSL | 165.88º | 0.14% | 0.53% | - |
| HSV(B) | 165.88º | 0.22% | 0.6% | - |
| XYZ | 24.11 | 28.75 | 31.07 | - |
| YUV | 141.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 145 | 0.22 | 0 | 0.05 | 0.4 | 165.88 | 0.14 | 0.53 |
| Hex | 77 | 99 | 91 | 16 | 0 | 5 | 28 | A6 | E | 35 |
| Octal | 167 | 231 | 221 | 26 | 0 | 5 | 50 | 246 | 16 | 65 |
| Binary | 1110111 | 10011001 | 10010001 | 10110 | 0 | 101 | 101000 | 10100110 | 1110 | 110101 |
Color Harmonies of #779991
Complementary color
Monochromatic Colors of #779991
Black with #779991
Text Example
Text Example
White with #779991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779991; }
p { color: rgb(119,153,145); }
H1.HeaderClassName
{
color: #779991;
}
.AnyTagClassName
{
color: #779991;
}
</style>
background-color css
<style>
a { background-color: #779991; }
a { background-color: rgb(119,153,145); }
div.DivClassName
{
background-color: #779991;
}
.BgClassName
{
background-color: #779991;
}
</style>
border-color css
<style>
span { border-color: #779991; }
span { border-color: rgb(119,153,145); }
td.TdClassName
{
border-color: #779991;
}
.TagClassName
{
border-color: #779991;
}
</style>