Shades of Granny Smith #778D81
Tints of Granny Smith #778D81
RGB
CMYK
RGB Variations
Color information
#778D81 (or 0x778D81) is known color: Granny Smith. HEX triplet: 77, 8D and 81. RGB value is (119,141,129). Sum of RGB (Red+Green+Blue) = 119+141+129=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 141 - color contains mainly: green. Hex color #778D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D81 is #88727E. Grayscale: #858585. Windows color (decimal): -8942207 or 8490359. OLE color: 8490359.
HSL color Cylindrical-coordinate representation of color #778D81: hue angle of 147.27º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778D81 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 141 | 129 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.45 |
| HSL | 147.27º | 0.09% | 0.51% | - |
| HSV(B) | 147.27º | 0.16% | 0.55% | - |
| XYZ | 21.1 | 24.56 | 24.4 | - |
| YUV | 133.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 129 | 0.16 | 0 | 0.09 | 0.45 | 147.27 | 0.09 | 0.51 |
| Hex | 77 | 8D | 81 | 10 | 0 | 9 | 2D | 93 | 9 | 33 |
| Octal | 167 | 215 | 201 | 20 | 0 | 11 | 55 | 223 | 11 | 63 |
| Binary | 1110111 | 10001101 | 10000001 | 10000 | 0 | 1001 | 101101 | 10010011 | 1001 | 110011 |
Color Harmonies of #778D81
Complementary color
Monochromatic Colors of #778D81
Black with #778D81
Text Example
Text Example
White with #778D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D81; }
p { color: rgb(119,141,129); }
H1.HeaderClassName
{
color: #778D81;
}
.AnyTagClassName
{
color: #778D81;
}
</style>
background-color css
<style>
a { background-color: #778D81; }
a { background-color: rgb(119,141,129); }
div.DivClassName
{
background-color: #778D81;
}
.BgClassName
{
background-color: #778D81;
}
</style>
border-color css
<style>
span { border-color: #778D81; }
span { border-color: rgb(119,141,129); }
td.TdClassName
{
border-color: #778D81;
}
.TagClassName
{
border-color: #778D81;
}
</style>