Shades of Granny Smith #77958E
Tints of Granny Smith #77958E
RGB
CMYK
RGB Variations
Color information
#77958E (or 0x77958E) is known color: Granny Smith. HEX triplet: 77, 95 and 8E. RGB value is (119,149,142). Sum of RGB (Red+Green+Blue) = 119+149+142=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 149 - color contains mainly: green. Hex color #77958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77958E is #886A71. Grayscale: #8B8B8B. Windows color (decimal): -8940146 or 9344375. OLE color: 9344375.
HSL color Cylindrical-coordinate representation of color #77958E: hue angle of 166º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77958E is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 142 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.42 |
| HSL | 166º | 0.12% | 0.53% | - |
| HSV(B) | 166º | 0.2% | 0.58% | - |
| XYZ | 23.24 | 27.37 | 29.65 | - |
| YUV | 139.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 142 | 0.20 | 0 | 0.05 | 0.42 | 166 | 0.12 | 0.53 |
| Hex | 77 | 95 | 8E | 14 | 0 | 5 | 2A | A6 | C | 35 |
| Octal | 167 | 225 | 216 | 24 | 0 | 5 | 52 | 246 | 14 | 65 |
| Binary | 1110111 | 10010101 | 10001110 | 10100 | 0 | 101 | 101010 | 10100110 | 1100 | 110101 |
Color Harmonies of #77958E
Complementary color
Monochromatic Colors of #77958E
Black with #77958E
Text Example
Text Example
White with #77958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77958E; }
p { color: rgb(119,149,142); }
H1.HeaderClassName
{
color: #77958E;
}
.AnyTagClassName
{
color: #77958E;
}
</style>
background-color css
<style>
a { background-color: #77958E; }
a { background-color: rgb(119,149,142); }
div.DivClassName
{
background-color: #77958E;
}
.BgClassName
{
background-color: #77958E;
}
</style>
border-color css
<style>
span { border-color: #77958E; }
span { border-color: rgb(119,149,142); }
td.TdClassName
{
border-color: #77958E;
}
.TagClassName
{
border-color: #77958E;
}
</style>