Shades of Mamba #847E85
Tints of Mamba #847E85
RGB
CMYK
RGB Variations
Color information
#847E85 (or 0x847E85) is known color: Mamba. HEX triplet: 84, 7E and 85. RGB value is (132,126,133). Sum of RGB (Red+Green+Blue) = 132+126+133=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 133 - color contains mainly: blue. Hex color #847E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E85 is #7B817A. Grayscale: #808080. Windows color (decimal): -8094075 or 8748676. OLE color: 8748676.
HSL color Cylindrical-coordinate representation of color #847E85: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #847E85 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 133 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.48 |
| HSL | 291.43º | 0.03% | 0.51% | - |
| HSV(B) | 291.43º | 0.05% | 0.52% | - |
| XYZ | 21.21 | 21.52 | 25.23 | - |
| YUV | 128.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 133 | 0.01 | 0.05 | 0 | 0.48 | 291.43 | 0.03 | 0.51 |
| Hex | 84 | 7E | 85 | 1 | 5 | 0 | 30 | 123 | 3 | 33 |
| Octal | 204 | 176 | 205 | 1 | 5 | 0 | 60 | 443 | 3 | 63 |
| Binary | 10000100 | 1111110 | 10000101 | 1 | 101 | 0 | 110000 | 100100011 | 11 | 110011 |
Color Harmonies of #847E85
Complementary color
Monochromatic Colors of #847E85
Black with #847E85
Text Example
Text Example
White with #847E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E85; }
p { color: rgb(132,126,133); }
H1.HeaderClassName
{
color: #847E85;
}
.AnyTagClassName
{
color: #847E85;
}
</style>
background-color css
<style>
a { background-color: #847E85; }
a { background-color: rgb(132,126,133); }
div.DivClassName
{
background-color: #847E85;
}
.BgClassName
{
background-color: #847E85;
}
</style>
border-color css
<style>
span { border-color: #847E85; }
span { border-color: rgb(132,126,133); }
td.TdClassName
{
border-color: #847E85;
}
.TagClassName
{
border-color: #847E85;
}
</style>