Shades of Mamba #7B648E
Tints of Mamba #7B648E
RGB
CMYK
RGB Variations
Color information
#7B648E (or 0x7B648E) is known color: Mamba. HEX triplet: 7B, 64 and 8E. RGB value is (123,100,142). Sum of RGB (Red+Green+Blue) = 123+100+142=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B648E is #849B71. Grayscale: #6F6F6F. Windows color (decimal): -8690546 or 9331835. OLE color: 9331835.
HSL color Cylindrical-coordinate representation of color #7B648E: hue angle of 272.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B648E is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 100 | 142 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.44 |
| HSL | 272.86º | 0.17% | 0.47% | - |
| HSV(B) | 272.86º | 0.3% | 0.56% | - |
| XYZ | 17.61 | 15.28 | 27.61 | - |
| YUV | 111.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 142 | 0.13 | 0.30 | 0 | 0.44 | 272.86 | 0.17 | 0.47 |
| Hex | 7B | 64 | 8E | D | 1E | 0 | 2C | 111 | 11 | 2F |
| Octal | 173 | 144 | 216 | 15 | 36 | 0 | 54 | 421 | 21 | 57 |
| Binary | 1111011 | 1100100 | 10001110 | 1101 | 11110 | 0 | 101100 | 100010001 | 10001 | 101111 |
Color Harmonies of #7B648E
Complementary color
Monochromatic Colors of #7B648E
Black with #7B648E
Text Example
Text Example
White with #7B648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B648E; }
p { color: rgb(123,100,142); }
H1.HeaderClassName
{
color: #7B648E;
}
.AnyTagClassName
{
color: #7B648E;
}
</style>
background-color css
<style>
a { background-color: #7B648E; }
a { background-color: rgb(123,100,142); }
div.DivClassName
{
background-color: #7B648E;
}
.BgClassName
{
background-color: #7B648E;
}
</style>
border-color css
<style>
span { border-color: #7B648E; }
span { border-color: rgb(123,100,142); }
td.TdClassName
{
border-color: #7B648E;
}
.TagClassName
{
border-color: #7B648E;
}
</style>