Shades of Mamba #84678E
Tints of Mamba #84678E
RGB
CMYK
RGB Variations
Color information
#84678E (or 0x84678E) is known color: Mamba. HEX triplet: 84, 67 and 8E. RGB value is (132,103,142). Sum of RGB (Red+Green+Blue) = 132+103+142=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 142 - color contains mainly: blue. Hex color #84678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84678E is #7B9871. Grayscale: #737373. Windows color (decimal): -8099954 or 9332612. OLE color: 9332612.
HSL color Cylindrical-coordinate representation of color #84678E: hue angle of 284.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84678E is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 103 | 142 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.44 |
| HSL | 284.62º | 0.16% | 0.48% | - |
| HSV(B) | 284.62º | 0.27% | 0.56% | - |
| XYZ | 19.25 | 16.56 | 27.77 | - |
| YUV | 116.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 142 | 0.07 | 0.27 | 0 | 0.44 | 284.62 | 0.16 | 0.48 |
| Hex | 84 | 67 | 8E | 7 | 1B | 0 | 2C | 11D | 10 | 30 |
| Octal | 204 | 147 | 216 | 7 | 33 | 0 | 54 | 435 | 20 | 60 |
| Binary | 10000100 | 1100111 | 10001110 | 111 | 11011 | 0 | 101100 | 100011101 | 10000 | 110000 |
Color Harmonies of #84678E
Complementary color
Monochromatic Colors of #84678E
Black with #84678E
Text Example
Text Example
White with #84678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84678E; }
p { color: rgb(132,103,142); }
H1.HeaderClassName
{
color: #84678E;
}
.AnyTagClassName
{
color: #84678E;
}
</style>
background-color css
<style>
a { background-color: #84678E; }
a { background-color: rgb(132,103,142); }
div.DivClassName
{
background-color: #84678E;
}
.BgClassName
{
background-color: #84678E;
}
</style>
border-color css
<style>
span { border-color: #84678E; }
span { border-color: rgb(132,103,142); }
td.TdClassName
{
border-color: #84678E;
}
.TagClassName
{
border-color: #84678E;
}
</style>