Shades of Mamba #7B6492
Tints of Mamba #7B6492
RGB
CMYK
RGB Variations
Color information
#7B6492 (or 0x7B6492) is known color: Mamba. HEX triplet: 7B, 64 and 92. RGB value is (123,100,146). Sum of RGB (Red+Green+Blue) = 123+100+146=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B6492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6492 is #849B6D. Grayscale: #6F6F6F. Windows color (decimal): -8690542 or 9593979. OLE color: 9593979.
HSL color Cylindrical-coordinate representation of color #7B6492: hue angle of 270º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B6492 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 100 | 146 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.43 |
| HSL | 270º | 0.19% | 0.48% | - |
| HSV(B) | 270º | 0.32% | 0.57% | - |
| XYZ | 17.91 | 15.4 | 29.22 | - |
| YUV | 112.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 146 | 0.16 | 0.32 | 0 | 0.43 | 270 | 0.19 | 0.48 |
| Hex | 7B | 64 | 92 | 10 | 20 | 0 | 2B | 10E | 13 | 30 |
| Octal | 173 | 144 | 222 | 20 | 40 | 0 | 53 | 416 | 23 | 60 |
| Binary | 1111011 | 1100100 | 10010010 | 10000 | 100000 | 0 | 101011 | 100001110 | 10011 | 110000 |
Color Harmonies of #7B6492
Complementary color
Monochromatic Colors of #7B6492
Black with #7B6492
Text Example
Text Example
White with #7B6492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6492; }
p { color: rgb(123,100,146); }
H1.HeaderClassName
{
color: #7B6492;
}
.AnyTagClassName
{
color: #7B6492;
}
</style>
background-color css
<style>
a { background-color: #7B6492; }
a { background-color: rgb(123,100,146); }
div.DivClassName
{
background-color: #7B6492;
}
.BgClassName
{
background-color: #7B6492;
}
</style>
border-color css
<style>
span { border-color: #7B6492; }
span { border-color: rgb(123,100,146); }
td.TdClassName
{
border-color: #7B6492;
}
.TagClassName
{
border-color: #7B6492;
}
</style>