Shades of Granny Smith #778B80
Tints of Granny Smith #778B80
RGB
CMYK
RGB Variations
Color information
#778B80 (or 0x778B80) is known color: Granny Smith. HEX triplet: 77, 8B and 80. RGB value is (119,139,128). Sum of RGB (Red+Green+Blue) = 119+139+128=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #778B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B80 is #88747F. Grayscale: #838383. Windows color (decimal): -8942720 or 8424311. OLE color: 8424311.
HSL color Cylindrical-coordinate representation of color #778B80: hue angle of 147º 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 #778B80 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 128 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.45 |
| HSL | 147º | 0.08% | 0.51% | - |
| HSV(B) | 147º | 0.14% | 0.55% | - |
| XYZ | 20.74 | 23.95 | 23.95 | - |
| YUV | 131.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 128 | 0.14 | 0 | 0.08 | 0.45 | 147 | 0.08 | 0.51 |
| Hex | 77 | 8B | 80 | E | 0 | 8 | 2D | 93 | 8 | 33 |
| Octal | 167 | 213 | 200 | 16 | 0 | 10 | 55 | 223 | 10 | 63 |
| Binary | 1110111 | 10001011 | 10000000 | 1110 | 0 | 1000 | 101101 | 10010011 | 1000 | 110011 |
Color Harmonies of #778B80
Complementary color
Monochromatic Colors of #778B80
Black with #778B80
Text Example
Text Example
White with #778B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B80; }
p { color: rgb(119,139,128); }
H1.HeaderClassName
{
color: #778B80;
}
.AnyTagClassName
{
color: #778B80;
}
</style>
background-color css
<style>
a { background-color: #778B80; }
a { background-color: rgb(119,139,128); }
div.DivClassName
{
background-color: #778B80;
}
.BgClassName
{
background-color: #778B80;
}
</style>
border-color css
<style>
span { border-color: #778B80; }
span { border-color: rgb(119,139,128); }
td.TdClassName
{
border-color: #778B80;
}
.TagClassName
{
border-color: #778B80;
}
</style>