Shades of Mamba #7D6486
Tints of Mamba #7D6486
RGB
CMYK
RGB Variations
Color information
#7D6486 (or 0x7D6486) is known color: Mamba. HEX triplet: 7D, 64 and 86. RGB value is (125,100,134). Sum of RGB (Red+Green+Blue) = 125+100+134=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D6486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6486 is #829B79. Grayscale: #6F6F6F. Windows color (decimal): -8559482 or 8807549. OLE color: 8807549.
HSL color Cylindrical-coordinate representation of color #7D6486: hue angle of 284.12º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D6486 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 100 | 134 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.47 |
| HSL | 284.12º | 0.15% | 0.46% | - |
| HSV(B) | 284.12º | 0.25% | 0.53% | - |
| XYZ | 17.32 | 15.2 | 24.57 | - |
| YUV | 111.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 134 | 0.07 | 0.25 | 0 | 0.47 | 284.12 | 0.15 | 0.46 |
| Hex | 7D | 64 | 86 | 7 | 19 | 0 | 2F | 11C | F | 2E |
| Octal | 175 | 144 | 206 | 7 | 31 | 0 | 57 | 434 | 17 | 56 |
| Binary | 1111101 | 1100100 | 10000110 | 111 | 11001 | 0 | 101111 | 100011100 | 1111 | 101110 |
Color Harmonies of #7D6486
Complementary color
Monochromatic Colors of #7D6486
Black with #7D6486
Text Example
Text Example
White with #7D6486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6486; }
p { color: rgb(125,100,134); }
H1.HeaderClassName
{
color: #7D6486;
}
.AnyTagClassName
{
color: #7D6486;
}
</style>
background-color css
<style>
a { background-color: #7D6486; }
a { background-color: rgb(125,100,134); }
div.DivClassName
{
background-color: #7D6486;
}
.BgClassName
{
background-color: #7D6486;
}
</style>
border-color css
<style>
span { border-color: #7D6486; }
span { border-color: rgb(125,100,134); }
td.TdClassName
{
border-color: #7D6486;
}
.TagClassName
{
border-color: #7D6486;
}
</style>