Shades of Mamba #7C6F84
Tints of Mamba #7C6F84
RGB
CMYK
RGB Variations
Color information
#7C6F84 (or 0x7C6F84) is known color: Mamba. HEX triplet: 7C, 6F and 84. RGB value is (124,111,132). Sum of RGB (Red+Green+Blue) = 124+111+132=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C6F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6F84 is #83907B. Grayscale: #757575. Windows color (decimal): -8622204 or 8679292. OLE color: 8679292.
HSL color Cylindrical-coordinate representation of color #7C6F84: hue angle of 277.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C6F84 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 111 | 132 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.48 |
| HSL | 277.14º | 0.09% | 0.48% | - |
| HSV(B) | 277.14º | 0.16% | 0.52% | - |
| XYZ | 18.16 | 17.32 | 24.22 | - |
| YUV | 117.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 132 | 0.06 | 0.16 | 0 | 0.48 | 277.14 | 0.09 | 0.48 |
| Hex | 7C | 6F | 84 | 6 | 10 | 0 | 30 | 115 | 9 | 30 |
| Octal | 174 | 157 | 204 | 6 | 20 | 0 | 60 | 425 | 11 | 60 |
| Binary | 1111100 | 1101111 | 10000100 | 110 | 10000 | 0 | 110000 | 100010101 | 1001 | 110000 |
Color Harmonies of #7C6F84
Complementary color
Monochromatic Colors of #7C6F84
Black with #7C6F84
Text Example
Text Example
White with #7C6F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6F84; }
p { color: rgb(124,111,132); }
H1.HeaderClassName
{
color: #7C6F84;
}
.AnyTagClassName
{
color: #7C6F84;
}
</style>
background-color css
<style>
a { background-color: #7C6F84; }
a { background-color: rgb(124,111,132); }
div.DivClassName
{
background-color: #7C6F84;
}
.BgClassName
{
background-color: #7C6F84;
}
</style>
border-color css
<style>
span { border-color: #7C6F84; }
span { border-color: rgb(124,111,132); }
td.TdClassName
{
border-color: #7C6F84;
}
.TagClassName
{
border-color: #7C6F84;
}
</style>