Shades of Mamba #7B7180
Tints of Mamba #7B7180
RGB
CMYK
RGB Variations
Color information
#7B7180 (or 0x7B7180) is known color: Mamba. HEX triplet: 7B, 71 and 80. RGB value is (123,113,128). Sum of RGB (Red+Green+Blue) = 123+113+128=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B7180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7180 is #848E7F. Grayscale: #757575. Windows color (decimal): -8687232 or 8417659. OLE color: 8417659.
HSL color Cylindrical-coordinate representation of color #7B7180: hue angle of 280º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B7180 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 113 | 128 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.50 |
| HSL | 280º | 0.06% | 0.47% | - |
| HSV(B) | 280º | 0.12% | 0.5% | - |
| XYZ | 17.97 | 17.58 | 22.87 | - |
| YUV | 117.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 128 | 0.04 | 0.12 | 0 | 0.50 | 280 | 0.06 | 0.47 |
| Hex | 7B | 71 | 80 | 4 | C | 0 | 32 | 118 | 6 | 2F |
| Octal | 173 | 161 | 200 | 4 | 14 | 0 | 62 | 430 | 6 | 57 |
| Binary | 1111011 | 1110001 | 10000000 | 100 | 1100 | 0 | 110010 | 100011000 | 110 | 101111 |
Color Harmonies of #7B7180
Complementary color
Monochromatic Colors of #7B7180
Black with #7B7180
Text Example
Text Example
White with #7B7180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7180; }
p { color: rgb(123,113,128); }
H1.HeaderClassName
{
color: #7B7180;
}
.AnyTagClassName
{
color: #7B7180;
}
</style>
background-color css
<style>
a { background-color: #7B7180; }
a { background-color: rgb(123,113,128); }
div.DivClassName
{
background-color: #7B7180;
}
.BgClassName
{
background-color: #7B7180;
}
</style>
border-color css
<style>
span { border-color: #7B7180; }
span { border-color: rgb(123,113,128); }
td.TdClassName
{
border-color: #7B7180;
}
.TagClassName
{
border-color: #7B7180;
}
</style>