Shades of Mamba #7C6689
Tints of Mamba #7C6689
RGB
CMYK
RGB Variations
Color information
#7C6689 (or 0x7C6689) is known color: Mamba. HEX triplet: 7C, 66 and 89. RGB value is (124,102,137). Sum of RGB (Red+Green+Blue) = 124+102+137=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C6689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6689 is #839976. Grayscale: #707070. Windows color (decimal): -8624503 or 9004668. OLE color: 9004668.
HSL color Cylindrical-coordinate representation of color #7C6689: hue angle of 277.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C6689 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 102 | 137 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.46 |
| HSL | 277.71º | 0.15% | 0.47% | - |
| HSV(B) | 277.71º | 0.26% | 0.54% | - |
| XYZ | 17.58 | 15.59 | 25.75 | - |
| YUV | 112.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 137 | 0.09 | 0.26 | 0 | 0.46 | 277.71 | 0.15 | 0.47 |
| Hex | 7C | 66 | 89 | 9 | 1A | 0 | 2E | 116 | F | 2F |
| Octal | 174 | 146 | 211 | 11 | 32 | 0 | 56 | 426 | 17 | 57 |
| Binary | 1111100 | 1100110 | 10001001 | 1001 | 11010 | 0 | 101110 | 100010110 | 1111 | 101111 |
Color Harmonies of #7C6689
Complementary color
Monochromatic Colors of #7C6689
Black with #7C6689
Text Example
Text Example
White with #7C6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6689; }
p { color: rgb(124,102,137); }
H1.HeaderClassName
{
color: #7C6689;
}
.AnyTagClassName
{
color: #7C6689;
}
</style>
background-color css
<style>
a { background-color: #7C6689; }
a { background-color: rgb(124,102,137); }
div.DivClassName
{
background-color: #7C6689;
}
.BgClassName
{
background-color: #7C6689;
}
</style>
border-color css
<style>
span { border-color: #7C6689; }
span { border-color: rgb(124,102,137); }
td.TdClassName
{
border-color: #7C6689;
}
.TagClassName
{
border-color: #7C6689;
}
</style>