Shades of Mamba #84708A
Tints of Mamba #84708A
RGB
CMYK
RGB Variations
Color information
#84708A (or 0x84708A) is known color: Mamba. HEX triplet: 84, 70 and 8A. RGB value is (132,112,138). Sum of RGB (Red+Green+Blue) = 132+112+138=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #84708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84708A is #7B8F75. Grayscale: #787878. Windows color (decimal): -8097654 or 9072772. OLE color: 9072772.
HSL color Cylindrical-coordinate representation of color #84708A: hue angle of 286.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84708A is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 112 | 138 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.46 |
| HSL | 286.15º | 0.1% | 0.49% | - |
| HSV(B) | 286.15º | 0.19% | 0.54% | - |
| XYZ | 19.9 | 18.33 | 26.53 | - |
| YUV | 120.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 138 | 0.04 | 0.19 | 0 | 0.46 | 286.15 | 0.1 | 0.49 |
| Hex | 84 | 70 | 8A | 4 | 13 | 0 | 2E | 11E | A | 31 |
| Octal | 204 | 160 | 212 | 4 | 23 | 0 | 56 | 436 | 12 | 61 |
| Binary | 10000100 | 1110000 | 10001010 | 100 | 10011 | 0 | 101110 | 100011110 | 1010 | 110001 |
Color Harmonies of #84708A
Complementary color
Monochromatic Colors of #84708A
Black with #84708A
Text Example
Text Example
White with #84708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84708A; }
p { color: rgb(132,112,138); }
H1.HeaderClassName
{
color: #84708A;
}
.AnyTagClassName
{
color: #84708A;
}
</style>
background-color css
<style>
a { background-color: #84708A; }
a { background-color: rgb(132,112,138); }
div.DivClassName
{
background-color: #84708A;
}
.BgClassName
{
background-color: #84708A;
}
</style>
border-color css
<style>
span { border-color: #84708A; }
span { border-color: rgb(132,112,138); }
td.TdClassName
{
border-color: #84708A;
}
.TagClassName
{
border-color: #84708A;
}
</style>