Shades of Mamba #7C7081
Tints of Mamba #7C7081
RGB
CMYK
RGB Variations
Color information
#7C7081 (or 0x7C7081) is known color: Mamba. HEX triplet: 7C, 70 and 81. RGB value is (124,112,129). Sum of RGB (Red+Green+Blue) = 124+112+129=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 129 - color contains mainly: blue. Hex color #7C7081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7081 is #838F7E. Grayscale: #757575. Windows color (decimal): -8621951 or 8482940. OLE color: 8482940.
HSL color Cylindrical-coordinate representation of color #7C7081: hue angle of 282.35º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C7081 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 112 | 129 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.49 |
| HSL | 282.35º | 0.07% | 0.47% | - |
| HSV(B) | 282.35º | 0.13% | 0.51% | - |
| XYZ | 18.07 | 17.46 | 23.19 | - |
| YUV | 117.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 129 | 0.04 | 0.13 | 0 | 0.49 | 282.35 | 0.07 | 0.47 |
| Hex | 7C | 70 | 81 | 4 | D | 0 | 31 | 11A | 7 | 2F |
| Octal | 174 | 160 | 201 | 4 | 15 | 0 | 61 | 432 | 7 | 57 |
| Binary | 1111100 | 1110000 | 10000001 | 100 | 1101 | 0 | 110001 | 100011010 | 111 | 101111 |
Color Harmonies of #7C7081
Complementary color
Monochromatic Colors of #7C7081
Black with #7C7081
Text Example
Text Example
White with #7C7081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7081; }
p { color: rgb(124,112,129); }
H1.HeaderClassName
{
color: #7C7081;
}
.AnyTagClassName
{
color: #7C7081;
}
</style>
background-color css
<style>
a { background-color: #7C7081; }
a { background-color: rgb(124,112,129); }
div.DivClassName
{
background-color: #7C7081;
}
.BgClassName
{
background-color: #7C7081;
}
</style>
border-color css
<style>
span { border-color: #7C7081; }
span { border-color: rgb(124,112,129); }
td.TdClassName
{
border-color: #7C7081;
}
.TagClassName
{
border-color: #7C7081;
}
</style>