Shades of Mamba #756A80
Tints of Mamba #756A80
RGB
CMYK
RGB Variations
Color information
#756A80 (or 0x756A80) is known color: Mamba. HEX triplet: 75, 6A and 80. RGB value is (117,106,128). Sum of RGB (Red+Green+Blue) = 117+106+128=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 128 - color contains mainly: blue. Hex color #756A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756A80 is #8A957F. Grayscale: #6F6F6F. Windows color (decimal): -9082240 or 8415861. OLE color: 8415861.
HSL color Cylindrical-coordinate representation of color #756A80: hue angle of 270º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756A80 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 106 | 128 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.50 |
| HSL | 270º | 0.09% | 0.46% | - |
| HSV(B) | 270º | 0.17% | 0.5% | - |
| XYZ | 16.39 | 15.65 | 22.58 | - |
| YUV | 111.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 128 | 0.09 | 0.17 | 0 | 0.50 | 270 | 0.09 | 0.46 |
| Hex | 75 | 6A | 80 | 9 | 11 | 0 | 32 | 10E | 9 | 2E |
| Octal | 165 | 152 | 200 | 11 | 21 | 0 | 62 | 416 | 11 | 56 |
| Binary | 1110101 | 1101010 | 10000000 | 1001 | 10001 | 0 | 110010 | 100001110 | 1001 | 101110 |
Color Harmonies of #756A80
Complementary color
Monochromatic Colors of #756A80
Black with #756A80
Text Example
Text Example
White with #756A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A80; }
p { color: rgb(117,106,128); }
H1.HeaderClassName
{
color: #756A80;
}
.AnyTagClassName
{
color: #756A80;
}
</style>
background-color css
<style>
a { background-color: #756A80; }
a { background-color: rgb(117,106,128); }
div.DivClassName
{
background-color: #756A80;
}
.BgClassName
{
background-color: #756A80;
}
</style>
border-color css
<style>
span { border-color: #756A80; }
span { border-color: rgb(117,106,128); }
td.TdClassName
{
border-color: #756A80;
}
.TagClassName
{
border-color: #756A80;
}
</style>