Shades of Mamba #756A83
Tints of Mamba #756A83
RGB
CMYK
RGB Variations
Color information
#756A83 (or 0x756A83) is known color: Mamba. HEX triplet: 75, 6A and 83. RGB value is (117,106,131). Sum of RGB (Red+Green+Blue) = 117+106+131=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 131 - color contains mainly: blue. Hex color #756A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756A83 is #8A957C. Grayscale: #707070. Windows color (decimal): -9082237 or 8612469. OLE color: 8612469.
HSL color Cylindrical-coordinate representation of color #756A83: hue angle of 266.4º 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 #756A83 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 106 | 131 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.49 |
| HSL | 266.4º | 0.11% | 0.46% | - |
| HSV(B) | 266.4º | 0.19% | 0.51% | - |
| XYZ | 16.59 | 15.73 | 23.63 | - |
| YUV | 112.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 131 | 0.11 | 0.19 | 0 | 0.49 | 266.4 | 0.11 | 0.46 |
| Hex | 75 | 6A | 83 | B | 13 | 0 | 31 | 10A | B | 2E |
| Octal | 165 | 152 | 203 | 13 | 23 | 0 | 61 | 412 | 13 | 56 |
| Binary | 1110101 | 1101010 | 10000011 | 1011 | 10011 | 0 | 110001 | 100001010 | 1011 | 101110 |
Color Harmonies of #756A83
Complementary color
Monochromatic Colors of #756A83
Black with #756A83
Text Example
Text Example
White with #756A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A83; }
p { color: rgb(117,106,131); }
H1.HeaderClassName
{
color: #756A83;
}
.AnyTagClassName
{
color: #756A83;
}
</style>
background-color css
<style>
a { background-color: #756A83; }
a { background-color: rgb(117,106,131); }
div.DivClassName
{
background-color: #756A83;
}
.BgClassName
{
background-color: #756A83;
}
</style>
border-color css
<style>
span { border-color: #756A83; }
span { border-color: rgb(117,106,131); }
td.TdClassName
{
border-color: #756A83;
}
.TagClassName
{
border-color: #756A83;
}
</style>