Shades of Mamba #756782
Tints of Mamba #756782
RGB
CMYK
RGB Variations
Color information
#756782 (or 0x756782) is known color: Mamba. HEX triplet: 75, 67 and 82. RGB value is (117,103,130). Sum of RGB (Red+Green+Blue) = 117+103+130=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #756782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756782 is #8A987D. Grayscale: #6E6E6E. Windows color (decimal): -9083006 or 8546165. OLE color: 8546165.
HSL color Cylindrical-coordinate representation of color #756782: hue angle of 271.11º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756782 is Cyan = 0.1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 103 | 130 | - |
| CMYK | 0.1 | 0.21 | 0 | 0.49 |
| HSL | 271.11º | 0.12% | 0.46% | - |
| HSV(B) | 271.11º | 0.21% | 0.51% | - |
| XYZ | 16.22 | 15.09 | 23.18 | - |
| YUV | 110.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 130 | 0.1 | 0.21 | 0 | 0.49 | 271.11 | 0.12 | 0.46 |
| Hex | 75 | 67 | 82 | A | 15 | 0 | 31 | 10F | C | 2E |
| Octal | 165 | 147 | 202 | 12 | 25 | 0 | 61 | 417 | 14 | 56 |
| Binary | 1110101 | 1100111 | 10000010 | 1010 | 10101 | 0 | 110001 | 100001111 | 1100 | 101110 |
Color Harmonies of #756782
Complementary color
Monochromatic Colors of #756782
Black with #756782
Text Example
Text Example
White with #756782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756782; }
p { color: rgb(117,103,130); }
H1.HeaderClassName
{
color: #756782;
}
.AnyTagClassName
{
color: #756782;
}
</style>
background-color css
<style>
a { background-color: #756782; }
a { background-color: rgb(117,103,130); }
div.DivClassName
{
background-color: #756782;
}
.BgClassName
{
background-color: #756782;
}
</style>
border-color css
<style>
span { border-color: #756782; }
span { border-color: rgb(117,103,130); }
td.TdClassName
{
border-color: #756782;
}
.TagClassName
{
border-color: #756782;
}
</style>