Shades of Mamba #746686
Tints of Mamba #746686
RGB
CMYK
RGB Variations
Color information
#746686 (or 0x746686) is known color: Mamba. HEX triplet: 74, 66 and 86. RGB value is (116,102,134). Sum of RGB (Red+Green+Blue) = 116+102+134=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 134 - color contains mainly: blue. Hex color #746686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746686 is #8B9979. Grayscale: #6D6D6D. Windows color (decimal): -9148794 or 8808052. OLE color: 8808052.
HSL color Cylindrical-coordinate representation of color #746686: hue angle of 266.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746686 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 102 | 134 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.47 |
| HSL | 266.25º | 0.14% | 0.46% | - |
| HSV(B) | 266.25º | 0.24% | 0.53% | - |
| XYZ | 16.26 | 14.94 | 24.58 | - |
| YUV | 109.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 134 | 0.13 | 0.24 | 0 | 0.47 | 266.25 | 0.14 | 0.46 |
| Hex | 74 | 66 | 86 | D | 18 | 0 | 2F | 10A | E | 2E |
| Octal | 164 | 146 | 206 | 15 | 30 | 0 | 57 | 412 | 16 | 56 |
| Binary | 1110100 | 1100110 | 10000110 | 1101 | 11000 | 0 | 101111 | 100001010 | 1110 | 101110 |
Color Harmonies of #746686
Complementary color
Monochromatic Colors of #746686
Black with #746686
Text Example
Text Example
White with #746686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746686; }
p { color: rgb(116,102,134); }
H1.HeaderClassName
{
color: #746686;
}
.AnyTagClassName
{
color: #746686;
}
</style>
background-color css
<style>
a { background-color: #746686; }
a { background-color: rgb(116,102,134); }
div.DivClassName
{
background-color: #746686;
}
.BgClassName
{
background-color: #746686;
}
</style>
border-color css
<style>
span { border-color: #746686; }
span { border-color: rgb(116,102,134); }
td.TdClassName
{
border-color: #746686;
}
.TagClassName
{
border-color: #746686;
}
</style>