Shades of Mamba #746880
Tints of Mamba #746880
RGB
CMYK
RGB Variations
Color information
#746880 (or 0x746880) is known color: Mamba. HEX triplet: 74, 68 and 80. RGB value is (116,104,128). Sum of RGB (Red+Green+Blue) = 116+104+128=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 128 - color contains mainly: blue. Hex color #746880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746880 is #8B977F. Grayscale: #6E6E6E. Windows color (decimal): -9148288 or 8415348. OLE color: 8415348.
HSL color Cylindrical-coordinate representation of color #746880: hue angle of 270º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #746880 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 104 | 128 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.50 |
| HSL | 270º | 0.1% | 0.45% | - |
| HSV(B) | 270º | 0.19% | 0.5% | - |
| XYZ | 16.05 | 15.17 | 22.5 | - |
| YUV | 110.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 128 | 0.09 | 0.19 | 0 | 0.50 | 270 | 0.1 | 0.45 |
| Hex | 74 | 68 | 80 | 9 | 13 | 0 | 32 | 10E | A | 2D |
| Octal | 164 | 150 | 200 | 11 | 23 | 0 | 62 | 416 | 12 | 55 |
| Binary | 1110100 | 1101000 | 10000000 | 1001 | 10011 | 0 | 110010 | 100001110 | 1010 | 101101 |
Color Harmonies of #746880
Complementary color
Monochromatic Colors of #746880
Black with #746880
Text Example
Text Example
White with #746880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746880; }
p { color: rgb(116,104,128); }
H1.HeaderClassName
{
color: #746880;
}
.AnyTagClassName
{
color: #746880;
}
</style>
background-color css
<style>
a { background-color: #746880; }
a { background-color: rgb(116,104,128); }
div.DivClassName
{
background-color: #746880;
}
.BgClassName
{
background-color: #746880;
}
</style>
border-color css
<style>
span { border-color: #746880; }
span { border-color: rgb(116,104,128); }
td.TdClassName
{
border-color: #746880;
}
.TagClassName
{
border-color: #746880;
}
</style>