Shades of Mamba #7C6686
Tints of Mamba #7C6686
RGB
CMYK
RGB Variations
Color information
#7C6686 (or 0x7C6686) is known color: Mamba. HEX triplet: 7C, 66 and 86. RGB value is (124,102,134). Sum of RGB (Red+Green+Blue) = 124+102+134=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C6686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6686 is #839979. Grayscale: #707070. Windows color (decimal): -8624506 or 8808060. OLE color: 8808060.
HSL color Cylindrical-coordinate representation of color #7C6686: hue angle of 281.25º 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 #7C6686 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 102 | 134 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.47 |
| HSL | 281.25º | 0.14% | 0.46% | - |
| HSV(B) | 281.25º | 0.24% | 0.53% | - |
| XYZ | 17.37 | 15.51 | 24.63 | - |
| YUV | 112.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 134 | 0.07 | 0.24 | 0 | 0.47 | 281.25 | 0.14 | 0.46 |
| Hex | 7C | 66 | 86 | 7 | 18 | 0 | 2F | 119 | E | 2E |
| Octal | 174 | 146 | 206 | 7 | 30 | 0 | 57 | 431 | 16 | 56 |
| Binary | 1111100 | 1100110 | 10000110 | 111 | 11000 | 0 | 101111 | 100011001 | 1110 | 101110 |
Color Harmonies of #7C6686
Complementary color
Monochromatic Colors of #7C6686
Black with #7C6686
Text Example
Text Example
White with #7C6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6686; }
p { color: rgb(124,102,134); }
H1.HeaderClassName
{
color: #7C6686;
}
.AnyTagClassName
{
color: #7C6686;
}
</style>
background-color css
<style>
a { background-color: #7C6686; }
a { background-color: rgb(124,102,134); }
div.DivClassName
{
background-color: #7C6686;
}
.BgClassName
{
background-color: #7C6686;
}
</style>
border-color css
<style>
span { border-color: #7C6686; }
span { border-color: rgb(124,102,134); }
td.TdClassName
{
border-color: #7C6686;
}
.TagClassName
{
border-color: #7C6686;
}
</style>