Shades of Granny Smith #779A8F
Tints of Granny Smith #779A8F
RGB
CMYK
RGB Variations
Color information
#779A8F (or 0x779A8F) is known color: Granny Smith. HEX triplet: 77, 9A and 8F. RGB value is (119,154,143). Sum of RGB (Red+Green+Blue) = 119+154+143=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 154 - color contains mainly: green. Hex color #779A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A8F is #886570. Grayscale: #8E8E8E. Windows color (decimal): -8938865 or 9411191. OLE color: 9411191.
HSL color Cylindrical-coordinate representation of color #779A8F: hue angle of 161.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A8F is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 143 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.40 |
| HSL | 161.14º | 0.15% | 0.54% | - |
| HSV(B) | 161.14º | 0.23% | 0.6% | - |
| XYZ | 24.12 | 29.02 | 30.32 | - |
| YUV | 142.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 143 | 0.23 | 0 | 0.07 | 0.40 | 161.14 | 0.15 | 0.54 |
| Hex | 77 | 9A | 8F | 17 | 0 | 7 | 28 | A1 | F | 36 |
| Octal | 167 | 232 | 217 | 27 | 0 | 7 | 50 | 241 | 17 | 66 |
| Binary | 1110111 | 10011010 | 10001111 | 10111 | 0 | 111 | 101000 | 10100001 | 1111 | 110110 |
Color Harmonies of #779A8F
Complementary color
Monochromatic Colors of #779A8F
Black with #779A8F
Text Example
Text Example
White with #779A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A8F; }
p { color: rgb(119,154,143); }
H1.HeaderClassName
{
color: #779A8F;
}
.AnyTagClassName
{
color: #779A8F;
}
</style>
background-color css
<style>
a { background-color: #779A8F; }
a { background-color: rgb(119,154,143); }
div.DivClassName
{
background-color: #779A8F;
}
.BgClassName
{
background-color: #779A8F;
}
</style>
border-color css
<style>
span { border-color: #779A8F; }
span { border-color: rgb(119,154,143); }
td.TdClassName
{
border-color: #779A8F;
}
.TagClassName
{
border-color: #779A8F;
}
</style>