Shades of Mamba #756784
Tints of Mamba #756784
RGB
CMYK
RGB Variations
Color information
#756784 (or 0x756784) is known color: Mamba. HEX triplet: 75, 67 and 84. RGB value is (117,103,132). Sum of RGB (Red+Green+Blue) = 117+103+132=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #756784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756784 is #8A987B. Grayscale: #6E6E6E. Windows color (decimal): -9083004 or 8677237. OLE color: 8677237.
HSL color Cylindrical-coordinate representation of color #756784: hue angle of 268.97º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #756784 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 103 | 132 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.48 |
| HSL | 268.97º | 0.12% | 0.46% | - |
| HSV(B) | 268.97º | 0.22% | 0.52% | - |
| XYZ | 16.35 | 15.15 | 23.89 | - |
| YUV | 110.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 132 | 0.11 | 0.22 | 0 | 0.48 | 268.97 | 0.12 | 0.46 |
| Hex | 75 | 67 | 84 | B | 16 | 0 | 30 | 10D | C | 2E |
| Octal | 165 | 147 | 204 | 13 | 26 | 0 | 60 | 415 | 14 | 56 |
| Binary | 1110101 | 1100111 | 10000100 | 1011 | 10110 | 0 | 110000 | 100001101 | 1100 | 101110 |
Color Harmonies of #756784
Complementary color
Monochromatic Colors of #756784
Black with #756784
Text Example
Text Example
White with #756784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756784; }
p { color: rgb(117,103,132); }
H1.HeaderClassName
{
color: #756784;
}
.AnyTagClassName
{
color: #756784;
}
</style>
background-color css
<style>
a { background-color: #756784; }
a { background-color: rgb(117,103,132); }
div.DivClassName
{
background-color: #756784;
}
.BgClassName
{
background-color: #756784;
}
</style>
border-color css
<style>
span { border-color: #756784; }
span { border-color: rgb(117,103,132); }
td.TdClassName
{
border-color: #756784;
}
.TagClassName
{
border-color: #756784;
}
</style>