Shades of Mamba #7B6A87
Tints of Mamba #7B6A87
RGB
CMYK
RGB Variations
Color information
#7B6A87 (or 0x7B6A87) is known color: Mamba. HEX triplet: 7B, 6A and 87. RGB value is (123,106,135). Sum of RGB (Red+Green+Blue) = 123+106+135=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B6A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6A87 is #849578. Grayscale: #727272. Windows color (decimal): -8689017 or 8874619. OLE color: 8874619.
HSL color Cylindrical-coordinate representation of color #7B6A87: hue angle of 275.17º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B6A87 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 106 | 135 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.47 |
| HSL | 275.17º | 0.12% | 0.47% | - |
| HSV(B) | 275.17º | 0.21% | 0.53% | - |
| XYZ | 17.7 | 16.27 | 25.13 | - |
| YUV | 114.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 106 | 135 | 0.09 | 0.21 | 0 | 0.47 | 275.17 | 0.12 | 0.47 |
| Hex | 7B | 6A | 87 | 9 | 15 | 0 | 2F | 113 | C | 2F |
| Octal | 173 | 152 | 207 | 11 | 25 | 0 | 57 | 423 | 14 | 57 |
| Binary | 1111011 | 1101010 | 10000111 | 1001 | 10101 | 0 | 101111 | 100010011 | 1100 | 101111 |
Color Harmonies of #7B6A87
Complementary color
Monochromatic Colors of #7B6A87
Black with #7B6A87
Text Example
Text Example
White with #7B6A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6A87; }
p { color: rgb(123,106,135); }
H1.HeaderClassName
{
color: #7B6A87;
}
.AnyTagClassName
{
color: #7B6A87;
}
</style>
background-color css
<style>
a { background-color: #7B6A87; }
a { background-color: rgb(123,106,135); }
div.DivClassName
{
background-color: #7B6A87;
}
.BgClassName
{
background-color: #7B6A87;
}
</style>
border-color css
<style>
span { border-color: #7B6A87; }
span { border-color: rgb(123,106,135); }
td.TdClassName
{
border-color: #7B6A87;
}
.TagClassName
{
border-color: #7B6A87;
}
</style>