Shades of Mamba #7C7086
Tints of Mamba #7C7086
RGB
CMYK
RGB Variations
Color information
#7C7086 (or 0x7C7086) is known color: Mamba. HEX triplet: 7C, 70 and 86. RGB value is (124,112,134). Sum of RGB (Red+Green+Blue) = 124+112+134=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C7086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7086 is #838F79. Grayscale: #767676. Windows color (decimal): -8621946 or 8810620. OLE color: 8810620.
HSL color Cylindrical-coordinate representation of color #7C7086: hue angle of 272.73º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C7086 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 112 | 134 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.47 |
| HSL | 272.73º | 0.09% | 0.48% | - |
| HSV(B) | 272.73º | 0.16% | 0.53% | - |
| XYZ | 18.41 | 17.59 | 24.98 | - |
| YUV | 118.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 134 | 0.07 | 0.16 | 0 | 0.47 | 272.73 | 0.09 | 0.48 |
| Hex | 7C | 70 | 86 | 7 | 10 | 0 | 2F | 111 | 9 | 30 |
| Octal | 174 | 160 | 206 | 7 | 20 | 0 | 57 | 421 | 11 | 60 |
| Binary | 1111100 | 1110000 | 10000110 | 111 | 10000 | 0 | 101111 | 100010001 | 1001 | 110000 |
Color Harmonies of #7C7086
Complementary color
Monochromatic Colors of #7C7086
Black with #7C7086
Text Example
Text Example
White with #7C7086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7086; }
p { color: rgb(124,112,134); }
H1.HeaderClassName
{
color: #7C7086;
}
.AnyTagClassName
{
color: #7C7086;
}
</style>
background-color css
<style>
a { background-color: #7C7086; }
a { background-color: rgb(124,112,134); }
div.DivClassName
{
background-color: #7C7086;
}
.BgClassName
{
background-color: #7C7086;
}
</style>
border-color css
<style>
span { border-color: #7C7086; }
span { border-color: rgb(124,112,134); }
td.TdClassName
{
border-color: #7C7086;
}
.TagClassName
{
border-color: #7C7086;
}
</style>