Shades of Mamba #847688
Tints of Mamba #847688
RGB
CMYK
RGB Variations
Color information
#847688 (or 0x847688) is known color: Mamba. HEX triplet: 84, 76 and 88. RGB value is (132,118,136). Sum of RGB (Red+Green+Blue) = 132+118+136=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #847688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847688 is #7B8977. Grayscale: #7C7C7C. Windows color (decimal): -8096120 or 8943236. OLE color: 8943236.
HSL color Cylindrical-coordinate representation of color #847688: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #847688 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 118 | 136 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.47 |
| HSL | 286.67º | 0.07% | 0.5% | - |
| HSV(B) | 286.67º | 0.13% | 0.53% | - |
| XYZ | 20.44 | 19.64 | 26.01 | - |
| YUV | 124.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 136 | 0.03 | 0.13 | 0 | 0.47 | 286.67 | 0.07 | 0.5 |
| Hex | 84 | 76 | 88 | 3 | D | 0 | 2F | 11F | 7 | 32 |
| Octal | 204 | 166 | 210 | 3 | 15 | 0 | 57 | 437 | 7 | 62 |
| Binary | 10000100 | 1110110 | 10001000 | 11 | 1101 | 0 | 101111 | 100011111 | 111 | 110010 |
Color Harmonies of #847688
Complementary color
Monochromatic Colors of #847688
Black with #847688
Text Example
Text Example
White with #847688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847688; }
p { color: rgb(132,118,136); }
H1.HeaderClassName
{
color: #847688;
}
.AnyTagClassName
{
color: #847688;
}
</style>
background-color css
<style>
a { background-color: #847688; }
a { background-color: rgb(132,118,136); }
div.DivClassName
{
background-color: #847688;
}
.BgClassName
{
background-color: #847688;
}
</style>
border-color css
<style>
span { border-color: #847688; }
span { border-color: rgb(132,118,136); }
td.TdClassName
{
border-color: #847688;
}
.TagClassName
{
border-color: #847688;
}
</style>