Shades of Mamba #756881
Tints of Mamba #756881
RGB
CMYK
RGB Variations
Color information
#756881 (or 0x756881) is known color: Mamba. HEX triplet: 75, 68 and 81. RGB value is (117,104,129). Sum of RGB (Red+Green+Blue) = 117+104+129=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 129 - color contains mainly: blue. Hex color #756881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756881 is #8A977E. Grayscale: #6E6E6E. Windows color (decimal): -9082751 or 8480885. OLE color: 8480885.
HSL color Cylindrical-coordinate representation of color #756881: hue angle of 271.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #756881 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 104 | 129 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.49 |
| HSL | 271.2º | 0.11% | 0.46% | - |
| HSV(B) | 271.2º | 0.19% | 0.51% | - |
| XYZ | 16.25 | 15.27 | 22.86 | - |
| YUV | 110.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 129 | 0.09 | 0.19 | 0 | 0.49 | 271.2 | 0.11 | 0.46 |
| Hex | 75 | 68 | 81 | 9 | 13 | 0 | 31 | 10F | B | 2E |
| Octal | 165 | 150 | 201 | 11 | 23 | 0 | 61 | 417 | 13 | 56 |
| Binary | 1110101 | 1101000 | 10000001 | 1001 | 10011 | 0 | 110001 | 100001111 | 1011 | 101110 |
Color Harmonies of #756881
Complementary color
Monochromatic Colors of #756881
Black with #756881
Text Example
Text Example
White with #756881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756881; }
p { color: rgb(117,104,129); }
H1.HeaderClassName
{
color: #756881;
}
.AnyTagClassName
{
color: #756881;
}
</style>
background-color css
<style>
a { background-color: #756881; }
a { background-color: rgb(117,104,129); }
div.DivClassName
{
background-color: #756881;
}
.BgClassName
{
background-color: #756881;
}
</style>
border-color css
<style>
span { border-color: #756881; }
span { border-color: rgb(117,104,129); }
td.TdClassName
{
border-color: #756881;
}
.TagClassName
{
border-color: #756881;
}
</style>