Shades of Mamba #84708D
Tints of Mamba #84708D
RGB
CMYK
RGB Variations
Color information
#84708D (or 0x84708D) is known color: Mamba. HEX triplet: 84, 70 and 8D. RGB value is (132,112,141). Sum of RGB (Red+Green+Blue) = 132+112+141=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #84708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84708D is #7B8F72. Grayscale: #797979. Windows color (decimal): -8097651 or 9269380. OLE color: 9269380.
HSL color Cylindrical-coordinate representation of color #84708D: hue angle of 281.38º 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 #84708D is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 112 | 141 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.45 |
| HSL | 281.38º | 0.11% | 0.5% | - |
| HSV(B) | 281.38º | 0.21% | 0.55% | - |
| XYZ | 20.12 | 18.42 | 27.69 | - |
| YUV | 121.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 141 | 0.06 | 0.21 | 0 | 0.45 | 281.38 | 0.11 | 0.5 |
| Hex | 84 | 70 | 8D | 6 | 15 | 0 | 2D | 119 | B | 32 |
| Octal | 204 | 160 | 215 | 6 | 25 | 0 | 55 | 431 | 13 | 62 |
| Binary | 10000100 | 1110000 | 10001101 | 110 | 10101 | 0 | 101101 | 100011001 | 1011 | 110010 |
Color Harmonies of #84708D
Complementary color
Monochromatic Colors of #84708D
Black with #84708D
Text Example
Text Example
White with #84708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84708D; }
p { color: rgb(132,112,141); }
H1.HeaderClassName
{
color: #84708D;
}
.AnyTagClassName
{
color: #84708D;
}
</style>
background-color css
<style>
a { background-color: #84708D; }
a { background-color: rgb(132,112,141); }
div.DivClassName
{
background-color: #84708D;
}
.BgClassName
{
background-color: #84708D;
}
</style>
border-color css
<style>
span { border-color: #84708D; }
span { border-color: rgb(132,112,141); }
td.TdClassName
{
border-color: #84708D;
}
.TagClassName
{
border-color: #84708D;
}
</style>