Shades of Mamba #746381
Tints of Mamba #746381
RGB
CMYK
RGB Variations
Color information
#746381 (or 0x746381) is known color: Mamba. HEX triplet: 74, 63 and 81. RGB value is (116,99,129). Sum of RGB (Red+Green+Blue) = 116+99+129=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #746381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746381 is #8B9C7E. Grayscale: #6B6B6B. Windows color (decimal): -9149567 or 8479604. OLE color: 8479604.
HSL color Cylindrical-coordinate representation of color #746381: hue angle of 274º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746381 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 99 | 129 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.49 |
| HSL | 274º | 0.13% | 0.45% | - |
| HSV(B) | 274º | 0.23% | 0.51% | - |
| XYZ | 15.63 | 14.22 | 22.69 | - |
| YUV | 107.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 129 | 0.10 | 0.23 | 0 | 0.49 | 274 | 0.13 | 0.45 |
| Hex | 74 | 63 | 81 | A | 17 | 0 | 31 | 112 | D | 2D |
| Octal | 164 | 143 | 201 | 12 | 27 | 0 | 61 | 422 | 15 | 55 |
| Binary | 1110100 | 1100011 | 10000001 | 1010 | 10111 | 0 | 110001 | 100010010 | 1101 | 101101 |
Color Harmonies of #746381
Complementary color
Monochromatic Colors of #746381
Black with #746381
Text Example
Text Example
White with #746381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746381; }
p { color: rgb(116,99,129); }
H1.HeaderClassName
{
color: #746381;
}
.AnyTagClassName
{
color: #746381;
}
</style>
background-color css
<style>
a { background-color: #746381; }
a { background-color: rgb(116,99,129); }
div.DivClassName
{
background-color: #746381;
}
.BgClassName
{
background-color: #746381;
}
</style>
border-color css
<style>
span { border-color: #746381; }
span { border-color: rgb(116,99,129); }
td.TdClassName
{
border-color: #746381;
}
.TagClassName
{
border-color: #746381;
}
</style>