Shades of Mamba #7C6788
Tints of Mamba #7C6788
RGB
CMYK
RGB Variations
Color information
#7C6788 (or 0x7C6788) is known color: Mamba. HEX triplet: 7C, 67 and 88. RGB value is (124,103,136). Sum of RGB (Red+Green+Blue) = 124+103+136=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 136 - color contains mainly: blue. Hex color #7C6788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6788 is #839877. Grayscale: #707070. Windows color (decimal): -8624248 or 8939388. OLE color: 8939388.
HSL color Cylindrical-coordinate representation of color #7C6788: hue angle of 278.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C6788 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 103 | 136 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.47 |
| HSL | 278.18º | 0.14% | 0.47% | - |
| HSV(B) | 278.18º | 0.24% | 0.53% | - |
| XYZ | 17.61 | 15.76 | 25.41 | - |
| YUV | 113.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 136 | 0.09 | 0.24 | 0 | 0.47 | 278.18 | 0.14 | 0.47 |
| Hex | 7C | 67 | 88 | 9 | 18 | 0 | 2F | 116 | E | 2F |
| Octal | 174 | 147 | 210 | 11 | 30 | 0 | 57 | 426 | 16 | 57 |
| Binary | 1111100 | 1100111 | 10001000 | 1001 | 11000 | 0 | 101111 | 100010110 | 1110 | 101111 |
Color Harmonies of #7C6788
Complementary color
Monochromatic Colors of #7C6788
Black with #7C6788
Text Example
Text Example
White with #7C6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6788; }
p { color: rgb(124,103,136); }
H1.HeaderClassName
{
color: #7C6788;
}
.AnyTagClassName
{
color: #7C6788;
}
</style>
background-color css
<style>
a { background-color: #7C6788; }
a { background-color: rgb(124,103,136); }
div.DivClassName
{
background-color: #7C6788;
}
.BgClassName
{
background-color: #7C6788;
}
</style>
border-color css
<style>
span { border-color: #7C6788; }
span { border-color: rgb(124,103,136); }
td.TdClassName
{
border-color: #7C6788;
}
.TagClassName
{
border-color: #7C6788;
}
</style>