Shades of Mamba #756181
Tints of Mamba #756181
RGB
CMYK
RGB Variations
Color information
#756181 (or 0x756181) is known color: Mamba. HEX triplet: 75, 61 and 81. RGB value is (117,97,129). Sum of RGB (Red+Green+Blue) = 117+97+129=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #756181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756181 is #8A9E7E. Grayscale: #6A6A6A. Windows color (decimal): -9084543 or 8479093. OLE color: 8479093.
HSL color Cylindrical-coordinate representation of color #756181: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756181 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 97 | 129 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.49 |
| HSL | 277.5º | 0.14% | 0.44% | - |
| HSV(B) | 277.5º | 0.25% | 0.51% | - |
| XYZ | 15.57 | 13.92 | 22.63 | - |
| YUV | 106.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 129 | 0.09 | 0.25 | 0 | 0.49 | 277.5 | 0.14 | 0.44 |
| Hex | 75 | 61 | 81 | 9 | 19 | 0 | 31 | 116 | E | 2C |
| Octal | 165 | 141 | 201 | 11 | 31 | 0 | 61 | 426 | 16 | 54 |
| Binary | 1110101 | 1100001 | 10000001 | 1001 | 11001 | 0 | 110001 | 100010110 | 1110 | 101100 |
Color Harmonies of #756181
Complementary color
Monochromatic Colors of #756181
Black with #756181
Text Example
Text Example
White with #756181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756181; }
p { color: rgb(117,97,129); }
H1.HeaderClassName
{
color: #756181;
}
.AnyTagClassName
{
color: #756181;
}
</style>
background-color css
<style>
a { background-color: #756181; }
a { background-color: rgb(117,97,129); }
div.DivClassName
{
background-color: #756181;
}
.BgClassName
{
background-color: #756181;
}
</style>
border-color css
<style>
span { border-color: #756181; }
span { border-color: rgb(117,97,129); }
td.TdClassName
{
border-color: #756181;
}
.TagClassName
{
border-color: #756181;
}
</style>