Shades of Mamba #756D80
Tints of Mamba #756D80
RGB
CMYK
RGB Variations
Color information
#756D80 (or 0x756D80) is known color: Mamba. HEX triplet: 75, 6D and 80. RGB value is (117,109,128). Sum of RGB (Red+Green+Blue) = 117+109+128=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 128 - color contains mainly: blue. Hex color #756D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D80 is #8A927F. Grayscale: #717171. Windows color (decimal): -9081472 or 8416629. OLE color: 8416629.
HSL color Cylindrical-coordinate representation of color #756D80: hue angle of 265.26º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756D80 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 109 | 128 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.50 |
| HSL | 265.26º | 0.08% | 0.46% | - |
| HSV(B) | 265.26º | 0.15% | 0.5% | - |
| XYZ | 16.7 | 16.28 | 22.68 | - |
| YUV | 113.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 128 | 0.09 | 0.15 | 0 | 0.50 | 265.26 | 0.08 | 0.46 |
| Hex | 75 | 6D | 80 | 9 | F | 0 | 32 | 109 | 8 | 2E |
| Octal | 165 | 155 | 200 | 11 | 17 | 0 | 62 | 411 | 10 | 56 |
| Binary | 1110101 | 1101101 | 10000000 | 1001 | 1111 | 0 | 110010 | 100001001 | 1000 | 101110 |
Color Harmonies of #756D80
Complementary color
Monochromatic Colors of #756D80
Black with #756D80
Text Example
Text Example
White with #756D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D80; }
p { color: rgb(117,109,128); }
H1.HeaderClassName
{
color: #756D80;
}
.AnyTagClassName
{
color: #756D80;
}
</style>
background-color css
<style>
a { background-color: #756D80; }
a { background-color: rgb(117,109,128); }
div.DivClassName
{
background-color: #756D80;
}
.BgClassName
{
background-color: #756D80;
}
</style>
border-color css
<style>
span { border-color: #756D80; }
span { border-color: rgb(117,109,128); }
td.TdClassName
{
border-color: #756D80;
}
.TagClassName
{
border-color: #756D80;
}
</style>