Shades of Mamba #7D6389
Tints of Mamba #7D6389
RGB
CMYK
RGB Variations
Color information
#7D6389 (or 0x7D6389) is known color: Mamba. HEX triplet: 7D, 63 and 89. RGB value is (125,99,137). Sum of RGB (Red+Green+Blue) = 125+99+137=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D6389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6389 is #829C76. Grayscale: #6E6E6E. Windows color (decimal): -8559735 or 9003901. OLE color: 9003901.
HSL color Cylindrical-coordinate representation of color #7D6389: hue angle of 281.05º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D6389 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 99 | 137 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.46 |
| HSL | 281.05º | 0.16% | 0.46% | - |
| HSV(B) | 281.05º | 0.28% | 0.54% | - |
| XYZ | 17.43 | 15.09 | 25.66 | - |
| YUV | 111.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 137 | 0.09 | 0.28 | 0 | 0.46 | 281.05 | 0.16 | 0.46 |
| Hex | 7D | 63 | 89 | 9 | 1C | 0 | 2E | 119 | 10 | 2E |
| Octal | 175 | 143 | 211 | 11 | 34 | 0 | 56 | 431 | 20 | 56 |
| Binary | 1111101 | 1100011 | 10001001 | 1001 | 11100 | 0 | 101110 | 100011001 | 10000 | 101110 |
Color Harmonies of #7D6389
Complementary color
Monochromatic Colors of #7D6389
Black with #7D6389
Text Example
Text Example
White with #7D6389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6389; }
p { color: rgb(125,99,137); }
H1.HeaderClassName
{
color: #7D6389;
}
.AnyTagClassName
{
color: #7D6389;
}
</style>
background-color css
<style>
a { background-color: #7D6389; }
a { background-color: rgb(125,99,137); }
div.DivClassName
{
background-color: #7D6389;
}
.BgClassName
{
background-color: #7D6389;
}
</style>
border-color css
<style>
span { border-color: #7D6389; }
span { border-color: rgb(125,99,137); }
td.TdClassName
{
border-color: #7D6389;
}
.TagClassName
{
border-color: #7D6389;
}
</style>