Shades of Mamba #756C81
Tints of Mamba #756C81
RGB
CMYK
RGB Variations
Color information
#756C81 (or 0x756C81) is known color: Mamba. HEX triplet: 75, 6C and 81. RGB value is (117,108,129). Sum of RGB (Red+Green+Blue) = 117+108+129=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 129 - color contains mainly: blue. Hex color #756C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C81 is #8A937E. Grayscale: #717171. Windows color (decimal): -9081727 or 8481909. OLE color: 8481909.
HSL color Cylindrical-coordinate representation of color #756C81: hue angle of 265.71º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #756C81 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 108 | 129 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.49 |
| HSL | 265.71º | 0.09% | 0.46% | - |
| HSV(B) | 265.71º | 0.16% | 0.51% | - |
| XYZ | 16.66 | 16.09 | 23 | - |
| YUV | 113.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 129 | 0.09 | 0.16 | 0 | 0.49 | 265.71 | 0.09 | 0.46 |
| Hex | 75 | 6C | 81 | 9 | 10 | 0 | 31 | 10A | 9 | 2E |
| Octal | 165 | 154 | 201 | 11 | 20 | 0 | 61 | 412 | 11 | 56 |
| Binary | 1110101 | 1101100 | 10000001 | 1001 | 10000 | 0 | 110001 | 100001010 | 1001 | 101110 |
Color Harmonies of #756C81
Complementary color
Monochromatic Colors of #756C81
Black with #756C81
Text Example
Text Example
White with #756C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C81; }
p { color: rgb(117,108,129); }
H1.HeaderClassName
{
color: #756C81;
}
.AnyTagClassName
{
color: #756C81;
}
</style>
background-color css
<style>
a { background-color: #756C81; }
a { background-color: rgb(117,108,129); }
div.DivClassName
{
background-color: #756C81;
}
.BgClassName
{
background-color: #756C81;
}
</style>
border-color css
<style>
span { border-color: #756C81; }
span { border-color: rgb(117,108,129); }
td.TdClassName
{
border-color: #756C81;
}
.TagClassName
{
border-color: #756C81;
}
</style>