Shades of Mamba #756982
Tints of Mamba #756982
RGB
CMYK
RGB Variations
Color information
#756982 (or 0x756982) is known color: Mamba. HEX triplet: 75, 69 and 82. RGB value is (117,105,130). Sum of RGB (Red+Green+Blue) = 117+105+130=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #756982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756982 is #8A967D. Grayscale: #6F6F6F. Windows color (decimal): -9082494 or 8546677. OLE color: 8546677.
HSL color Cylindrical-coordinate representation of color #756982: hue angle of 268.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #756982 is Cyan = 0.1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 105 | 130 | - |
| CMYK | 0.1 | 0.19 | 0 | 0.49 |
| HSL | 268.8º | 0.11% | 0.46% | - |
| HSV(B) | 268.8º | 0.19% | 0.51% | - |
| XYZ | 16.42 | 15.5 | 23.25 | - |
| YUV | 111.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 130 | 0.1 | 0.19 | 0 | 0.49 | 268.8 | 0.11 | 0.46 |
| Hex | 75 | 69 | 82 | A | 13 | 0 | 31 | 10D | B | 2E |
| Octal | 165 | 151 | 202 | 12 | 23 | 0 | 61 | 415 | 13 | 56 |
| Binary | 1110101 | 1101001 | 10000010 | 1010 | 10011 | 0 | 110001 | 100001101 | 1011 | 101110 |
Color Harmonies of #756982
Complementary color
Monochromatic Colors of #756982
Black with #756982
Text Example
Text Example
White with #756982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756982; }
p { color: rgb(117,105,130); }
H1.HeaderClassName
{
color: #756982;
}
.AnyTagClassName
{
color: #756982;
}
</style>
background-color css
<style>
a { background-color: #756982; }
a { background-color: rgb(117,105,130); }
div.DivClassName
{
background-color: #756982;
}
.BgClassName
{
background-color: #756982;
}
</style>
border-color css
<style>
span { border-color: #756982; }
span { border-color: rgb(117,105,130); }
td.TdClassName
{
border-color: #756982;
}
.TagClassName
{
border-color: #756982;
}
</style>