Shades of Mamba #7D7084
Tints of Mamba #7D7084
RGB
CMYK
RGB Variations
Color information
#7D7084 (or 0x7D7084) is known color: Mamba. HEX triplet: 7D, 70 and 84. RGB value is (125,112,132). Sum of RGB (Red+Green+Blue) = 125+112+132=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D7084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7084 is #828F7B. Grayscale: #767676. Windows color (decimal): -8556412 or 8679549. OLE color: 8679549.
HSL color Cylindrical-coordinate representation of color #7D7084: hue angle of 279º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D7084 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 112 | 132 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.48 |
| HSL | 279º | 0.08% | 0.48% | - |
| HSV(B) | 279º | 0.15% | 0.52% | - |
| XYZ | 18.42 | 17.61 | 24.26 | - |
| YUV | 118.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 132 | 0.05 | 0.15 | 0 | 0.48 | 279 | 0.08 | 0.48 |
| Hex | 7D | 70 | 84 | 5 | F | 0 | 30 | 117 | 8 | 30 |
| Octal | 175 | 160 | 204 | 5 | 17 | 0 | 60 | 427 | 10 | 60 |
| Binary | 1111101 | 1110000 | 10000100 | 101 | 1111 | 0 | 110000 | 100010111 | 1000 | 110000 |
Color Harmonies of #7D7084
Complementary color
Monochromatic Colors of #7D7084
Black with #7D7084
Text Example
Text Example
White with #7D7084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7084; }
p { color: rgb(125,112,132); }
H1.HeaderClassName
{
color: #7D7084;
}
.AnyTagClassName
{
color: #7D7084;
}
</style>
background-color css
<style>
a { background-color: #7D7084; }
a { background-color: rgb(125,112,132); }
div.DivClassName
{
background-color: #7D7084;
}
.BgClassName
{
background-color: #7D7084;
}
</style>
border-color css
<style>
span { border-color: #7D7084; }
span { border-color: rgb(125,112,132); }
td.TdClassName
{
border-color: #7D7084;
}
.TagClassName
{
border-color: #7D7084;
}
</style>