Shades of Spanish Green #80877E
Tints of Spanish Green #80877E
RGB
CMYK
RGB Variations
Color information
#80877E (or 0x80877E) is known color: Spanish Green. HEX triplet: 80, 87 and 7E. RGB value is (128,135,126). Sum of RGB (Red+Green+Blue) = 128+135+126=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 135 - color contains mainly: green. Hex color #80877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80877E is #7F7881. Grayscale: #838383. Windows color (decimal): -8353922 or 8292224. OLE color: 8292224.
HSL color Cylindrical-coordinate representation of color #80877E: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80877E is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 126 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.47 |
| HSL | 106.67º | 0.04% | 0.51% | - |
| HSV(B) | 106.67º | 0.07% | 0.53% | - |
| XYZ | 21.33 | 23.42 | 23.14 | - |
| YUV | 131.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 126 | 0.05 | 0 | 0.07 | 0.47 | 106.67 | 0.04 | 0.51 |
| Hex | 80 | 87 | 7E | 5 | 0 | 7 | 2F | 6B | 4 | 33 |
| Octal | 200 | 207 | 176 | 5 | 0 | 7 | 57 | 153 | 4 | 63 |
| Binary | 10000000 | 10000111 | 1111110 | 101 | 0 | 111 | 101111 | 1101011 | 100 | 110011 |
Color Harmonies of #80877E
Complementary color
Monochromatic Colors of #80877E
Black with #80877E
Text Example
Text Example
White with #80877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80877E; }
p { color: rgb(128,135,126); }
H1.HeaderClassName
{
color: #80877E;
}
.AnyTagClassName
{
color: #80877E;
}
</style>
background-color css
<style>
a { background-color: #80877E; }
a { background-color: rgb(128,135,126); }
div.DivClassName
{
background-color: #80877E;
}
.BgClassName
{
background-color: #80877E;
}
</style>
border-color css
<style>
span { border-color: #80877E; }
span { border-color: rgb(128,135,126); }
td.TdClassName
{
border-color: #80877E;
}
.TagClassName
{
border-color: #80877E;
}
</style>