Shades of Mamba #756183
Tints of Mamba #756183
RGB
CMYK
RGB Variations
Color information
#756183 (or 0x756183) is known color: Mamba. HEX triplet: 75, 61 and 83. RGB value is (117,97,131). Sum of RGB (Red+Green+Blue) = 117+97+131=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 131 - color contains mainly: blue. Hex color #756183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756183 is #8A9E7C. Grayscale: #6A6A6A. Windows color (decimal): -9084541 or 8610165. OLE color: 8610165.
HSL color Cylindrical-coordinate representation of color #756183: hue angle of 275.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756183 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 97 | 131 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.49 |
| HSL | 275.29º | 0.15% | 0.45% | - |
| HSV(B) | 275.29º | 0.26% | 0.51% | - |
| XYZ | 15.71 | 13.97 | 23.34 | - |
| YUV | 106.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 131 | 0.11 | 0.26 | 0 | 0.49 | 275.29 | 0.15 | 0.45 |
| Hex | 75 | 61 | 83 | B | 1A | 0 | 31 | 113 | F | 2D |
| Octal | 165 | 141 | 203 | 13 | 32 | 0 | 61 | 423 | 17 | 55 |
| Binary | 1110101 | 1100001 | 10000011 | 1011 | 11010 | 0 | 110001 | 100010011 | 1111 | 101101 |
Color Harmonies of #756183
Complementary color
Monochromatic Colors of #756183
Black with #756183
Text Example
Text Example
White with #756183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756183; }
p { color: rgb(117,97,131); }
H1.HeaderClassName
{
color: #756183;
}
.AnyTagClassName
{
color: #756183;
}
</style>
background-color css
<style>
a { background-color: #756183; }
a { background-color: rgb(117,97,131); }
div.DivClassName
{
background-color: #756183;
}
.BgClassName
{
background-color: #756183;
}
</style>
border-color css
<style>
span { border-color: #756183; }
span { border-color: rgb(117,97,131); }
td.TdClassName
{
border-color: #756183;
}
.TagClassName
{
border-color: #756183;
}
</style>