Shades of Mamba #7C6887
Tints of Mamba #7C6887
RGB
CMYK
RGB Variations
Color information
#7C6887 (or 0x7C6887) is known color: Mamba. HEX triplet: 7C, 68 and 87. RGB value is (124,104,135). Sum of RGB (Red+Green+Blue) = 124+104+135=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C6887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6887 is #839778. Grayscale: #717171. Windows color (decimal): -8623993 or 8874108. OLE color: 8874108.
HSL color Cylindrical-coordinate representation of color #7C6887: hue angle of 278.71º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C6887 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 104 | 135 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.47 |
| HSL | 278.71º | 0.13% | 0.47% | - |
| HSV(B) | 278.71º | 0.23% | 0.53% | - |
| XYZ | 17.64 | 15.93 | 25.07 | - |
| YUV | 113.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 135 | 0.08 | 0.23 | 0 | 0.47 | 278.71 | 0.13 | 0.47 |
| Hex | 7C | 68 | 87 | 8 | 17 | 0 | 2F | 117 | D | 2F |
| Octal | 174 | 150 | 207 | 10 | 27 | 0 | 57 | 427 | 15 | 57 |
| Binary | 1111100 | 1101000 | 10000111 | 1000 | 10111 | 0 | 101111 | 100010111 | 1101 | 101111 |
Color Harmonies of #7C6887
Complementary color
Monochromatic Colors of #7C6887
Black with #7C6887
Text Example
Text Example
White with #7C6887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6887; }
p { color: rgb(124,104,135); }
H1.HeaderClassName
{
color: #7C6887;
}
.AnyTagClassName
{
color: #7C6887;
}
</style>
background-color css
<style>
a { background-color: #7C6887; }
a { background-color: rgb(124,104,135); }
div.DivClassName
{
background-color: #7C6887;
}
.BgClassName
{
background-color: #7C6887;
}
</style>
border-color css
<style>
span { border-color: #7C6887; }
span { border-color: rgb(124,104,135); }
td.TdClassName
{
border-color: #7C6887;
}
.TagClassName
{
border-color: #7C6887;
}
</style>