Shades of Mamba #746180
Tints of Mamba #746180
RGB
CMYK
RGB Variations
Color information
#746180 (or 0x746180) is known color: Mamba. HEX triplet: 74, 61 and 80. RGB value is (116,97,128). Sum of RGB (Red+Green+Blue) = 116+97+128=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #746180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746180 is #8B9E7F. Grayscale: #6A6A6A. Windows color (decimal): -9150080 or 8413556. OLE color: 8413556.
HSL color Cylindrical-coordinate representation of color #746180: hue angle of 276.77º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746180 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 97 | 128 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.50 |
| HSL | 276.77º | 0.14% | 0.44% | - |
| HSV(B) | 276.77º | 0.24% | 0.5% | - |
| XYZ | 15.37 | 13.82 | 22.28 | - |
| YUV | 106.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 128 | 0.09 | 0.24 | 0 | 0.50 | 276.77 | 0.14 | 0.44 |
| Hex | 74 | 61 | 80 | 9 | 18 | 0 | 32 | 115 | E | 2C |
| Octal | 164 | 141 | 200 | 11 | 30 | 0 | 62 | 425 | 16 | 54 |
| Binary | 1110100 | 1100001 | 10000000 | 1001 | 11000 | 0 | 110010 | 100010101 | 1110 | 101100 |
Color Harmonies of #746180
Complementary color
Monochromatic Colors of #746180
Black with #746180
Text Example
Text Example
White with #746180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746180; }
p { color: rgb(116,97,128); }
H1.HeaderClassName
{
color: #746180;
}
.AnyTagClassName
{
color: #746180;
}
</style>
background-color css
<style>
a { background-color: #746180; }
a { background-color: rgb(116,97,128); }
div.DivClassName
{
background-color: #746180;
}
.BgClassName
{
background-color: #746180;
}
</style>
border-color css
<style>
span { border-color: #746180; }
span { border-color: rgb(116,97,128); }
td.TdClassName
{
border-color: #746180;
}
.TagClassName
{
border-color: #746180;
}
</style>