Shades of Mamba #84728C
Tints of Mamba #84728C
RGB
CMYK
RGB Variations
Color information
#84728C (or 0x84728C) is known color: Mamba. HEX triplet: 84, 72 and 8C. RGB value is (132,114,140). Sum of RGB (Red+Green+Blue) = 132+114+140=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #84728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84728C is #7B8D73. Grayscale: #7A7A7A. Windows color (decimal): -8097140 or 9204356. OLE color: 9204356.
HSL color Cylindrical-coordinate representation of color #84728C: hue angle of 281.54º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84728C is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 114 | 140 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.45 |
| HSL | 281.54º | 0.1% | 0.5% | - |
| HSV(B) | 281.54º | 0.19% | 0.55% | - |
| XYZ | 20.27 | 18.83 | 27.38 | - |
| YUV | 122.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 140 | 0.06 | 0.19 | 0 | 0.45 | 281.54 | 0.1 | 0.5 |
| Hex | 84 | 72 | 8C | 6 | 13 | 0 | 2D | 11A | A | 32 |
| Octal | 204 | 162 | 214 | 6 | 23 | 0 | 55 | 432 | 12 | 62 |
| Binary | 10000100 | 1110010 | 10001100 | 110 | 10011 | 0 | 101101 | 100011010 | 1010 | 110010 |
Color Harmonies of #84728C
Complementary color
Monochromatic Colors of #84728C
Black with #84728C
Text Example
Text Example
White with #84728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84728C; }
p { color: rgb(132,114,140); }
H1.HeaderClassName
{
color: #84728C;
}
.AnyTagClassName
{
color: #84728C;
}
</style>
background-color css
<style>
a { background-color: #84728C; }
a { background-color: rgb(132,114,140); }
div.DivClassName
{
background-color: #84728C;
}
.BgClassName
{
background-color: #84728C;
}
</style>
border-color css
<style>
span { border-color: #84728C; }
span { border-color: rgb(132,114,140); }
td.TdClassName
{
border-color: #84728C;
}
.TagClassName
{
border-color: #84728C;
}
</style>