Shades of Mamba #7C658B
Tints of Mamba #7C658B
RGB
CMYK
RGB Variations
Color information
#7C658B (or 0x7C658B) is known color: Mamba. HEX triplet: 7C, 65 and 8B. RGB value is (124,101,139). Sum of RGB (Red+Green+Blue) = 124+101+139=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C658B is #839A74. Grayscale: #707070. Windows color (decimal): -8624757 or 9135484. OLE color: 9135484.
HSL color Cylindrical-coordinate representation of color #7C658B: hue angle of 276.32º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C658B is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 101 | 139 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.45 |
| HSL | 276.32º | 0.16% | 0.47% | - |
| HSV(B) | 276.32º | 0.27% | 0.55% | - |
| XYZ | 17.63 | 15.46 | 26.48 | - |
| YUV | 112.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 139 | 0.11 | 0.27 | 0 | 0.45 | 276.32 | 0.16 | 0.47 |
| Hex | 7C | 65 | 8B | B | 1B | 0 | 2D | 114 | 10 | 2F |
| Octal | 174 | 145 | 213 | 13 | 33 | 0 | 55 | 424 | 20 | 57 |
| Binary | 1111100 | 1100101 | 10001011 | 1011 | 11011 | 0 | 101101 | 100010100 | 10000 | 101111 |
Color Harmonies of #7C658B
Complementary color
Monochromatic Colors of #7C658B
Black with #7C658B
Text Example
Text Example
White with #7C658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C658B; }
p { color: rgb(124,101,139); }
H1.HeaderClassName
{
color: #7C658B;
}
.AnyTagClassName
{
color: #7C658B;
}
</style>
background-color css
<style>
a { background-color: #7C658B; }
a { background-color: rgb(124,101,139); }
div.DivClassName
{
background-color: #7C658B;
}
.BgClassName
{
background-color: #7C658B;
}
</style>
border-color css
<style>
span { border-color: #7C658B; }
span { border-color: rgb(124,101,139); }
td.TdClassName
{
border-color: #7C658B;
}
.TagClassName
{
border-color: #7C658B;
}
</style>