Shades of Mamba #7B6690
Tints of Mamba #7B6690
RGB
CMYK
RGB Variations
Color information
#7B6690 (or 0x7B6690) is known color: Mamba. HEX triplet: 7B, 66 and 90. RGB value is (123,102,144). Sum of RGB (Red+Green+Blue) = 123+102+144=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B6690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6690 is #84996F. Grayscale: #707070. Windows color (decimal): -8690032 or 9463419. OLE color: 9463419.
HSL color Cylindrical-coordinate representation of color #7B6690: hue angle of 270º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B6690 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 102 | 144 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.44 |
| HSL | 270º | 0.17% | 0.48% | - |
| HSV(B) | 270º | 0.29% | 0.56% | - |
| XYZ | 17.95 | 15.73 | 28.47 | - |
| YUV | 113.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 144 | 0.15 | 0.29 | 0 | 0.44 | 270 | 0.17 | 0.48 |
| Hex | 7B | 66 | 90 | F | 1D | 0 | 2C | 10E | 11 | 30 |
| Octal | 173 | 146 | 220 | 17 | 35 | 0 | 54 | 416 | 21 | 60 |
| Binary | 1111011 | 1100110 | 10010000 | 1111 | 11101 | 0 | 101100 | 100001110 | 10001 | 110000 |
Color Harmonies of #7B6690
Complementary color
Monochromatic Colors of #7B6690
Black with #7B6690
Text Example
Text Example
White with #7B6690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6690; }
p { color: rgb(123,102,144); }
H1.HeaderClassName
{
color: #7B6690;
}
.AnyTagClassName
{
color: #7B6690;
}
</style>
background-color css
<style>
a { background-color: #7B6690; }
a { background-color: rgb(123,102,144); }
div.DivClassName
{
background-color: #7B6690;
}
.BgClassName
{
background-color: #7B6690;
}
</style>
border-color css
<style>
span { border-color: #7B6690; }
span { border-color: rgb(123,102,144); }
td.TdClassName
{
border-color: #7B6690;
}
.TagClassName
{
border-color: #7B6690;
}
</style>