Shades of Mamba #756082
Tints of Mamba #756082
RGB
CMYK
RGB Variations
Color information
#756082 (or 0x756082) is known color: Mamba. HEX triplet: 75, 60 and 82. RGB value is (117,96,130). Sum of RGB (Red+Green+Blue) = 117+96+130=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #756082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756082 is #8A9F7D. Grayscale: #6A6A6A. Windows color (decimal): -9084798 or 8544373. OLE color: 8544373.
HSL color Cylindrical-coordinate representation of color #756082: hue angle of 277.06º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756082 is Cyan = 0.1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 96 | 130 | - |
| CMYK | 0.1 | 0.26 | 0 | 0.49 |
| HSL | 277.06º | 0.15% | 0.44% | - |
| HSV(B) | 277.06º | 0.26% | 0.51% | - |
| XYZ | 15.55 | 13.76 | 22.96 | - |
| YUV | 106.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 130 | 0.1 | 0.26 | 0 | 0.49 | 277.06 | 0.15 | 0.44 |
| Hex | 75 | 60 | 82 | A | 1A | 0 | 31 | 115 | F | 2C |
| Octal | 165 | 140 | 202 | 12 | 32 | 0 | 61 | 425 | 17 | 54 |
| Binary | 1110101 | 1100000 | 10000010 | 1010 | 11010 | 0 | 110001 | 100010101 | 1111 | 101100 |
Color Harmonies of #756082
Complementary color
Monochromatic Colors of #756082
Black with #756082
Text Example
Text Example
White with #756082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756082; }
p { color: rgb(117,96,130); }
H1.HeaderClassName
{
color: #756082;
}
.AnyTagClassName
{
color: #756082;
}
</style>
background-color css
<style>
a { background-color: #756082; }
a { background-color: rgb(117,96,130); }
div.DivClassName
{
background-color: #756082;
}
.BgClassName
{
background-color: #756082;
}
</style>
border-color css
<style>
span { border-color: #756082; }
span { border-color: rgb(117,96,130); }
td.TdClassName
{
border-color: #756082;
}
.TagClassName
{
border-color: #756082;
}
</style>