Shades of Mamba #7B6888
Tints of Mamba #7B6888
RGB
CMYK
RGB Variations
Color information
#7B6888 (or 0x7B6888) is known color: Mamba. HEX triplet: 7B, 68 and 88. RGB value is (123,104,136). Sum of RGB (Red+Green+Blue) = 123+104+136=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B6888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6888 is #849777. Grayscale: #717171. Windows color (decimal): -8689528 or 8939643. OLE color: 8939643.
HSL color Cylindrical-coordinate representation of color #7B6888: hue angle of 275.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B6888 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 104 | 136 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.47 |
| HSL | 275.63º | 0.13% | 0.47% | - |
| HSV(B) | 275.63º | 0.24% | 0.53% | - |
| XYZ | 17.56 | 15.89 | 25.43 | - |
| YUV | 113.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 136 | 0.10 | 0.24 | 0 | 0.47 | 275.63 | 0.13 | 0.47 |
| Hex | 7B | 68 | 88 | A | 18 | 0 | 2F | 114 | D | 2F |
| Octal | 173 | 150 | 210 | 12 | 30 | 0 | 57 | 424 | 15 | 57 |
| Binary | 1111011 | 1101000 | 10001000 | 1010 | 11000 | 0 | 101111 | 100010100 | 1101 | 101111 |
Color Harmonies of #7B6888
Complementary color
Monochromatic Colors of #7B6888
Black with #7B6888
Text Example
Text Example
White with #7B6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6888; }
p { color: rgb(123,104,136); }
H1.HeaderClassName
{
color: #7B6888;
}
.AnyTagClassName
{
color: #7B6888;
}
</style>
background-color css
<style>
a { background-color: #7B6888; }
a { background-color: rgb(123,104,136); }
div.DivClassName
{
background-color: #7B6888;
}
.BgClassName
{
background-color: #7B6888;
}
</style>
border-color css
<style>
span { border-color: #7B6888; }
span { border-color: rgb(123,104,136); }
td.TdClassName
{
border-color: #7B6888;
}
.TagClassName
{
border-color: #7B6888;
}
</style>