Shades of Mamba #847788
Tints of Mamba #847788
RGB
CMYK
RGB Variations
Color information
#847788 (or 0x847788) is known color: Mamba. HEX triplet: 84, 77 and 88. RGB value is (132,119,136). Sum of RGB (Red+Green+Blue) = 132+119+136=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 136 - color contains mainly: blue. Hex color #847788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847788 is #7B8877. Grayscale: #7C7C7C. Windows color (decimal): -8095864 or 8943492. OLE color: 8943492.
HSL color Cylindrical-coordinate representation of color #847788: hue angle of 285.88º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #847788 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 119 | 136 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.47 |
| HSL | 285.88º | 0.07% | 0.5% | - |
| HSV(B) | 285.88º | 0.13% | 0.53% | - |
| XYZ | 20.56 | 19.88 | 26.05 | - |
| YUV | 124.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 136 | 0.03 | 0.12 | 0 | 0.47 | 285.88 | 0.07 | 0.5 |
| Hex | 84 | 77 | 88 | 3 | C | 0 | 2F | 11E | 7 | 32 |
| Octal | 204 | 167 | 210 | 3 | 14 | 0 | 57 | 436 | 7 | 62 |
| Binary | 10000100 | 1110111 | 10001000 | 11 | 1100 | 0 | 101111 | 100011110 | 111 | 110010 |
Color Harmonies of #847788
Complementary color
Monochromatic Colors of #847788
Black with #847788
Text Example
Text Example
White with #847788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847788; }
p { color: rgb(132,119,136); }
H1.HeaderClassName
{
color: #847788;
}
.AnyTagClassName
{
color: #847788;
}
</style>
background-color css
<style>
a { background-color: #847788; }
a { background-color: rgb(132,119,136); }
div.DivClassName
{
background-color: #847788;
}
.BgClassName
{
background-color: #847788;
}
</style>
border-color css
<style>
span { border-color: #847788; }
span { border-color: rgb(132,119,136); }
td.TdClassName
{
border-color: #847788;
}
.TagClassName
{
border-color: #847788;
}
</style>