Shades of Mamba #746086
Tints of Mamba #746086
RGB
CMYK
RGB Variations
Color information
#746086 (or 0x746086) is known color: Mamba. HEX triplet: 74, 60 and 86. RGB value is (116,96,134). Sum of RGB (Red+Green+Blue) = 116+96+134=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #746086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746086 is #8B9F79. Grayscale: #6A6A6A. Windows color (decimal): -9150330 or 8806516. OLE color: 8806516.
HSL color Cylindrical-coordinate representation of color #746086: hue angle of 271.58º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746086 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 96 | 134 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.47 |
| HSL | 271.58º | 0.17% | 0.45% | - |
| HSV(B) | 271.58º | 0.28% | 0.53% | - |
| XYZ | 15.69 | 13.8 | 24.39 | - |
| YUV | 106.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 134 | 0.13 | 0.28 | 0 | 0.47 | 271.58 | 0.17 | 0.45 |
| Hex | 74 | 60 | 86 | D | 1C | 0 | 2F | 110 | 11 | 2D |
| Octal | 164 | 140 | 206 | 15 | 34 | 0 | 57 | 420 | 21 | 55 |
| Binary | 1110100 | 1100000 | 10000110 | 1101 | 11100 | 0 | 101111 | 100010000 | 10001 | 101101 |
Color Harmonies of #746086
Complementary color
Monochromatic Colors of #746086
Black with #746086
Text Example
Text Example
White with #746086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746086; }
p { color: rgb(116,96,134); }
H1.HeaderClassName
{
color: #746086;
}
.AnyTagClassName
{
color: #746086;
}
</style>
background-color css
<style>
a { background-color: #746086; }
a { background-color: rgb(116,96,134); }
div.DivClassName
{
background-color: #746086;
}
.BgClassName
{
background-color: #746086;
}
</style>
border-color css
<style>
span { border-color: #746086; }
span { border-color: rgb(116,96,134); }
td.TdClassName
{
border-color: #746086;
}
.TagClassName
{
border-color: #746086;
}
</style>