Shades of Mamba #87738D
Tints of Mamba #87738D
RGB
CMYK
RGB Variations
Color information
#87738D (or 0x87738D) is known color: Mamba. HEX triplet: 87, 73 and 8D. RGB value is (135,115,141). Sum of RGB (Red+Green+Blue) = 135+115+141=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #87738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87738D is #788C72. Grayscale: #7B7B7B. Windows color (decimal): -7900275 or 9270151. OLE color: 9270151.
HSL color Cylindrical-coordinate representation of color #87738D: hue angle of 286.15º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87738D is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 115 | 141 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.45 |
| HSL | 286.15º | 0.1% | 0.5% | - |
| HSV(B) | 286.15º | 0.18% | 0.55% | - |
| XYZ | 20.93 | 19.34 | 27.83 | - |
| YUV | 123.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 141 | 0.04 | 0.18 | 0 | 0.45 | 286.15 | 0.1 | 0.5 |
| Hex | 87 | 73 | 8D | 4 | 12 | 0 | 2D | 11E | A | 32 |
| Octal | 207 | 163 | 215 | 4 | 22 | 0 | 55 | 436 | 12 | 62 |
| Binary | 10000111 | 1110011 | 10001101 | 100 | 10010 | 0 | 101101 | 100011110 | 1010 | 110010 |
Color Harmonies of #87738D
Complementary color
Monochromatic Colors of #87738D
Black with #87738D
Text Example
Text Example
White with #87738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87738D; }
p { color: rgb(135,115,141); }
H1.HeaderClassName
{
color: #87738D;
}
.AnyTagClassName
{
color: #87738D;
}
</style>
background-color css
<style>
a { background-color: #87738D; }
a { background-color: rgb(135,115,141); }
div.DivClassName
{
background-color: #87738D;
}
.BgClassName
{
background-color: #87738D;
}
</style>
border-color css
<style>
span { border-color: #87738D; }
span { border-color: rgb(135,115,141); }
td.TdClassName
{
border-color: #87738D;
}
.TagClassName
{
border-color: #87738D;
}
</style>