Shades of Mamba #7D6789
Tints of Mamba #7D6789
RGB
CMYK
RGB Variations
Color information
#7D6789 (or 0x7D6789) is known color: Mamba. HEX triplet: 7D, 67 and 89. RGB value is (125,103,137). Sum of RGB (Red+Green+Blue) = 125+103+137=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D6789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6789 is #829876. Grayscale: #717171. Windows color (decimal): -8558711 or 9004925. OLE color: 9004925.
HSL color Cylindrical-coordinate representation of color #7D6789: hue angle of 278.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D6789 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 103 | 137 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.46 |
| HSL | 278.82º | 0.14% | 0.47% | - |
| HSV(B) | 278.82º | 0.25% | 0.54% | - |
| XYZ | 17.82 | 15.87 | 25.79 | - |
| YUV | 113.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 137 | 0.09 | 0.25 | 0 | 0.46 | 278.82 | 0.14 | 0.47 |
| Hex | 7D | 67 | 89 | 9 | 19 | 0 | 2E | 117 | E | 2F |
| Octal | 175 | 147 | 211 | 11 | 31 | 0 | 56 | 427 | 16 | 57 |
| Binary | 1111101 | 1100111 | 10001001 | 1001 | 11001 | 0 | 101110 | 100010111 | 1110 | 101111 |
Color Harmonies of #7D6789
Complementary color
Monochromatic Colors of #7D6789
Black with #7D6789
Text Example
Text Example
White with #7D6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6789; }
p { color: rgb(125,103,137); }
H1.HeaderClassName
{
color: #7D6789;
}
.AnyTagClassName
{
color: #7D6789;
}
</style>
background-color css
<style>
a { background-color: #7D6789; }
a { background-color: rgb(125,103,137); }
div.DivClassName
{
background-color: #7D6789;
}
.BgClassName
{
background-color: #7D6789;
}
</style>
border-color css
<style>
span { border-color: #7D6789; }
span { border-color: rgb(125,103,137); }
td.TdClassName
{
border-color: #7D6789;
}
.TagClassName
{
border-color: #7D6789;
}
</style>