Shades of Mamba #7B6D87
Tints of Mamba #7B6D87
RGB
CMYK
RGB Variations
Color information
#7B6D87 (or 0x7B6D87) is known color: Mamba. HEX triplet: 7B, 6D and 87. RGB value is (123,109,135). Sum of RGB (Red+Green+Blue) = 123+109+135=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B6D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6D87 is #849278. Grayscale: #747474. Windows color (decimal): -8688249 or 8875387. OLE color: 8875387.
HSL color Cylindrical-coordinate representation of color #7B6D87: hue angle of 272.31º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B6D87 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 109 | 135 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.47 |
| HSL | 272.31º | 0.11% | 0.48% | - |
| HSV(B) | 272.31º | 0.19% | 0.53% | - |
| XYZ | 18.01 | 16.9 | 25.23 | - |
| YUV | 116.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 135 | 0.09 | 0.19 | 0 | 0.47 | 272.31 | 0.11 | 0.48 |
| Hex | 7B | 6D | 87 | 9 | 13 | 0 | 2F | 110 | B | 30 |
| Octal | 173 | 155 | 207 | 11 | 23 | 0 | 57 | 420 | 13 | 60 |
| Binary | 1111011 | 1101101 | 10000111 | 1001 | 10011 | 0 | 101111 | 100010000 | 1011 | 110000 |
Color Harmonies of #7B6D87
Complementary color
Monochromatic Colors of #7B6D87
Black with #7B6D87
Text Example
Text Example
White with #7B6D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6D87; }
p { color: rgb(123,109,135); }
H1.HeaderClassName
{
color: #7B6D87;
}
.AnyTagClassName
{
color: #7B6D87;
}
</style>
background-color css
<style>
a { background-color: #7B6D87; }
a { background-color: rgb(123,109,135); }
div.DivClassName
{
background-color: #7B6D87;
}
.BgClassName
{
background-color: #7B6D87;
}
</style>
border-color css
<style>
span { border-color: #7B6D87; }
span { border-color: rgb(123,109,135); }
td.TdClassName
{
border-color: #7B6D87;
}
.TagClassName
{
border-color: #7B6D87;
}
</style>