Shades of Mamba #7D6686
Tints of Mamba #7D6686
RGB
CMYK
RGB Variations
Color information
#7D6686 (or 0x7D6686) is known color: Mamba. HEX triplet: 7D, 66 and 86. RGB value is (125,102,134). Sum of RGB (Red+Green+Blue) = 125+102+134=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D6686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6686 is #829979. Grayscale: #707070. Windows color (decimal): -8558970 or 8808061. OLE color: 8808061.
HSL color Cylindrical-coordinate representation of color #7D6686: hue angle of 283.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D6686 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 102 | 134 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.47 |
| HSL | 283.13º | 0.14% | 0.46% | - |
| HSV(B) | 283.13º | 0.24% | 0.53% | - |
| XYZ | 17.51 | 15.58 | 24.64 | - |
| YUV | 112.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 134 | 0.07 | 0.24 | 0 | 0.47 | 283.13 | 0.14 | 0.46 |
| Hex | 7D | 66 | 86 | 7 | 18 | 0 | 2F | 11B | E | 2E |
| Octal | 175 | 146 | 206 | 7 | 30 | 0 | 57 | 433 | 16 | 56 |
| Binary | 1111101 | 1100110 | 10000110 | 111 | 11000 | 0 | 101111 | 100011011 | 1110 | 101110 |
Color Harmonies of #7D6686
Complementary color
Monochromatic Colors of #7D6686
Black with #7D6686
Text Example
Text Example
White with #7D6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6686; }
p { color: rgb(125,102,134); }
H1.HeaderClassName
{
color: #7D6686;
}
.AnyTagClassName
{
color: #7D6686;
}
</style>
background-color css
<style>
a { background-color: #7D6686; }
a { background-color: rgb(125,102,134); }
div.DivClassName
{
background-color: #7D6686;
}
.BgClassName
{
background-color: #7D6686;
}
</style>
border-color css
<style>
span { border-color: #7D6686; }
span { border-color: rgb(125,102,134); }
td.TdClassName
{
border-color: #7D6686;
}
.TagClassName
{
border-color: #7D6686;
}
</style>