Shades of Granny Smith #77958C
Tints of Granny Smith #77958C
RGB
CMYK
RGB Variations
Color information
#77958C (or 0x77958C) is known color: Granny Smith. HEX triplet: 77, 95 and 8C. RGB value is (119,149,140). Sum of RGB (Red+Green+Blue) = 119+149+140=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #77958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77958C is #886A73. Grayscale: #8B8B8B. Windows color (decimal): -8940148 or 9213303. OLE color: 9213303.
HSL color Cylindrical-coordinate representation of color #77958C: hue angle of 162º 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 #77958C is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 140 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.42 |
| HSL | 162º | 0.12% | 0.53% | - |
| HSV(B) | 162º | 0.2% | 0.58% | - |
| XYZ | 23.09 | 27.31 | 28.87 | - |
| YUV | 139 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 140 | 0.20 | 0 | 0.06 | 0.42 | 162 | 0.12 | 0.53 |
| Hex | 77 | 95 | 8C | 14 | 0 | 6 | 2A | A2 | C | 35 |
| Octal | 167 | 225 | 214 | 24 | 0 | 6 | 52 | 242 | 14 | 65 |
| Binary | 1110111 | 10010101 | 10001100 | 10100 | 0 | 110 | 101010 | 10100010 | 1100 | 110101 |
Color Harmonies of #77958C
Complementary color
Monochromatic Colors of #77958C
Black with #77958C
Text Example
Text Example
White with #77958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77958C; }
p { color: rgb(119,149,140); }
H1.HeaderClassName
{
color: #77958C;
}
.AnyTagClassName
{
color: #77958C;
}
</style>
background-color css
<style>
a { background-color: #77958C; }
a { background-color: rgb(119,149,140); }
div.DivClassName
{
background-color: #77958C;
}
.BgClassName
{
background-color: #77958C;
}
</style>
border-color css
<style>
span { border-color: #77958C; }
span { border-color: rgb(119,149,140); }
td.TdClassName
{
border-color: #77958C;
}
.TagClassName
{
border-color: #77958C;
}
</style>