Shades of Mamba #746284
Tints of Mamba #746284
RGB
CMYK
RGB Variations
Color information
#746284 (or 0x746284) is known color: Mamba. HEX triplet: 74, 62 and 84. RGB value is (116,98,132). Sum of RGB (Red+Green+Blue) = 116+98+132=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #746284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746284 is #8B9D7B. Grayscale: #6B6B6B. Windows color (decimal): -9149820 or 8675956. OLE color: 8675956.
HSL color Cylindrical-coordinate representation of color #746284: hue angle of 271.76º 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 #746284 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 98 | 132 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.48 |
| HSL | 271.76º | 0.15% | 0.45% | - |
| HSV(B) | 271.76º | 0.26% | 0.52% | - |
| XYZ | 15.74 | 14.11 | 23.72 | - |
| YUV | 107.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 132 | 0.12 | 0.26 | 0 | 0.48 | 271.76 | 0.15 | 0.45 |
| Hex | 74 | 62 | 84 | C | 1A | 0 | 30 | 110 | F | 2D |
| Octal | 164 | 142 | 204 | 14 | 32 | 0 | 60 | 420 | 17 | 55 |
| Binary | 1110100 | 1100010 | 10000100 | 1100 | 11010 | 0 | 110000 | 100010000 | 1111 | 101101 |
Color Harmonies of #746284
Complementary color
Monochromatic Colors of #746284
Black with #746284
Text Example
Text Example
White with #746284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746284; }
p { color: rgb(116,98,132); }
H1.HeaderClassName
{
color: #746284;
}
.AnyTagClassName
{
color: #746284;
}
</style>
background-color css
<style>
a { background-color: #746284; }
a { background-color: rgb(116,98,132); }
div.DivClassName
{
background-color: #746284;
}
.BgClassName
{
background-color: #746284;
}
</style>
border-color css
<style>
span { border-color: #746284; }
span { border-color: rgb(116,98,132); }
td.TdClassName
{
border-color: #746284;
}
.TagClassName
{
border-color: #746284;
}
</style>