Shades of Mamba #746386
Tints of Mamba #746386
RGB
CMYK
RGB Variations
Color information
#746386 (or 0x746386) is known color: Mamba. HEX triplet: 74, 63 and 86. RGB value is (116,99,134). Sum of RGB (Red+Green+Blue) = 116+99+134=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #746386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746386 is #8B9C79. Grayscale: #6B6B6B. Windows color (decimal): -9149562 or 8807284. OLE color: 8807284.
HSL color Cylindrical-coordinate representation of color #746386: hue angle of 269.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746386 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 99 | 134 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.47 |
| HSL | 269.14º | 0.15% | 0.46% | - |
| HSV(B) | 269.14º | 0.26% | 0.53% | - |
| XYZ | 15.97 | 14.36 | 24.48 | - |
| YUV | 108.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 134 | 0.13 | 0.26 | 0 | 0.47 | 269.14 | 0.15 | 0.46 |
| Hex | 74 | 63 | 86 | D | 1A | 0 | 2F | 10D | F | 2E |
| Octal | 164 | 143 | 206 | 15 | 32 | 0 | 57 | 415 | 17 | 56 |
| Binary | 1110100 | 1100011 | 10000110 | 1101 | 11010 | 0 | 101111 | 100001101 | 1111 | 101110 |
Color Harmonies of #746386
Complementary color
Monochromatic Colors of #746386
Black with #746386
Text Example
Text Example
White with #746386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746386; }
p { color: rgb(116,99,134); }
H1.HeaderClassName
{
color: #746386;
}
.AnyTagClassName
{
color: #746386;
}
</style>
background-color css
<style>
a { background-color: #746386; }
a { background-color: rgb(116,99,134); }
div.DivClassName
{
background-color: #746386;
}
.BgClassName
{
background-color: #746386;
}
</style>
border-color css
<style>
span { border-color: #746386; }
span { border-color: rgb(116,99,134); }
td.TdClassName
{
border-color: #746386;
}
.TagClassName
{
border-color: #746386;
}
</style>