Shades of Mamba #7C6587
Tints of Mamba #7C6587
RGB
CMYK
RGB Variations
Color information
#7C6587 (or 0x7C6587) is known color: Mamba. HEX triplet: 7C, 65 and 87. RGB value is (124,101,135). Sum of RGB (Red+Green+Blue) = 124+101+135=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C6587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6587 is #839A78. Grayscale: #6F6F6F. Windows color (decimal): -8624761 or 8873340. OLE color: 8873340.
HSL color Cylindrical-coordinate representation of color #7C6587: hue angle of 280.59º degrees, saturation: 0.14, 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 #7C6587 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 101 | 135 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.47 |
| HSL | 280.59º | 0.14% | 0.46% | - |
| HSV(B) | 280.59º | 0.25% | 0.53% | - |
| XYZ | 17.34 | 15.34 | 24.97 | - |
| YUV | 111.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 135 | 0.08 | 0.25 | 0 | 0.47 | 280.59 | 0.14 | 0.46 |
| Hex | 7C | 65 | 87 | 8 | 19 | 0 | 2F | 119 | E | 2E |
| Octal | 174 | 145 | 207 | 10 | 31 | 0 | 57 | 431 | 16 | 56 |
| Binary | 1111100 | 1100101 | 10000111 | 1000 | 11001 | 0 | 101111 | 100011001 | 1110 | 101110 |
Color Harmonies of #7C6587
Complementary color
Monochromatic Colors of #7C6587
Black with #7C6587
Text Example
Text Example
White with #7C6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6587; }
p { color: rgb(124,101,135); }
H1.HeaderClassName
{
color: #7C6587;
}
.AnyTagClassName
{
color: #7C6587;
}
</style>
background-color css
<style>
a { background-color: #7C6587; }
a { background-color: rgb(124,101,135); }
div.DivClassName
{
background-color: #7C6587;
}
.BgClassName
{
background-color: #7C6587;
}
</style>
border-color css
<style>
span { border-color: #7C6587; }
span { border-color: rgb(124,101,135); }
td.TdClassName
{
border-color: #7C6587;
}
.TagClassName
{
border-color: #7C6587;
}
</style>