Shades of Mamba #756284
Tints of Mamba #756284
RGB
CMYK
RGB Variations
Color information
#756284 (or 0x756284) is known color: Mamba. HEX triplet: 75, 62 and 84. RGB value is (117,98,132). Sum of RGB (Red+Green+Blue) = 117+98+132=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #756284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756284 is #8A9D7B. Grayscale: #6B6B6B. Windows color (decimal): -9084284 or 8675957. OLE color: 8675957.
HSL color Cylindrical-coordinate representation of color #756284: hue angle of 273.53º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756284 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 98 | 132 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.48 |
| HSL | 273.53º | 0.15% | 0.45% | - |
| HSV(B) | 273.53º | 0.26% | 0.52% | - |
| XYZ | 15.87 | 14.18 | 23.73 | - |
| YUV | 107.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 132 | 0.11 | 0.26 | 0 | 0.48 | 273.53 | 0.15 | 0.45 |
| Hex | 75 | 62 | 84 | B | 1A | 0 | 30 | 112 | F | 2D |
| Octal | 165 | 142 | 204 | 13 | 32 | 0 | 60 | 422 | 17 | 55 |
| Binary | 1110101 | 1100010 | 10000100 | 1011 | 11010 | 0 | 110000 | 100010010 | 1111 | 101101 |
Color Harmonies of #756284
Complementary color
Monochromatic Colors of #756284
Black with #756284
Text Example
Text Example
White with #756284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756284; }
p { color: rgb(117,98,132); }
H1.HeaderClassName
{
color: #756284;
}
.AnyTagClassName
{
color: #756284;
}
</style>
background-color css
<style>
a { background-color: #756284; }
a { background-color: rgb(117,98,132); }
div.DivClassName
{
background-color: #756284;
}
.BgClassName
{
background-color: #756284;
}
</style>
border-color css
<style>
span { border-color: #756284; }
span { border-color: rgb(117,98,132); }
td.TdClassName
{
border-color: #756284;
}
.TagClassName
{
border-color: #756284;
}
</style>