Shades of Mamba #7B6388
Tints of Mamba #7B6388
RGB
CMYK
RGB Variations
Color information
#7B6388 (or 0x7B6388) is known color: Mamba. HEX triplet: 7B, 63 and 88. RGB value is (123,99,136). Sum of RGB (Red+Green+Blue) = 123+99+136=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B6388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6388 is #849C77. Grayscale: #6E6E6E. Windows color (decimal): -8690808 or 8938363. OLE color: 8938363.
HSL color Cylindrical-coordinate representation of color #7B6388: hue angle of 278.92º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B6388 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 99 | 136 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.47 |
| HSL | 278.92º | 0.16% | 0.46% | - |
| HSV(B) | 278.92º | 0.27% | 0.53% | - |
| XYZ | 17.07 | 14.91 | 25.27 | - |
| YUV | 110.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 136 | 0.10 | 0.27 | 0 | 0.47 | 278.92 | 0.16 | 0.46 |
| Hex | 7B | 63 | 88 | A | 1B | 0 | 2F | 117 | 10 | 2E |
| Octal | 173 | 143 | 210 | 12 | 33 | 0 | 57 | 427 | 20 | 56 |
| Binary | 1111011 | 1100011 | 10001000 | 1010 | 11011 | 0 | 101111 | 100010111 | 10000 | 101110 |
Color Harmonies of #7B6388
Complementary color
Monochromatic Colors of #7B6388
Black with #7B6388
Text Example
Text Example
White with #7B6388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6388; }
p { color: rgb(123,99,136); }
H1.HeaderClassName
{
color: #7B6388;
}
.AnyTagClassName
{
color: #7B6388;
}
</style>
background-color css
<style>
a { background-color: #7B6388; }
a { background-color: rgb(123,99,136); }
div.DivClassName
{
background-color: #7B6388;
}
.BgClassName
{
background-color: #7B6388;
}
</style>
border-color css
<style>
span { border-color: #7B6388; }
span { border-color: rgb(123,99,136); }
td.TdClassName
{
border-color: #7B6388;
}
.TagClassName
{
border-color: #7B6388;
}
</style>