Shades of Mamba #756382
Tints of Mamba #756382
RGB
CMYK
RGB Variations
Color information
#756382 (or 0x756382) is known color: Mamba. HEX triplet: 75, 63 and 82. RGB value is (117,99,130). Sum of RGB (Red+Green+Blue) = 117+99+130=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #756382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756382 is #8A9C7D. Grayscale: #6B6B6B. Windows color (decimal): -9084030 or 8545141. OLE color: 8545141.
HSL color Cylindrical-coordinate representation of color #756382: hue angle of 274.84º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756382 is Cyan = 0.1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 99 | 130 | - |
| CMYK | 0.1 | 0.24 | 0 | 0.49 |
| HSL | 274.84º | 0.14% | 0.45% | - |
| HSV(B) | 274.84º | 0.24% | 0.51% | - |
| XYZ | 15.83 | 14.32 | 23.05 | - |
| YUV | 107.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 130 | 0.1 | 0.24 | 0 | 0.49 | 274.84 | 0.14 | 0.45 |
| Hex | 75 | 63 | 82 | A | 18 | 0 | 31 | 113 | E | 2D |
| Octal | 165 | 143 | 202 | 12 | 30 | 0 | 61 | 423 | 16 | 55 |
| Binary | 1110101 | 1100011 | 10000010 | 1010 | 11000 | 0 | 110001 | 100010011 | 1110 | 101101 |
Color Harmonies of #756382
Complementary color
Monochromatic Colors of #756382
Black with #756382
Text Example
Text Example
White with #756382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756382; }
p { color: rgb(117,99,130); }
H1.HeaderClassName
{
color: #756382;
}
.AnyTagClassName
{
color: #756382;
}
</style>
background-color css
<style>
a { background-color: #756382; }
a { background-color: rgb(117,99,130); }
div.DivClassName
{
background-color: #756382;
}
.BgClassName
{
background-color: #756382;
}
</style>
border-color css
<style>
span { border-color: #756382; }
span { border-color: rgb(117,99,130); }
td.TdClassName
{
border-color: #756382;
}
.TagClassName
{
border-color: #756382;
}
</style>