Shades of Mamba #7B6E82
Tints of Mamba #7B6E82
RGB
CMYK
RGB Variations
Color information
#7B6E82 (or 0x7B6E82) is known color: Mamba. HEX triplet: 7B, 6E and 82. RGB value is (123,110,130). Sum of RGB (Red+Green+Blue) = 123+110+130=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B6E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6E82 is #84917D. Grayscale: #747474. Windows color (decimal): -8687998 or 8547963. OLE color: 8547963.
HSL color Cylindrical-coordinate representation of color #7B6E82: hue angle of 279º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B6E82 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 110 | 130 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.49 |
| HSL | 279º | 0.08% | 0.47% | - |
| HSV(B) | 279º | 0.15% | 0.51% | - |
| XYZ | 17.77 | 16.97 | 23.46 | - |
| YUV | 116.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 130 | 0.05 | 0.15 | 0 | 0.49 | 279 | 0.08 | 0.47 |
| Hex | 7B | 6E | 82 | 5 | F | 0 | 31 | 117 | 8 | 2F |
| Octal | 173 | 156 | 202 | 5 | 17 | 0 | 61 | 427 | 10 | 57 |
| Binary | 1111011 | 1101110 | 10000010 | 101 | 1111 | 0 | 110001 | 100010111 | 1000 | 101111 |
Color Harmonies of #7B6E82
Complementary color
Monochromatic Colors of #7B6E82
Black with #7B6E82
Text Example
Text Example
White with #7B6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6E82; }
p { color: rgb(123,110,130); }
H1.HeaderClassName
{
color: #7B6E82;
}
.AnyTagClassName
{
color: #7B6E82;
}
</style>
background-color css
<style>
a { background-color: #7B6E82; }
a { background-color: rgb(123,110,130); }
div.DivClassName
{
background-color: #7B6E82;
}
.BgClassName
{
background-color: #7B6E82;
}
</style>
border-color css
<style>
span { border-color: #7B6E82; }
span { border-color: rgb(123,110,130); }
td.TdClassName
{
border-color: #7B6E82;
}
.TagClassName
{
border-color: #7B6E82;
}
</style>