Shades of Granny Smith #77958B
Tints of Granny Smith #77958B
RGB
CMYK
RGB Variations
Color information
#77958B (or 0x77958B) is known color: Granny Smith. HEX triplet: 77, 95 and 8B. RGB value is (119,149,139). Sum of RGB (Red+Green+Blue) = 119+149+139=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #77958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77958B is #886A74. Grayscale: #8A8A8A. Windows color (decimal): -8940149 or 9147767. OLE color: 9147767.
HSL color Cylindrical-coordinate representation of color #77958B: hue angle of 160º 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 #77958B is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 139 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.42 |
| HSL | 160º | 0.12% | 0.53% | - |
| HSV(B) | 160º | 0.2% | 0.58% | - |
| XYZ | 23.02 | 27.28 | 28.48 | - |
| YUV | 138.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 139 | 0.20 | 0 | 0.07 | 0.42 | 160 | 0.12 | 0.53 |
| Hex | 77 | 95 | 8B | 14 | 0 | 7 | 2A | A0 | C | 35 |
| Octal | 167 | 225 | 213 | 24 | 0 | 7 | 52 | 240 | 14 | 65 |
| Binary | 1110111 | 10010101 | 10001011 | 10100 | 0 | 111 | 101010 | 10100000 | 1100 | 110101 |
Color Harmonies of #77958B
Complementary color
Monochromatic Colors of #77958B
Black with #77958B
Text Example
Text Example
White with #77958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77958B; }
p { color: rgb(119,149,139); }
H1.HeaderClassName
{
color: #77958B;
}
.AnyTagClassName
{
color: #77958B;
}
</style>
background-color css
<style>
a { background-color: #77958B; }
a { background-color: rgb(119,149,139); }
div.DivClassName
{
background-color: #77958B;
}
.BgClassName
{
background-color: #77958B;
}
</style>
border-color css
<style>
span { border-color: #77958B; }
span { border-color: rgb(119,149,139); }
td.TdClassName
{
border-color: #77958B;
}
.TagClassName
{
border-color: #77958B;
}
</style>