Shades of Mamba #746584
Tints of Mamba #746584
RGB
CMYK
RGB Variations
Color information
#746584 (or 0x746584) is known color: Mamba. HEX triplet: 74, 65 and 84. RGB value is (116,101,132). Sum of RGB (Red+Green+Blue) = 116+101+132=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #746584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746584 is #8B9A7B. Grayscale: #6C6C6C. Windows color (decimal): -9149052 or 8676724. OLE color: 8676724.
HSL color Cylindrical-coordinate representation of color #746584: hue angle of 269.03º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746584 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 101 | 132 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.48 |
| HSL | 269.03º | 0.13% | 0.46% | - |
| HSV(B) | 269.03º | 0.23% | 0.52% | - |
| XYZ | 16.02 | 14.69 | 23.82 | - |
| YUV | 109.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 132 | 0.12 | 0.23 | 0 | 0.48 | 269.03 | 0.13 | 0.46 |
| Hex | 74 | 65 | 84 | C | 17 | 0 | 30 | 10D | D | 2E |
| Octal | 164 | 145 | 204 | 14 | 27 | 0 | 60 | 415 | 15 | 56 |
| Binary | 1110100 | 1100101 | 10000100 | 1100 | 10111 | 0 | 110000 | 100001101 | 1101 | 101110 |
Color Harmonies of #746584
Complementary color
Monochromatic Colors of #746584
Black with #746584
Text Example
Text Example
White with #746584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746584; }
p { color: rgb(116,101,132); }
H1.HeaderClassName
{
color: #746584;
}
.AnyTagClassName
{
color: #746584;
}
</style>
background-color css
<style>
a { background-color: #746584; }
a { background-color: rgb(116,101,132); }
div.DivClassName
{
background-color: #746584;
}
.BgClassName
{
background-color: #746584;
}
</style>
border-color css
<style>
span { border-color: #746584; }
span { border-color: rgb(116,101,132); }
td.TdClassName
{
border-color: #746584;
}
.TagClassName
{
border-color: #746584;
}
</style>