Shades of Mamba #746080
Tints of Mamba #746080
RGB
CMYK
RGB Variations
Color information
#746080 (or 0x746080) is known color: Mamba. HEX triplet: 74, 60 and 80. RGB value is (116,96,128). Sum of RGB (Red+Green+Blue) = 116+96+128=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #746080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746080 is #8B9F7F. Grayscale: #696969. Windows color (decimal): -9150336 or 8413300. OLE color: 8413300.
HSL color Cylindrical-coordinate representation of color #746080: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746080 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 96 | 128 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.50 |
| HSL | 277.5º | 0.14% | 0.44% | - |
| HSV(B) | 277.5º | 0.25% | 0.5% | - |
| XYZ | 15.28 | 13.64 | 22.25 | - |
| YUV | 105.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 128 | 0.09 | 0.25 | 0 | 0.50 | 277.5 | 0.14 | 0.44 |
| Hex | 74 | 60 | 80 | 9 | 19 | 0 | 32 | 116 | E | 2C |
| Octal | 164 | 140 | 200 | 11 | 31 | 0 | 62 | 426 | 16 | 54 |
| Binary | 1110100 | 1100000 | 10000000 | 1001 | 11001 | 0 | 110010 | 100010110 | 1110 | 101100 |
Color Harmonies of #746080
Complementary color
Monochromatic Colors of #746080
Black with #746080
Text Example
Text Example
White with #746080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746080; }
p { color: rgb(116,96,128); }
H1.HeaderClassName
{
color: #746080;
}
.AnyTagClassName
{
color: #746080;
}
</style>
background-color css
<style>
a { background-color: #746080; }
a { background-color: rgb(116,96,128); }
div.DivClassName
{
background-color: #746080;
}
.BgClassName
{
background-color: #746080;
}
</style>
border-color css
<style>
span { border-color: #746080; }
span { border-color: rgb(116,96,128); }
td.TdClassName
{
border-color: #746080;
}
.TagClassName
{
border-color: #746080;
}
</style>