Shades of Mamba #84728A
Tints of Mamba #84728A
RGB
CMYK
RGB Variations
Color information
#84728A (or 0x84728A) is known color: Mamba. HEX triplet: 84, 72 and 8A. RGB value is (132,114,138). Sum of RGB (Red+Green+Blue) = 132+114+138=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #84728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84728A is #7B8D75. Grayscale: #7A7A7A. Windows color (decimal): -8097142 or 9073284. OLE color: 9073284.
HSL color Cylindrical-coordinate representation of color #84728A: hue angle of 285º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84728A is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 114 | 138 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.46 |
| HSL | 285º | 0.1% | 0.49% | - |
| HSV(B) | 285º | 0.17% | 0.54% | - |
| XYZ | 20.12 | 18.78 | 26.61 | - |
| YUV | 122.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 138 | 0.04 | 0.17 | 0 | 0.46 | 285 | 0.1 | 0.49 |
| Hex | 84 | 72 | 8A | 4 | 11 | 0 | 2E | 11D | A | 31 |
| Octal | 204 | 162 | 212 | 4 | 21 | 0 | 56 | 435 | 12 | 61 |
| Binary | 10000100 | 1110010 | 10001010 | 100 | 10001 | 0 | 101110 | 100011101 | 1010 | 110001 |
Color Harmonies of #84728A
Complementary color
Monochromatic Colors of #84728A
Black with #84728A
Text Example
Text Example
White with #84728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84728A; }
p { color: rgb(132,114,138); }
H1.HeaderClassName
{
color: #84728A;
}
.AnyTagClassName
{
color: #84728A;
}
</style>
background-color css
<style>
a { background-color: #84728A; }
a { background-color: rgb(132,114,138); }
div.DivClassName
{
background-color: #84728A;
}
.BgClassName
{
background-color: #84728A;
}
</style>
border-color css
<style>
span { border-color: #84728A; }
span { border-color: rgb(132,114,138); }
td.TdClassName
{
border-color: #84728A;
}
.TagClassName
{
border-color: #84728A;
}
</style>