Shades of Spanish Green #80877B
Tints of Spanish Green #80877B
RGB
CMYK
RGB Variations
Color information
#80877B (or 0x80877B) is known color: Spanish Green. HEX triplet: 80, 87 and 7B. RGB value is (128,135,123). Sum of RGB (Red+Green+Blue) = 128+135+123=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 135 - color contains mainly: green. Hex color #80877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80877B is #7F7884. Grayscale: #838383. Windows color (decimal): -8353925 or 8095616. OLE color: 8095616.
HSL color Cylindrical-coordinate representation of color #80877B: hue angle of 95º 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 #80877B is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 123 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.47 |
| HSL | 95º | 0.05% | 0.51% | - |
| HSV(B) | 95º | 0.09% | 0.53% | - |
| XYZ | 21.14 | 23.35 | 22.13 | - |
| YUV | 131.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 123 | 0.05 | 0 | 0.09 | 0.47 | 95 | 0.05 | 0.51 |
| Hex | 80 | 87 | 7B | 5 | 0 | 9 | 2F | 5F | 5 | 33 |
| Octal | 200 | 207 | 173 | 5 | 0 | 11 | 57 | 137 | 5 | 63 |
| Binary | 10000000 | 10000111 | 1111011 | 101 | 0 | 1001 | 101111 | 1011111 | 101 | 110011 |
Color Harmonies of #80877B
Complementary color
Monochromatic Colors of #80877B
Black with #80877B
Text Example
Text Example
White with #80877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80877B; }
p { color: rgb(128,135,123); }
H1.HeaderClassName
{
color: #80877B;
}
.AnyTagClassName
{
color: #80877B;
}
</style>
background-color css
<style>
a { background-color: #80877B; }
a { background-color: rgb(128,135,123); }
div.DivClassName
{
background-color: #80877B;
}
.BgClassName
{
background-color: #80877B;
}
</style>
border-color css
<style>
span { border-color: #80877B; }
span { border-color: rgb(128,135,123); }
td.TdClassName
{
border-color: #80877B;
}
.TagClassName
{
border-color: #80877B;
}
</style>