Shades of Mamba #7C638D
Tints of Mamba #7C638D
RGB
CMYK
RGB Variations
Color information
#7C638D (or 0x7C638D) is known color: Mamba. HEX triplet: 7C, 63 and 8D. RGB value is (124,99,141). Sum of RGB (Red+Green+Blue) = 124+99+141=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C638D is #839C72. Grayscale: #6F6F6F. Windows color (decimal): -8625267 or 9266044. OLE color: 9266044.
HSL color Cylindrical-coordinate representation of color #7C638D: hue angle of 275.71º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C638D is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 99 | 141 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.45 |
| HSL | 275.71º | 0.18% | 0.47% | - |
| HSV(B) | 275.71º | 0.3% | 0.55% | - |
| XYZ | 17.58 | 15.13 | 27.19 | - |
| YUV | 111.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 141 | 0.12 | 0.30 | 0 | 0.45 | 275.71 | 0.18 | 0.47 |
| Hex | 7C | 63 | 8D | C | 1E | 0 | 2D | 114 | 12 | 2F |
| Octal | 174 | 143 | 215 | 14 | 36 | 0 | 55 | 424 | 22 | 57 |
| Binary | 1111100 | 1100011 | 10001101 | 1100 | 11110 | 0 | 101101 | 100010100 | 10010 | 101111 |
Color Harmonies of #7C638D
Complementary color
Monochromatic Colors of #7C638D
Black with #7C638D
Text Example
Text Example
White with #7C638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C638D; }
p { color: rgb(124,99,141); }
H1.HeaderClassName
{
color: #7C638D;
}
.AnyTagClassName
{
color: #7C638D;
}
</style>
background-color css
<style>
a { background-color: #7C638D; }
a { background-color: rgb(124,99,141); }
div.DivClassName
{
background-color: #7C638D;
}
.BgClassName
{
background-color: #7C638D;
}
</style>
border-color css
<style>
span { border-color: #7C638D; }
span { border-color: rgb(124,99,141); }
td.TdClassName
{
border-color: #7C638D;
}
.TagClassName
{
border-color: #7C638D;
}
</style>