Shades of Mamba #7C6B8A
Tints of Mamba #7C6B8A
RGB
CMYK
RGB Variations
Color information
#7C6B8A (or 0x7C6B8A) is known color: Mamba. HEX triplet: 7C, 6B and 8A. RGB value is (124,107,138). Sum of RGB (Red+Green+Blue) = 124+107+138=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C6B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6B8A is #839475. Grayscale: #737373. Windows color (decimal): -8623222 or 9071484. OLE color: 9071484.
HSL color Cylindrical-coordinate representation of color #7C6B8A: hue angle of 272.9º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C6B8A is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 107 | 138 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.46 |
| HSL | 272.9º | 0.13% | 0.48% | - |
| HSV(B) | 272.9º | 0.22% | 0.54% | - |
| XYZ | 18.16 | 16.64 | 26.3 | - |
| YUV | 115.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 138 | 0.10 | 0.22 | 0 | 0.46 | 272.9 | 0.13 | 0.48 |
| Hex | 7C | 6B | 8A | A | 16 | 0 | 2E | 111 | D | 30 |
| Octal | 174 | 153 | 212 | 12 | 26 | 0 | 56 | 421 | 15 | 60 |
| Binary | 1111100 | 1101011 | 10001010 | 1010 | 10110 | 0 | 101110 | 100010001 | 1101 | 110000 |
Color Harmonies of #7C6B8A
Complementary color
Monochromatic Colors of #7C6B8A
Black with #7C6B8A
Text Example
Text Example
White with #7C6B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B8A; }
p { color: rgb(124,107,138); }
H1.HeaderClassName
{
color: #7C6B8A;
}
.AnyTagClassName
{
color: #7C6B8A;
}
</style>
background-color css
<style>
a { background-color: #7C6B8A; }
a { background-color: rgb(124,107,138); }
div.DivClassName
{
background-color: #7C6B8A;
}
.BgClassName
{
background-color: #7C6B8A;
}
</style>
border-color css
<style>
span { border-color: #7C6B8A; }
span { border-color: rgb(124,107,138); }
td.TdClassName
{
border-color: #7C6B8A;
}
.TagClassName
{
border-color: #7C6B8A;
}
</style>