Shades of Mamba #87728D
Tints of Mamba #87728D
RGB
CMYK
RGB Variations
Color information
#87728D (or 0x87728D) is known color: Mamba. HEX triplet: 87, 72 and 8D. RGB value is (135,114,141). Sum of RGB (Red+Green+Blue) = 135+114+141=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #87728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87728D is #788D72. Grayscale: #7B7B7B. Windows color (decimal): -7900531 or 9269895. OLE color: 9269895.
HSL color Cylindrical-coordinate representation of color #87728D: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87728D is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 114 | 141 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.45 |
| HSL | 286.67º | 0.11% | 0.5% | - |
| HSV(B) | 286.67º | 0.19% | 0.55% | - |
| XYZ | 20.82 | 19.11 | 27.79 | - |
| YUV | 123.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 141 | 0.04 | 0.19 | 0 | 0.45 | 286.67 | 0.11 | 0.5 |
| Hex | 87 | 72 | 8D | 4 | 13 | 0 | 2D | 11F | B | 32 |
| Octal | 207 | 162 | 215 | 4 | 23 | 0 | 55 | 437 | 13 | 62 |
| Binary | 10000111 | 1110010 | 10001101 | 100 | 10011 | 0 | 101101 | 100011111 | 1011 | 110010 |
Color Harmonies of #87728D
Complementary color
Monochromatic Colors of #87728D
Black with #87728D
Text Example
Text Example
White with #87728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87728D; }
p { color: rgb(135,114,141); }
H1.HeaderClassName
{
color: #87728D;
}
.AnyTagClassName
{
color: #87728D;
}
</style>
background-color css
<style>
a { background-color: #87728D; }
a { background-color: rgb(135,114,141); }
div.DivClassName
{
background-color: #87728D;
}
.BgClassName
{
background-color: #87728D;
}
</style>
border-color css
<style>
span { border-color: #87728D; }
span { border-color: rgb(135,114,141); }
td.TdClassName
{
border-color: #87728D;
}
.TagClassName
{
border-color: #87728D;
}
</style>