Shades of Mamba #7C6A84
Tints of Mamba #7C6A84
RGB
CMYK
RGB Variations
Color information
#7C6A84 (or 0x7C6A84) is known color: Mamba. HEX triplet: 7C, 6A and 84. RGB value is (124,106,132). Sum of RGB (Red+Green+Blue) = 124+106+132=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C6A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6A84 is #83957B. Grayscale: #727272. Windows color (decimal): -8623484 or 8678012. OLE color: 8678012.
HSL color Cylindrical-coordinate representation of color #7C6A84: hue angle of 281.54º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C6A84 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 106 | 132 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.48 |
| HSL | 281.54º | 0.11% | 0.47% | - |
| HSV(B) | 281.54º | 0.2% | 0.52% | - |
| XYZ | 17.63 | 16.26 | 24.04 | - |
| YUV | 114.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 132 | 0.06 | 0.20 | 0 | 0.48 | 281.54 | 0.11 | 0.47 |
| Hex | 7C | 6A | 84 | 6 | 14 | 0 | 30 | 11A | B | 2F |
| Octal | 174 | 152 | 204 | 6 | 24 | 0 | 60 | 432 | 13 | 57 |
| Binary | 1111100 | 1101010 | 10000100 | 110 | 10100 | 0 | 110000 | 100011010 | 1011 | 101111 |
Color Harmonies of #7C6A84
Complementary color
Monochromatic Colors of #7C6A84
Black with #7C6A84
Text Example
Text Example
White with #7C6A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6A84; }
p { color: rgb(124,106,132); }
H1.HeaderClassName
{
color: #7C6A84;
}
.AnyTagClassName
{
color: #7C6A84;
}
</style>
background-color css
<style>
a { background-color: #7C6A84; }
a { background-color: rgb(124,106,132); }
div.DivClassName
{
background-color: #7C6A84;
}
.BgClassName
{
background-color: #7C6A84;
}
</style>
border-color css
<style>
span { border-color: #7C6A84; }
span { border-color: rgb(124,106,132); }
td.TdClassName
{
border-color: #7C6A84;
}
.TagClassName
{
border-color: #7C6A84;
}
</style>