Shades of Mamba #87708D
Tints of Mamba #87708D
RGB
CMYK
RGB Variations
Color information
#87708D (or 0x87708D) is known color: Mamba. HEX triplet: 87, 70 and 8D. RGB value is (135,112,141). Sum of RGB (Red+Green+Blue) = 135+112+141=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #87708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87708D is #788F72. Grayscale: #7A7A7A. Windows color (decimal): -7901043 or 9269383. OLE color: 9269383.
HSL color Cylindrical-coordinate representation of color #87708D: hue angle of 287.59º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87708D is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 112 | 141 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.45 |
| HSL | 287.59º | 0.11% | 0.5% | - |
| HSV(B) | 287.59º | 0.21% | 0.55% | - |
| XYZ | 20.59 | 18.66 | 27.72 | - |
| YUV | 122.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 141 | 0.04 | 0.21 | 0 | 0.45 | 287.59 | 0.11 | 0.5 |
| Hex | 87 | 70 | 8D | 4 | 15 | 0 | 2D | 120 | B | 32 |
| Octal | 207 | 160 | 215 | 4 | 25 | 0 | 55 | 440 | 13 | 62 |
| Binary | 10000111 | 1110000 | 10001101 | 100 | 10101 | 0 | 101101 | 100100000 | 1011 | 110010 |
Color Harmonies of #87708D
Complementary color
Monochromatic Colors of #87708D
Black with #87708D
Text Example
Text Example
White with #87708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87708D; }
p { color: rgb(135,112,141); }
H1.HeaderClassName
{
color: #87708D;
}
.AnyTagClassName
{
color: #87708D;
}
</style>
background-color css
<style>
a { background-color: #87708D; }
a { background-color: rgb(135,112,141); }
div.DivClassName
{
background-color: #87708D;
}
.BgClassName
{
background-color: #87708D;
}
</style>
border-color css
<style>
span { border-color: #87708D; }
span { border-color: rgb(135,112,141); }
td.TdClassName
{
border-color: #87708D;
}
.TagClassName
{
border-color: #87708D;
}
</style>