Shades of Mamba #7B6588
Tints of Mamba #7B6588
RGB
CMYK
RGB Variations
Color information
#7B6588 (or 0x7B6588) is known color: Mamba. HEX triplet: 7B, 65 and 88. RGB value is (123,101,136). Sum of RGB (Red+Green+Blue) = 123+101+136=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B6588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6588 is #849A77. Grayscale: #6F6F6F. Windows color (decimal): -8690296 or 8938875. OLE color: 8938875.
HSL color Cylindrical-coordinate representation of color #7B6588: hue angle of 277.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B6588 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 101 | 136 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.47 |
| HSL | 277.71º | 0.15% | 0.46% | - |
| HSV(B) | 277.71º | 0.26% | 0.53% | - |
| XYZ | 17.27 | 15.3 | 25.33 | - |
| YUV | 111.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 136 | 0.10 | 0.26 | 0 | 0.47 | 277.71 | 0.15 | 0.46 |
| Hex | 7B | 65 | 88 | A | 1A | 0 | 2F | 116 | F | 2E |
| Octal | 173 | 145 | 210 | 12 | 32 | 0 | 57 | 426 | 17 | 56 |
| Binary | 1111011 | 1100101 | 10001000 | 1010 | 11010 | 0 | 101111 | 100010110 | 1111 | 101110 |
Color Harmonies of #7B6588
Complementary color
Monochromatic Colors of #7B6588
Black with #7B6588
Text Example
Text Example
White with #7B6588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6588; }
p { color: rgb(123,101,136); }
H1.HeaderClassName
{
color: #7B6588;
}
.AnyTagClassName
{
color: #7B6588;
}
</style>
background-color css
<style>
a { background-color: #7B6588; }
a { background-color: rgb(123,101,136); }
div.DivClassName
{
background-color: #7B6588;
}
.BgClassName
{
background-color: #7B6588;
}
</style>
border-color css
<style>
span { border-color: #7B6588; }
span { border-color: rgb(123,101,136); }
td.TdClassName
{
border-color: #7B6588;
}
.TagClassName
{
border-color: #7B6588;
}
</style>