Shades of Mamba #7D6986
Tints of Mamba #7D6986
RGB
CMYK
RGB Variations
Color information
#7D6986 (or 0x7D6986) is known color: Mamba. HEX triplet: 7D, 69 and 86. RGB value is (125,105,134). Sum of RGB (Red+Green+Blue) = 125+105+134=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D6986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6986 is #829679. Grayscale: #727272. Windows color (decimal): -8558202 or 8808829. OLE color: 8808829.
HSL color Cylindrical-coordinate representation of color #7D6986: hue angle of 281.38º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6986 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 105 | 134 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.47 |
| HSL | 281.38º | 0.12% | 0.47% | - |
| HSV(B) | 281.38º | 0.22% | 0.53% | - |
| XYZ | 17.81 | 16.18 | 24.74 | - |
| YUV | 114.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 134 | 0.07 | 0.22 | 0 | 0.47 | 281.38 | 0.12 | 0.47 |
| Hex | 7D | 69 | 86 | 7 | 16 | 0 | 2F | 119 | C | 2F |
| Octal | 175 | 151 | 206 | 7 | 26 | 0 | 57 | 431 | 14 | 57 |
| Binary | 1111101 | 1101001 | 10000110 | 111 | 10110 | 0 | 101111 | 100011001 | 1100 | 101111 |
Color Harmonies of #7D6986
Complementary color
Monochromatic Colors of #7D6986
Black with #7D6986
Text Example
Text Example
White with #7D6986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6986; }
p { color: rgb(125,105,134); }
H1.HeaderClassName
{
color: #7D6986;
}
.AnyTagClassName
{
color: #7D6986;
}
</style>
background-color css
<style>
a { background-color: #7D6986; }
a { background-color: rgb(125,105,134); }
div.DivClassName
{
background-color: #7D6986;
}
.BgClassName
{
background-color: #7D6986;
}
</style>
border-color css
<style>
span { border-color: #7D6986; }
span { border-color: rgb(125,105,134); }
td.TdClassName
{
border-color: #7D6986;
}
.TagClassName
{
border-color: #7D6986;
}
</style>