Shades of Mamba #746280
Tints of Mamba #746280
RGB
CMYK
RGB Variations
Color information
#746280 (or 0x746280) is known color: Mamba. HEX triplet: 74, 62 and 80. RGB value is (116,98,128). Sum of RGB (Red+Green+Blue) = 116+98+128=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #746280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746280 is #8B9D7F. Grayscale: #6A6A6A. Windows color (decimal): -9149824 or 8413812. OLE color: 8413812.
HSL color Cylindrical-coordinate representation of color #746280: hue angle of 276º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746280 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 98 | 128 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.50 |
| HSL | 276º | 0.13% | 0.44% | - |
| HSV(B) | 276º | 0.23% | 0.5% | - |
| XYZ | 15.47 | 14.01 | 22.31 | - |
| YUV | 106.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 128 | 0.09 | 0.23 | 0 | 0.50 | 276 | 0.13 | 0.44 |
| Hex | 74 | 62 | 80 | 9 | 17 | 0 | 32 | 114 | D | 2C |
| Octal | 164 | 142 | 200 | 11 | 27 | 0 | 62 | 424 | 15 | 54 |
| Binary | 1110100 | 1100010 | 10000000 | 1001 | 10111 | 0 | 110010 | 100010100 | 1101 | 101100 |
Color Harmonies of #746280
Complementary color
Monochromatic Colors of #746280
Black with #746280
Text Example
Text Example
White with #746280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746280; }
p { color: rgb(116,98,128); }
H1.HeaderClassName
{
color: #746280;
}
.AnyTagClassName
{
color: #746280;
}
</style>
background-color css
<style>
a { background-color: #746280; }
a { background-color: rgb(116,98,128); }
div.DivClassName
{
background-color: #746280;
}
.BgClassName
{
background-color: #746280;
}
</style>
border-color css
<style>
span { border-color: #746280; }
span { border-color: rgb(116,98,128); }
td.TdClassName
{
border-color: #746280;
}
.TagClassName
{
border-color: #746280;
}
</style>