Shades of Granny Smith #778B81
Tints of Granny Smith #778B81
RGB
CMYK
RGB Variations
Color information
#778B81 (or 0x778B81) is known color: Granny Smith. HEX triplet: 77, 8B and 81. RGB value is (119,139,129). Sum of RGB (Red+Green+Blue) = 119+139+129=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 139 - color contains mainly: green. Hex color #778B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B81 is #88747E. Grayscale: #838383. Windows color (decimal): -8942719 or 8489847. OLE color: 8489847.
HSL color Cylindrical-coordinate representation of color #778B81: hue angle of 150º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #778B81 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 129 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.45 |
| HSL | 150º | 0.08% | 0.51% | - |
| HSV(B) | 150º | 0.14% | 0.55% | - |
| XYZ | 20.8 | 23.97 | 24.3 | - |
| YUV | 131.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 129 | 0.14 | 0 | 0.07 | 0.45 | 150 | 0.08 | 0.51 |
| Hex | 77 | 8B | 81 | E | 0 | 7 | 2D | 96 | 8 | 33 |
| Octal | 167 | 213 | 201 | 16 | 0 | 7 | 55 | 226 | 10 | 63 |
| Binary | 1110111 | 10001011 | 10000001 | 1110 | 0 | 111 | 101101 | 10010110 | 1000 | 110011 |
Color Harmonies of #778B81
Complementary color
Monochromatic Colors of #778B81
Black with #778B81
Text Example
Text Example
White with #778B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B81; }
p { color: rgb(119,139,129); }
H1.HeaderClassName
{
color: #778B81;
}
.AnyTagClassName
{
color: #778B81;
}
</style>
background-color css
<style>
a { background-color: #778B81; }
a { background-color: rgb(119,139,129); }
div.DivClassName
{
background-color: #778B81;
}
.BgClassName
{
background-color: #778B81;
}
</style>
border-color css
<style>
span { border-color: #778B81; }
span { border-color: rgb(119,139,129); }
td.TdClassName
{
border-color: #778B81;
}
.TagClassName
{
border-color: #778B81;
}
</style>