Shades of Spanish Green #808C77
Tints of Spanish Green #808C77
RGB
CMYK
RGB Variations
Color information
#808C77 (or 0x808C77) is known color: Spanish Green. HEX triplet: 80, 8C and 77. RGB value is (128,140,119). Sum of RGB (Red+Green+Blue) = 128+140+119=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 140 - color contains mainly: green. Hex color #808C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808C77 is #7F7388. Grayscale: #868686. Windows color (decimal): -8352649 or 7834752. OLE color: 7834752.
HSL color Cylindrical-coordinate representation of color #808C77: hue angle of 94.29º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808C77 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 140 | 119 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.45 |
| HSL | 94.29º | 0.08% | 0.51% | - |
| HSV(B) | 94.29º | 0.15% | 0.55% | - |
| XYZ | 21.61 | 24.68 | 21.08 | - |
| YUV | 134.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 119 | 0.09 | 0 | 0.15 | 0.45 | 94.29 | 0.08 | 0.51 |
| Hex | 80 | 8C | 77 | 9 | 0 | F | 2D | 5E | 8 | 33 |
| Octal | 200 | 214 | 167 | 11 | 0 | 17 | 55 | 136 | 10 | 63 |
| Binary | 10000000 | 10001100 | 1110111 | 1001 | 0 | 1111 | 101101 | 1011110 | 1000 | 110011 |
Color Harmonies of #808C77
Complementary color
Monochromatic Colors of #808C77
Black with #808C77
Text Example
Text Example
White with #808C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C77; }
p { color: rgb(128,140,119); }
H1.HeaderClassName
{
color: #808C77;
}
.AnyTagClassName
{
color: #808C77;
}
</style>
background-color css
<style>
a { background-color: #808C77; }
a { background-color: rgb(128,140,119); }
div.DivClassName
{
background-color: #808C77;
}
.BgClassName
{
background-color: #808C77;
}
</style>
border-color css
<style>
span { border-color: #808C77; }
span { border-color: rgb(128,140,119); }
td.TdClassName
{
border-color: #808C77;
}
.TagClassName
{
border-color: #808C77;
}
</style>