Shades of Mamba #7C6687
Tints of Mamba #7C6687
RGB
CMYK
RGB Variations
Color information
#7C6687 (or 0x7C6687) is known color: Mamba. HEX triplet: 7C, 66 and 87. RGB value is (124,102,135). Sum of RGB (Red+Green+Blue) = 124+102+135=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C6687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6687 is #839978. Grayscale: #707070. Windows color (decimal): -8624505 or 8873596. OLE color: 8873596.
HSL color Cylindrical-coordinate representation of color #7C6687: hue angle of 280º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C6687 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 102 | 135 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.47 |
| HSL | 280º | 0.14% | 0.46% | - |
| HSV(B) | 280º | 0.24% | 0.53% | - |
| XYZ | 17.44 | 15.54 | 25 | - |
| YUV | 112.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 135 | 0.08 | 0.24 | 0 | 0.47 | 280 | 0.14 | 0.46 |
| Hex | 7C | 66 | 87 | 8 | 18 | 0 | 2F | 118 | E | 2E |
| Octal | 174 | 146 | 207 | 10 | 30 | 0 | 57 | 430 | 16 | 56 |
| Binary | 1111100 | 1100110 | 10000111 | 1000 | 11000 | 0 | 101111 | 100011000 | 1110 | 101110 |
Color Harmonies of #7C6687
Complementary color
Monochromatic Colors of #7C6687
Black with #7C6687
Text Example
Text Example
White with #7C6687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6687; }
p { color: rgb(124,102,135); }
H1.HeaderClassName
{
color: #7C6687;
}
.AnyTagClassName
{
color: #7C6687;
}
</style>
background-color css
<style>
a { background-color: #7C6687; }
a { background-color: rgb(124,102,135); }
div.DivClassName
{
background-color: #7C6687;
}
.BgClassName
{
background-color: #7C6687;
}
</style>
border-color css
<style>
span { border-color: #7C6687; }
span { border-color: rgb(124,102,135); }
td.TdClassName
{
border-color: #7C6687;
}
.TagClassName
{
border-color: #7C6687;
}
</style>