Shades of Mamba #847588
Tints of Mamba #847588
RGB
CMYK
RGB Variations
Color information
#847588 (or 0x847588) is known color: Mamba. HEX triplet: 84, 75 and 88. RGB value is (132,117,136). Sum of RGB (Red+Green+Blue) = 132+117+136=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 136 - color contains mainly: blue. Hex color #847588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847588 is #7B8A77. Grayscale: #7B7B7B. Windows color (decimal): -8096376 or 8942980. OLE color: 8942980.
HSL color Cylindrical-coordinate representation of color #847588: hue angle of 287.37º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #847588 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 117 | 136 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.47 |
| HSL | 287.37º | 0.08% | 0.5% | - |
| HSV(B) | 287.37º | 0.14% | 0.53% | - |
| XYZ | 20.32 | 19.41 | 25.97 | - |
| YUV | 123.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 136 | 0.03 | 0.14 | 0 | 0.47 | 287.37 | 0.08 | 0.5 |
| Hex | 84 | 75 | 88 | 3 | E | 0 | 2F | 11F | 8 | 32 |
| Octal | 204 | 165 | 210 | 3 | 16 | 0 | 57 | 437 | 10 | 62 |
| Binary | 10000100 | 1110101 | 10001000 | 11 | 1110 | 0 | 101111 | 100011111 | 1000 | 110010 |
Color Harmonies of #847588
Complementary color
Monochromatic Colors of #847588
Black with #847588
Text Example
Text Example
White with #847588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847588; }
p { color: rgb(132,117,136); }
H1.HeaderClassName
{
color: #847588;
}
.AnyTagClassName
{
color: #847588;
}
</style>
background-color css
<style>
a { background-color: #847588; }
a { background-color: rgb(132,117,136); }
div.DivClassName
{
background-color: #847588;
}
.BgClassName
{
background-color: #847588;
}
</style>
border-color css
<style>
span { border-color: #847588; }
span { border-color: rgb(132,117,136); }
td.TdClassName
{
border-color: #847588;
}
.TagClassName
{
border-color: #847588;
}
</style>