Shades of Mamba #746E7C
Tints of Mamba #746E7C
RGB
CMYK
RGB Variations
Color information
#746E7C (or 0x746E7C) is known color: Mamba. HEX triplet: 74, 6E and 7C. RGB value is (116,110,124). Sum of RGB (Red+Green+Blue) = 116+110+124=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #746E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E7C is #8B9183. Grayscale: #717171. Windows color (decimal): -9146756 or 8154740. OLE color: 8154740.
HSL color Cylindrical-coordinate representation of color #746E7C: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #746E7C is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 110 | 124 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.51 |
| HSL | 265.71º | 0.06% | 0.46% | - |
| HSV(B) | 265.71º | 0.11% | 0.49% | - |
| XYZ | 16.42 | 16.32 | 21.35 | - |
| YUV | 113.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 124 | 0.06 | 0.11 | 0 | 0.51 | 265.71 | 0.06 | 0.46 |
| Hex | 74 | 6E | 7C | 6 | B | 0 | 33 | 10A | 6 | 2E |
| Octal | 164 | 156 | 174 | 6 | 13 | 0 | 63 | 412 | 6 | 56 |
| Binary | 1110100 | 1101110 | 1111100 | 110 | 1011 | 0 | 110011 | 100001010 | 110 | 101110 |
Color Harmonies of #746E7C
Complementary color
Monochromatic Colors of #746E7C
Black with #746E7C
Text Example
Text Example
White with #746E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E7C; }
p { color: rgb(116,110,124); }
H1.HeaderClassName
{
color: #746E7C;
}
.AnyTagClassName
{
color: #746E7C;
}
</style>
background-color css
<style>
a { background-color: #746E7C; }
a { background-color: rgb(116,110,124); }
div.DivClassName
{
background-color: #746E7C;
}
.BgClassName
{
background-color: #746E7C;
}
</style>
border-color css
<style>
span { border-color: #746E7C; }
span { border-color: rgb(116,110,124); }
td.TdClassName
{
border-color: #746E7C;
}
.TagClassName
{
border-color: #746E7C;
}
</style>