Shades of Mamba #7D7184
Tints of Mamba #7D7184
RGB
CMYK
RGB Variations
Color information
#7D7184 (or 0x7D7184) is known color: Mamba. HEX triplet: 7D, 71 and 84. RGB value is (125,113,132). Sum of RGB (Red+Green+Blue) = 125+113+132=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D7184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7184 is #828E7B. Grayscale: #767676. Windows color (decimal): -8556156 or 8679805. OLE color: 8679805.
HSL color Cylindrical-coordinate representation of color #7D7184: hue angle of 277.89º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D7184 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 113 | 132 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.48 |
| HSL | 277.89º | 0.08% | 0.48% | - |
| HSV(B) | 277.89º | 0.14% | 0.52% | - |
| XYZ | 18.53 | 17.84 | 24.3 | - |
| YUV | 118.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 132 | 0.05 | 0.14 | 0 | 0.48 | 277.89 | 0.08 | 0.48 |
| Hex | 7D | 71 | 84 | 5 | E | 0 | 30 | 116 | 8 | 30 |
| Octal | 175 | 161 | 204 | 5 | 16 | 0 | 60 | 426 | 10 | 60 |
| Binary | 1111101 | 1110001 | 10000100 | 101 | 1110 | 0 | 110000 | 100010110 | 1000 | 110000 |
Color Harmonies of #7D7184
Complementary color
Monochromatic Colors of #7D7184
Black with #7D7184
Text Example
Text Example
White with #7D7184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7184; }
p { color: rgb(125,113,132); }
H1.HeaderClassName
{
color: #7D7184;
}
.AnyTagClassName
{
color: #7D7184;
}
</style>
background-color css
<style>
a { background-color: #7D7184; }
a { background-color: rgb(125,113,132); }
div.DivClassName
{
background-color: #7D7184;
}
.BgClassName
{
background-color: #7D7184;
}
</style>
border-color css
<style>
span { border-color: #7D7184; }
span { border-color: rgb(125,113,132); }
td.TdClassName
{
border-color: #7D7184;
}
.TagClassName
{
border-color: #7D7184;
}
</style>