Shades of Mamba #7C6683
Tints of Mamba #7C6683
RGB
CMYK
RGB Variations
Color information
#7C6683 (or 0x7C6683) is known color: Mamba. HEX triplet: 7C, 66 and 83. RGB value is (124,102,131). Sum of RGB (Red+Green+Blue) = 124+102+131=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #7C6683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6683 is #83997C. Grayscale: #6F6F6F. Windows color (decimal): -8624509 or 8611452. OLE color: 8611452.
HSL color Cylindrical-coordinate representation of color #7C6683: hue angle of 285.52º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C6683 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 102 | 131 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.49 |
| HSL | 285.52º | 0.12% | 0.46% | - |
| HSV(B) | 285.52º | 0.22% | 0.51% | - |
| XYZ | 17.16 | 15.43 | 23.55 | - |
| YUV | 111.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 131 | 0.05 | 0.22 | 0 | 0.49 | 285.52 | 0.12 | 0.46 |
| Hex | 7C | 66 | 83 | 5 | 16 | 0 | 31 | 11E | C | 2E |
| Octal | 174 | 146 | 203 | 5 | 26 | 0 | 61 | 436 | 14 | 56 |
| Binary | 1111100 | 1100110 | 10000011 | 101 | 10110 | 0 | 110001 | 100011110 | 1100 | 101110 |
Color Harmonies of #7C6683
Complementary color
Monochromatic Colors of #7C6683
Black with #7C6683
Text Example
Text Example
White with #7C6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6683; }
p { color: rgb(124,102,131); }
H1.HeaderClassName
{
color: #7C6683;
}
.AnyTagClassName
{
color: #7C6683;
}
</style>
background-color css
<style>
a { background-color: #7C6683; }
a { background-color: rgb(124,102,131); }
div.DivClassName
{
background-color: #7C6683;
}
.BgClassName
{
background-color: #7C6683;
}
</style>
border-color css
<style>
span { border-color: #7C6683; }
span { border-color: rgb(124,102,131); }
td.TdClassName
{
border-color: #7C6683;
}
.TagClassName
{
border-color: #7C6683;
}
</style>