Shades of Mamba #84708B
Tints of Mamba #84708B
RGB
CMYK
RGB Variations
Color information
#84708B (or 0x84708B) is known color: Mamba. HEX triplet: 84, 70 and 8B. RGB value is (132,112,139). Sum of RGB (Red+Green+Blue) = 132+112+139=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #84708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84708B is #7B8F74. Grayscale: #787878. Windows color (decimal): -8097653 or 9138308. OLE color: 9138308.
HSL color Cylindrical-coordinate representation of color #84708B: hue angle of 284.44º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84708B is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 112 | 139 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.45 |
| HSL | 284.44º | 0.11% | 0.49% | - |
| HSV(B) | 284.44º | 0.19% | 0.55% | - |
| XYZ | 19.97 | 18.36 | 26.92 | - |
| YUV | 121.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 139 | 0.05 | 0.19 | 0 | 0.45 | 284.44 | 0.11 | 0.49 |
| Hex | 84 | 70 | 8B | 5 | 13 | 0 | 2D | 11C | B | 31 |
| Octal | 204 | 160 | 213 | 5 | 23 | 0 | 55 | 434 | 13 | 61 |
| Binary | 10000100 | 1110000 | 10001011 | 101 | 10011 | 0 | 101101 | 100011100 | 1011 | 110001 |
Color Harmonies of #84708B
Complementary color
Monochromatic Colors of #84708B
Black with #84708B
Text Example
Text Example
White with #84708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84708B; }
p { color: rgb(132,112,139); }
H1.HeaderClassName
{
color: #84708B;
}
.AnyTagClassName
{
color: #84708B;
}
</style>
background-color css
<style>
a { background-color: #84708B; }
a { background-color: rgb(132,112,139); }
div.DivClassName
{
background-color: #84708B;
}
.BgClassName
{
background-color: #84708B;
}
</style>
border-color css
<style>
span { border-color: #84708B; }
span { border-color: rgb(132,112,139); }
td.TdClassName
{
border-color: #84708B;
}
.TagClassName
{
border-color: #84708B;
}
</style>