Shades of Mamba #756E80
Tints of Mamba #756E80
RGB
CMYK
RGB Variations
Color information
#756E80 (or 0x756E80) is known color: Mamba. HEX triplet: 75, 6E and 80. RGB value is (117,110,128). Sum of RGB (Red+Green+Blue) = 117+110+128=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 128 - color contains mainly: blue. Hex color #756E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E80 is #8A917F. Grayscale: #727272. Windows color (decimal): -9081216 or 8416885. OLE color: 8416885.
HSL color Cylindrical-coordinate representation of color #756E80: hue angle of 263.33º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #756E80 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 110 | 128 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.50 |
| HSL | 263.33º | 0.08% | 0.47% | - |
| HSV(B) | 263.33º | 0.14% | 0.5% | - |
| XYZ | 16.81 | 16.49 | 22.72 | - |
| YUV | 114.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 128 | 0.09 | 0.14 | 0 | 0.50 | 263.33 | 0.08 | 0.47 |
| Hex | 75 | 6E | 80 | 9 | E | 0 | 32 | 107 | 8 | 2F |
| Octal | 165 | 156 | 200 | 11 | 16 | 0 | 62 | 407 | 10 | 57 |
| Binary | 1110101 | 1101110 | 10000000 | 1001 | 1110 | 0 | 110010 | 100000111 | 1000 | 101111 |
Color Harmonies of #756E80
Complementary color
Monochromatic Colors of #756E80
Black with #756E80
Text Example
Text Example
White with #756E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E80; }
p { color: rgb(117,110,128); }
H1.HeaderClassName
{
color: #756E80;
}
.AnyTagClassName
{
color: #756E80;
}
</style>
background-color css
<style>
a { background-color: #756E80; }
a { background-color: rgb(117,110,128); }
div.DivClassName
{
background-color: #756E80;
}
.BgClassName
{
background-color: #756E80;
}
</style>
border-color css
<style>
span { border-color: #756E80; }
span { border-color: rgb(117,110,128); }
td.TdClassName
{
border-color: #756E80;
}
.TagClassName
{
border-color: #756E80;
}
</style>