Shades of Mamba #746D7D
Tints of Mamba #746D7D
RGB
CMYK
RGB Variations
Color information
#746D7D (or 0x746D7D) is known color: Mamba. HEX triplet: 74, 6D and 7D. RGB value is (116,109,125). Sum of RGB (Red+Green+Blue) = 116+109+125=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 125 - color contains mainly: blue. Hex color #746D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D7D is #8B9282. Grayscale: #707070. Windows color (decimal): -9147011 or 8220020. OLE color: 8220020.
HSL color Cylindrical-coordinate representation of color #746D7D: hue angle of 266.25º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #746D7D is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 109 | 125 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.51 |
| HSL | 266.25º | 0.07% | 0.46% | - |
| HSV(B) | 266.25º | 0.13% | 0.49% | - |
| XYZ | 16.37 | 16.13 | 21.65 | - |
| YUV | 112.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 125 | 0.07 | 0.13 | 0 | 0.51 | 266.25 | 0.07 | 0.46 |
| Hex | 74 | 6D | 7D | 7 | D | 0 | 33 | 10A | 7 | 2E |
| Octal | 164 | 155 | 175 | 7 | 15 | 0 | 63 | 412 | 7 | 56 |
| Binary | 1110100 | 1101101 | 1111101 | 111 | 1101 | 0 | 110011 | 100001010 | 111 | 101110 |
Color Harmonies of #746D7D
Complementary color
Monochromatic Colors of #746D7D
Black with #746D7D
Text Example
Text Example
White with #746D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D7D; }
p { color: rgb(116,109,125); }
H1.HeaderClassName
{
color: #746D7D;
}
.AnyTagClassName
{
color: #746D7D;
}
</style>
background-color css
<style>
a { background-color: #746D7D; }
a { background-color: rgb(116,109,125); }
div.DivClassName
{
background-color: #746D7D;
}
.BgClassName
{
background-color: #746D7D;
}
</style>
border-color css
<style>
span { border-color: #746D7D; }
span { border-color: rgb(116,109,125); }
td.TdClassName
{
border-color: #746D7D;
}
.TagClassName
{
border-color: #746D7D;
}
</style>