Shades of Mamba #7C6688
Tints of Mamba #7C6688
RGB
CMYK
RGB Variations
Color information
#7C6688 (or 0x7C6688) is known color: Mamba. HEX triplet: 7C, 66 and 88. RGB value is (124,102,136). Sum of RGB (Red+Green+Blue) = 124+102+136=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #7C6688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6688 is #839977. Grayscale: #707070. Windows color (decimal): -8624504 or 8939132. OLE color: 8939132.
HSL color Cylindrical-coordinate representation of color #7C6688: hue angle of 278.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C6688 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 102 | 136 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.47 |
| HSL | 278.82º | 0.14% | 0.47% | - |
| HSV(B) | 278.82º | 0.25% | 0.53% | - |
| XYZ | 17.51 | 15.57 | 25.37 | - |
| YUV | 112.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 136 | 0.09 | 0.25 | 0 | 0.47 | 278.82 | 0.14 | 0.47 |
| Hex | 7C | 66 | 88 | 9 | 19 | 0 | 2F | 117 | E | 2F |
| Octal | 174 | 146 | 210 | 11 | 31 | 0 | 57 | 427 | 16 | 57 |
| Binary | 1111100 | 1100110 | 10001000 | 1001 | 11001 | 0 | 101111 | 100010111 | 1110 | 101111 |
Color Harmonies of #7C6688
Complementary color
Monochromatic Colors of #7C6688
Black with #7C6688
Text Example
Text Example
White with #7C6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6688; }
p { color: rgb(124,102,136); }
H1.HeaderClassName
{
color: #7C6688;
}
.AnyTagClassName
{
color: #7C6688;
}
</style>
background-color css
<style>
a { background-color: #7C6688; }
a { background-color: rgb(124,102,136); }
div.DivClassName
{
background-color: #7C6688;
}
.BgClassName
{
background-color: #7C6688;
}
</style>
border-color css
<style>
span { border-color: #7C6688; }
span { border-color: rgb(124,102,136); }
td.TdClassName
{
border-color: #7C6688;
}
.TagClassName
{
border-color: #7C6688;
}
</style>