Shades of Mamba #756983
Tints of Mamba #756983
RGB
CMYK
RGB Variations
Color information
#756983 (or 0x756983) is known color: Mamba. HEX triplet: 75, 69 and 83. RGB value is (117,105,131). Sum of RGB (Red+Green+Blue) = 117+105+131=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #756983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756983 is #8A967C. Grayscale: #6F6F6F. Windows color (decimal): -9082493 or 8612213. OLE color: 8612213.
HSL color Cylindrical-coordinate representation of color #756983: hue angle of 267.69º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #756983 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 105 | 131 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.49 |
| HSL | 267.69º | 0.11% | 0.46% | - |
| HSV(B) | 267.69º | 0.2% | 0.51% | - |
| XYZ | 16.48 | 15.52 | 23.6 | - |
| YUV | 111.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 131 | 0.11 | 0.20 | 0 | 0.49 | 267.69 | 0.11 | 0.46 |
| Hex | 75 | 69 | 83 | B | 14 | 0 | 31 | 10C | B | 2E |
| Octal | 165 | 151 | 203 | 13 | 24 | 0 | 61 | 414 | 13 | 56 |
| Binary | 1110101 | 1101001 | 10000011 | 1011 | 10100 | 0 | 110001 | 100001100 | 1011 | 101110 |
Color Harmonies of #756983
Complementary color
Monochromatic Colors of #756983
Black with #756983
Text Example
Text Example
White with #756983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756983; }
p { color: rgb(117,105,131); }
H1.HeaderClassName
{
color: #756983;
}
.AnyTagClassName
{
color: #756983;
}
</style>
background-color css
<style>
a { background-color: #756983; }
a { background-color: rgb(117,105,131); }
div.DivClassName
{
background-color: #756983;
}
.BgClassName
{
background-color: #756983;
}
</style>
border-color css
<style>
span { border-color: #756983; }
span { border-color: rgb(117,105,131); }
td.TdClassName
{
border-color: #756983;
}
.TagClassName
{
border-color: #756983;
}
</style>