Shades of Mamba #7C678E
Tints of Mamba #7C678E
RGB
CMYK
RGB Variations
Color information
#7C678E (or 0x7C678E) is known color: Mamba. HEX triplet: 7C, 67 and 8E. RGB value is (124,103,142). Sum of RGB (Red+Green+Blue) = 124+103+142=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C678E is #839871. Grayscale: #717171. Windows color (decimal): -8624242 or 9332604. OLE color: 9332604.
HSL color Cylindrical-coordinate representation of color #7C678E: hue angle of 272.31º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C678E is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 103 | 142 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.44 |
| HSL | 272.31º | 0.16% | 0.48% | - |
| HSV(B) | 272.31º | 0.27% | 0.56% | - |
| XYZ | 18.04 | 15.94 | 27.72 | - |
| YUV | 113.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 142 | 0.13 | 0.27 | 0 | 0.44 | 272.31 | 0.16 | 0.48 |
| Hex | 7C | 67 | 8E | D | 1B | 0 | 2C | 110 | 10 | 30 |
| Octal | 174 | 147 | 216 | 15 | 33 | 0 | 54 | 420 | 20 | 60 |
| Binary | 1111100 | 1100111 | 10001110 | 1101 | 11011 | 0 | 101100 | 100010000 | 10000 | 110000 |
Color Harmonies of #7C678E
Complementary color
Monochromatic Colors of #7C678E
Black with #7C678E
Text Example
Text Example
White with #7C678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C678E; }
p { color: rgb(124,103,142); }
H1.HeaderClassName
{
color: #7C678E;
}
.AnyTagClassName
{
color: #7C678E;
}
</style>
background-color css
<style>
a { background-color: #7C678E; }
a { background-color: rgb(124,103,142); }
div.DivClassName
{
background-color: #7C678E;
}
.BgClassName
{
background-color: #7C678E;
}
</style>
border-color css
<style>
span { border-color: #7C678E; }
span { border-color: rgb(124,103,142); }
td.TdClassName
{
border-color: #7C678E;
}
.TagClassName
{
border-color: #7C678E;
}
</style>