Shades of Mamba #7D6784
Tints of Mamba #7D6784
RGB
CMYK
RGB Variations
Color information
#7D6784 (or 0x7D6784) is known color: Mamba. HEX triplet: 7D, 67 and 84. RGB value is (125,103,132). Sum of RGB (Red+Green+Blue) = 125+103+132=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D6784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6784 is #82987B. Grayscale: #707070. Windows color (decimal): -8558716 or 8677245. OLE color: 8677245.
HSL color Cylindrical-coordinate representation of color #7D6784: hue angle of 285.52º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6784 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 103 | 132 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.48 |
| HSL | 285.52º | 0.12% | 0.46% | - |
| HSV(B) | 285.52º | 0.22% | 0.52% | - |
| XYZ | 17.47 | 15.73 | 23.94 | - |
| YUV | 112.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 132 | 0.05 | 0.22 | 0 | 0.48 | 285.52 | 0.12 | 0.46 |
| Hex | 7D | 67 | 84 | 5 | 16 | 0 | 30 | 11E | C | 2E |
| Octal | 175 | 147 | 204 | 5 | 26 | 0 | 60 | 436 | 14 | 56 |
| Binary | 1111101 | 1100111 | 10000100 | 101 | 10110 | 0 | 110000 | 100011110 | 1100 | 101110 |
Color Harmonies of #7D6784
Complementary color
Monochromatic Colors of #7D6784
Black with #7D6784
Text Example
Text Example
White with #7D6784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6784; }
p { color: rgb(125,103,132); }
H1.HeaderClassName
{
color: #7D6784;
}
.AnyTagClassName
{
color: #7D6784;
}
</style>
background-color css
<style>
a { background-color: #7D6784; }
a { background-color: rgb(125,103,132); }
div.DivClassName
{
background-color: #7D6784;
}
.BgClassName
{
background-color: #7D6784;
}
</style>
border-color css
<style>
span { border-color: #7D6784; }
span { border-color: rgb(125,103,132); }
td.TdClassName
{
border-color: #7D6784;
}
.TagClassName
{
border-color: #7D6784;
}
</style>