Shades of Mamba #84678F
Tints of Mamba #84678F
RGB
CMYK
RGB Variations
Color information
#84678F (or 0x84678F) is known color: Mamba. HEX triplet: 84, 67 and 8F. RGB value is (132,103,143). Sum of RGB (Red+Green+Blue) = 132+103+143=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 143 - color contains mainly: blue. Hex color #84678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84678F is #7B9870. Grayscale: #747474. Windows color (decimal): -8099953 or 9398148. OLE color: 9398148.
HSL color Cylindrical-coordinate representation of color #84678F: hue angle of 283.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84678F is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 103 | 143 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.44 |
| HSL | 283.5º | 0.16% | 0.48% | - |
| HSV(B) | 283.5º | 0.28% | 0.56% | - |
| XYZ | 19.32 | 16.59 | 28.17 | - |
| YUV | 116.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 143 | 0.08 | 0.28 | 0 | 0.44 | 283.5 | 0.16 | 0.48 |
| Hex | 84 | 67 | 8F | 8 | 1C | 0 | 2C | 11C | 10 | 30 |
| Octal | 204 | 147 | 217 | 10 | 34 | 0 | 54 | 434 | 20 | 60 |
| Binary | 10000100 | 1100111 | 10001111 | 1000 | 11100 | 0 | 101100 | 100011100 | 10000 | 110000 |
Color Harmonies of #84678F
Complementary color
Monochromatic Colors of #84678F
Black with #84678F
Text Example
Text Example
White with #84678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84678F; }
p { color: rgb(132,103,143); }
H1.HeaderClassName
{
color: #84678F;
}
.AnyTagClassName
{
color: #84678F;
}
</style>
background-color css
<style>
a { background-color: #84678F; }
a { background-color: rgb(132,103,143); }
div.DivClassName
{
background-color: #84678F;
}
.BgClassName
{
background-color: #84678F;
}
</style>
border-color css
<style>
span { border-color: #84678F; }
span { border-color: rgb(132,103,143); }
td.TdClassName
{
border-color: #84678F;
}
.TagClassName
{
border-color: #84678F;
}
</style>