Shades of Mamba #746D7C
Tints of Mamba #746D7C
RGB
CMYK
RGB Variations
Color information
#746D7C (or 0x746D7C) is known color: Mamba. HEX triplet: 74, 6D and 7C. RGB value is (116,109,124). Sum of RGB (Red+Green+Blue) = 116+109+124=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #746D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D7C is #8B9283. Grayscale: #707070. Windows color (decimal): -9147012 or 8154484. OLE color: 8154484.
HSL color Cylindrical-coordinate representation of color #746D7C: hue angle of 268º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #746D7C is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 109 | 124 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.51 |
| HSL | 268º | 0.06% | 0.46% | - |
| HSV(B) | 268º | 0.12% | 0.49% | - |
| XYZ | 16.31 | 16.11 | 21.32 | - |
| YUV | 112.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 124 | 0.06 | 0.12 | 0 | 0.51 | 268 | 0.06 | 0.46 |
| Hex | 74 | 6D | 7C | 6 | C | 0 | 33 | 10C | 6 | 2E |
| Octal | 164 | 155 | 174 | 6 | 14 | 0 | 63 | 414 | 6 | 56 |
| Binary | 1110100 | 1101101 | 1111100 | 110 | 1100 | 0 | 110011 | 100001100 | 110 | 101110 |
Color Harmonies of #746D7C
Complementary color
Monochromatic Colors of #746D7C
Black with #746D7C
Text Example
Text Example
White with #746D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D7C; }
p { color: rgb(116,109,124); }
H1.HeaderClassName
{
color: #746D7C;
}
.AnyTagClassName
{
color: #746D7C;
}
</style>
background-color css
<style>
a { background-color: #746D7C; }
a { background-color: rgb(116,109,124); }
div.DivClassName
{
background-color: #746D7C;
}
.BgClassName
{
background-color: #746D7C;
}
</style>
border-color css
<style>
span { border-color: #746D7C; }
span { border-color: rgb(116,109,124); }
td.TdClassName
{
border-color: #746D7C;
}
.TagClassName
{
border-color: #746D7C;
}
</style>