Shades of Mamba #7B648F
Tints of Mamba #7B648F
RGB
CMYK
RGB Variations
Color information
#7B648F (or 0x7B648F) is known color: Mamba. HEX triplet: 7B, 64 and 8F. RGB value is (123,100,143). Sum of RGB (Red+Green+Blue) = 123+100+143=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 143 - color contains mainly: blue. Hex color #7B648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B648F is #849B70. Grayscale: #6F6F6F. Windows color (decimal): -8690545 or 9397371. OLE color: 9397371.
HSL color Cylindrical-coordinate representation of color #7B648F: hue angle of 272.09º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B648F is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 100 | 143 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.44 |
| HSL | 272.09º | 0.18% | 0.48% | - |
| HSV(B) | 272.09º | 0.3% | 0.56% | - |
| XYZ | 17.68 | 15.31 | 28.01 | - |
| YUV | 111.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 143 | 0.14 | 0.30 | 0 | 0.44 | 272.09 | 0.18 | 0.48 |
| Hex | 7B | 64 | 8F | E | 1E | 0 | 2C | 110 | 12 | 30 |
| Octal | 173 | 144 | 217 | 16 | 36 | 0 | 54 | 420 | 22 | 60 |
| Binary | 1111011 | 1100100 | 10001111 | 1110 | 11110 | 0 | 101100 | 100010000 | 10010 | 110000 |
Color Harmonies of #7B648F
Complementary color
Monochromatic Colors of #7B648F
Black with #7B648F
Text Example
Text Example
White with #7B648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B648F; }
p { color: rgb(123,100,143); }
H1.HeaderClassName
{
color: #7B648F;
}
.AnyTagClassName
{
color: #7B648F;
}
</style>
background-color css
<style>
a { background-color: #7B648F; }
a { background-color: rgb(123,100,143); }
div.DivClassName
{
background-color: #7B648F;
}
.BgClassName
{
background-color: #7B648F;
}
</style>
border-color css
<style>
span { border-color: #7B648F; }
span { border-color: rgb(123,100,143); }
td.TdClassName
{
border-color: #7B648F;
}
.TagClassName
{
border-color: #7B648F;
}
</style>