Shades of Mamba #7C668A
Tints of Mamba #7C668A
RGB
CMYK
RGB Variations
Color information
#7C668A (or 0x7C668A) is known color: Mamba. HEX triplet: 7C, 66 and 8A. RGB value is (124,102,138). Sum of RGB (Red+Green+Blue) = 124+102+138=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C668A is #839975. Grayscale: #707070. Windows color (decimal): -8624502 or 9070204. OLE color: 9070204.
HSL color Cylindrical-coordinate representation of color #7C668A: hue angle of 276.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C668A is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 102 | 138 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.46 |
| HSL | 276.67º | 0.15% | 0.47% | - |
| HSV(B) | 276.67º | 0.26% | 0.54% | - |
| XYZ | 17.65 | 15.62 | 26.13 | - |
| YUV | 112.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 138 | 0.10 | 0.26 | 0 | 0.46 | 276.67 | 0.15 | 0.47 |
| Hex | 7C | 66 | 8A | A | 1A | 0 | 2E | 115 | F | 2F |
| Octal | 174 | 146 | 212 | 12 | 32 | 0 | 56 | 425 | 17 | 57 |
| Binary | 1111100 | 1100110 | 10001010 | 1010 | 11010 | 0 | 101110 | 100010101 | 1111 | 101111 |
Color Harmonies of #7C668A
Complementary color
Monochromatic Colors of #7C668A
Black with #7C668A
Text Example
Text Example
White with #7C668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C668A; }
p { color: rgb(124,102,138); }
H1.HeaderClassName
{
color: #7C668A;
}
.AnyTagClassName
{
color: #7C668A;
}
</style>
background-color css
<style>
a { background-color: #7C668A; }
a { background-color: rgb(124,102,138); }
div.DivClassName
{
background-color: #7C668A;
}
.BgClassName
{
background-color: #7C668A;
}
</style>
border-color css
<style>
span { border-color: #7C668A; }
span { border-color: rgb(124,102,138); }
td.TdClassName
{
border-color: #7C668A;
}
.TagClassName
{
border-color: #7C668A;
}
</style>