Shades of Spanish Green #80887C
Tints of Spanish Green #80887C
RGB
CMYK
RGB Variations
Color information
#80887C (or 0x80887C) is known color: Spanish Green. HEX triplet: 80, 88 and 7C. RGB value is (128,136,124). Sum of RGB (Red+Green+Blue) = 128+136+124=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 136 - color contains mainly: green. Hex color #80887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80887C is #7F7783. Grayscale: #848484. Windows color (decimal): -8353668 or 8161408. OLE color: 8161408.
HSL color Cylindrical-coordinate representation of color #80887C: hue angle of 100º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80887C is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 124 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.47 |
| HSL | 100º | 0.05% | 0.51% | - |
| HSV(B) | 100º | 0.09% | 0.53% | - |
| XYZ | 21.34 | 23.65 | 22.51 | - |
| YUV | 132.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 124 | 0.06 | 0 | 0.09 | 0.47 | 100 | 0.05 | 0.51 |
| Hex | 80 | 88 | 7C | 6 | 0 | 9 | 2F | 64 | 5 | 33 |
| Octal | 200 | 210 | 174 | 6 | 0 | 11 | 57 | 144 | 5 | 63 |
| Binary | 10000000 | 10001000 | 1111100 | 110 | 0 | 1001 | 101111 | 1100100 | 101 | 110011 |
Color Harmonies of #80887C
Complementary color
Monochromatic Colors of #80887C
Black with #80887C
Text Example
Text Example
White with #80887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80887C; }
p { color: rgb(128,136,124); }
H1.HeaderClassName
{
color: #80887C;
}
.AnyTagClassName
{
color: #80887C;
}
</style>
background-color css
<style>
a { background-color: #80887C; }
a { background-color: rgb(128,136,124); }
div.DivClassName
{
background-color: #80887C;
}
.BgClassName
{
background-color: #80887C;
}
</style>
border-color css
<style>
span { border-color: #80887C; }
span { border-color: rgb(128,136,124); }
td.TdClassName
{
border-color: #80887C;
}
.TagClassName
{
border-color: #80887C;
}
</style>