Shades of Mamba #7B6E7F
Tints of Mamba #7B6E7F
RGB
CMYK
RGB Variations
Color information
#7B6E7F (or 0x7B6E7F) is known color: Mamba. HEX triplet: 7B, 6E and 7F. RGB value is (123,110,127). Sum of RGB (Red+Green+Blue) = 123+110+127=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B6E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6E7F is #849180. Grayscale: #737373. Windows color (decimal): -8688001 or 8351355. OLE color: 8351355.
HSL color Cylindrical-coordinate representation of color #7B6E7F: hue angle of 285.88º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B6E7F is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 110 | 127 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.50 |
| HSL | 285.88º | 0.07% | 0.46% | - |
| HSV(B) | 285.88º | 0.13% | 0.5% | - |
| XYZ | 17.58 | 16.9 | 22.41 | - |
| YUV | 115.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 127 | 0.03 | 0.13 | 0 | 0.50 | 285.88 | 0.07 | 0.46 |
| Hex | 7B | 6E | 7F | 3 | D | 0 | 32 | 11E | 7 | 2E |
| Octal | 173 | 156 | 177 | 3 | 15 | 0 | 62 | 436 | 7 | 56 |
| Binary | 1111011 | 1101110 | 1111111 | 11 | 1101 | 0 | 110010 | 100011110 | 111 | 101110 |
Color Harmonies of #7B6E7F
Complementary color
Monochromatic Colors of #7B6E7F
Black with #7B6E7F
Text Example
Text Example
White with #7B6E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6E7F; }
p { color: rgb(123,110,127); }
H1.HeaderClassName
{
color: #7B6E7F;
}
.AnyTagClassName
{
color: #7B6E7F;
}
</style>
background-color css
<style>
a { background-color: #7B6E7F; }
a { background-color: rgb(123,110,127); }
div.DivClassName
{
background-color: #7B6E7F;
}
.BgClassName
{
background-color: #7B6E7F;
}
</style>
border-color css
<style>
span { border-color: #7B6E7F; }
span { border-color: rgb(123,110,127); }
td.TdClassName
{
border-color: #7B6E7F;
}
.TagClassName
{
border-color: #7B6E7F;
}
</style>