Shades of Spanish Green #80877C
Tints of Spanish Green #80877C
RGB
CMYK
RGB Variations
Color information
#80877C (or 0x80877C) is known color: Spanish Green. HEX triplet: 80, 87 and 7C. RGB value is (128,135,124). Sum of RGB (Red+Green+Blue) = 128+135+124=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 135 - color contains mainly: green. Hex color #80877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80877C is #7F7883. Grayscale: #838383. Windows color (decimal): -8353924 or 8161152. OLE color: 8161152.
HSL color Cylindrical-coordinate representation of color #80877C: hue angle of 98.18º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80877C is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 124 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.47 |
| HSL | 98.18º | 0.04% | 0.51% | - |
| HSV(B) | 98.18º | 0.08% | 0.53% | - |
| XYZ | 21.2 | 23.37 | 22.46 | - |
| YUV | 131.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 124 | 0.05 | 0 | 0.08 | 0.47 | 98.18 | 0.04 | 0.51 |
| Hex | 80 | 87 | 7C | 5 | 0 | 8 | 2F | 62 | 4 | 33 |
| Octal | 200 | 207 | 174 | 5 | 0 | 10 | 57 | 142 | 4 | 63 |
| Binary | 10000000 | 10000111 | 1111100 | 101 | 0 | 1000 | 101111 | 1100010 | 100 | 110011 |
Color Harmonies of #80877C
Complementary color
Monochromatic Colors of #80877C
Black with #80877C
Text Example
Text Example
White with #80877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80877C; }
p { color: rgb(128,135,124); }
H1.HeaderClassName
{
color: #80877C;
}
.AnyTagClassName
{
color: #80877C;
}
</style>
background-color css
<style>
a { background-color: #80877C; }
a { background-color: rgb(128,135,124); }
div.DivClassName
{
background-color: #80877C;
}
.BgClassName
{
background-color: #80877C;
}
</style>
border-color css
<style>
span { border-color: #80877C; }
span { border-color: rgb(128,135,124); }
td.TdClassName
{
border-color: #80877C;
}
.TagClassName
{
border-color: #80877C;
}
</style>