Shades of Mamba #746D80
Tints of Mamba #746D80
RGB
CMYK
RGB Variations
Color information
#746D80 (or 0x746D80) is known color: Mamba. HEX triplet: 74, 6D and 80. RGB value is (116,109,128). Sum of RGB (Red+Green+Blue) = 116+109+128=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 128 - color contains mainly: blue. Hex color #746D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D80 is #8B927F. Grayscale: #717171. Windows color (decimal): -9147008 or 8416628. OLE color: 8416628.
HSL color Cylindrical-coordinate representation of color #746D80: hue angle of 262.11º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746D80 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 109 | 128 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.50 |
| HSL | 262.11º | 0.08% | 0.46% | - |
| HSV(B) | 262.11º | 0.15% | 0.5% | - |
| XYZ | 16.57 | 16.21 | 22.68 | - |
| YUV | 113.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 128 | 0.09 | 0.15 | 0 | 0.50 | 262.11 | 0.08 | 0.46 |
| Hex | 74 | 6D | 80 | 9 | F | 0 | 32 | 106 | 8 | 2E |
| Octal | 164 | 155 | 200 | 11 | 17 | 0 | 62 | 406 | 10 | 56 |
| Binary | 1110100 | 1101101 | 10000000 | 1001 | 1111 | 0 | 110010 | 100000110 | 1000 | 101110 |
Color Harmonies of #746D80
Complementary color
Monochromatic Colors of #746D80
Black with #746D80
Text Example
Text Example
White with #746D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D80; }
p { color: rgb(116,109,128); }
H1.HeaderClassName
{
color: #746D80;
}
.AnyTagClassName
{
color: #746D80;
}
</style>
background-color css
<style>
a { background-color: #746D80; }
a { background-color: rgb(116,109,128); }
div.DivClassName
{
background-color: #746D80;
}
.BgClassName
{
background-color: #746D80;
}
</style>
border-color css
<style>
span { border-color: #746D80; }
span { border-color: rgb(116,109,128); }
td.TdClassName
{
border-color: #746D80;
}
.TagClassName
{
border-color: #746D80;
}
</style>