Shades of Mamba #84758A
Tints of Mamba #84758A
RGB
CMYK
RGB Variations
Color information
#84758A (or 0x84758A) is known color: Mamba. HEX triplet: 84, 75 and 8A. RGB value is (132,117,138). Sum of RGB (Red+Green+Blue) = 132+117+138=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #84758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84758A is #7B8A75. Grayscale: #7B7B7B. Windows color (decimal): -8096374 or 9074052. OLE color: 9074052.
HSL color Cylindrical-coordinate representation of color #84758A: hue angle of 282.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84758A is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 117 | 138 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.46 |
| HSL | 282.86º | 0.08% | 0.5% | - |
| HSV(B) | 282.86º | 0.15% | 0.54% | - |
| XYZ | 20.46 | 19.46 | 26.72 | - |
| YUV | 123.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 138 | 0.04 | 0.15 | 0 | 0.46 | 282.86 | 0.08 | 0.5 |
| Hex | 84 | 75 | 8A | 4 | F | 0 | 2E | 11B | 8 | 32 |
| Octal | 204 | 165 | 212 | 4 | 17 | 0 | 56 | 433 | 10 | 62 |
| Binary | 10000100 | 1110101 | 10001010 | 100 | 1111 | 0 | 101110 | 100011011 | 1000 | 110010 |
Color Harmonies of #84758A
Complementary color
Monochromatic Colors of #84758A
Black with #84758A
Text Example
Text Example
White with #84758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84758A; }
p { color: rgb(132,117,138); }
H1.HeaderClassName
{
color: #84758A;
}
.AnyTagClassName
{
color: #84758A;
}
</style>
background-color css
<style>
a { background-color: #84758A; }
a { background-color: rgb(132,117,138); }
div.DivClassName
{
background-color: #84758A;
}
.BgClassName
{
background-color: #84758A;
}
</style>
border-color css
<style>
span { border-color: #84758A; }
span { border-color: rgb(132,117,138); }
td.TdClassName
{
border-color: #84758A;
}
.TagClassName
{
border-color: #84758A;
}
</style>