Shades of Mamba #7B6C88
Tints of Mamba #7B6C88
RGB
CMYK
RGB Variations
Color information
#7B6C88 (or 0x7B6C88) is known color: Mamba. HEX triplet: 7B, 6C and 88. RGB value is (123,108,136). Sum of RGB (Red+Green+Blue) = 123+108+136=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B6C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6C88 is #849377. Grayscale: #737373. Windows color (decimal): -8688504 or 8940667. OLE color: 8940667.
HSL color Cylindrical-coordinate representation of color #7B6C88: hue angle of 272.14º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B6C88 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 108 | 136 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.47 |
| HSL | 272.14º | 0.11% | 0.48% | - |
| HSV(B) | 272.14º | 0.21% | 0.53% | - |
| XYZ | 17.97 | 16.71 | 25.57 | - |
| YUV | 115.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 136 | 0.10 | 0.21 | 0 | 0.47 | 272.14 | 0.11 | 0.48 |
| Hex | 7B | 6C | 88 | A | 15 | 0 | 2F | 110 | B | 30 |
| Octal | 173 | 154 | 210 | 12 | 25 | 0 | 57 | 420 | 13 | 60 |
| Binary | 1111011 | 1101100 | 10001000 | 1010 | 10101 | 0 | 101111 | 100010000 | 1011 | 110000 |
Color Harmonies of #7B6C88
Complementary color
Monochromatic Colors of #7B6C88
Black with #7B6C88
Text Example
Text Example
White with #7B6C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6C88; }
p { color: rgb(123,108,136); }
H1.HeaderClassName
{
color: #7B6C88;
}
.AnyTagClassName
{
color: #7B6C88;
}
</style>
background-color css
<style>
a { background-color: #7B6C88; }
a { background-color: rgb(123,108,136); }
div.DivClassName
{
background-color: #7B6C88;
}
.BgClassName
{
background-color: #7B6C88;
}
</style>
border-color css
<style>
span { border-color: #7B6C88; }
span { border-color: rgb(123,108,136); }
td.TdClassName
{
border-color: #7B6C88;
}
.TagClassName
{
border-color: #7B6C88;
}
</style>