Shades of Mamba #746581
Tints of Mamba #746581
RGB
CMYK
RGB Variations
Color information
#746581 (or 0x746581) is known color: Mamba. HEX triplet: 74, 65 and 81. RGB value is (116,101,129). Sum of RGB (Red+Green+Blue) = 116+101+129=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 129 - color contains mainly: blue. Hex color #746581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746581 is #8B9A7E. Grayscale: #6C6C6C. Windows color (decimal): -9149055 or 8480116. OLE color: 8480116.
HSL color Cylindrical-coordinate representation of color #746581: hue angle of 272.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #746581 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 101 | 129 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.49 |
| HSL | 272.14º | 0.12% | 0.45% | - |
| HSV(B) | 272.14º | 0.22% | 0.51% | - |
| XYZ | 15.82 | 14.61 | 22.75 | - |
| YUV | 108.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 129 | 0.10 | 0.22 | 0 | 0.49 | 272.14 | 0.12 | 0.45 |
| Hex | 74 | 65 | 81 | A | 16 | 0 | 31 | 110 | C | 2D |
| Octal | 164 | 145 | 201 | 12 | 26 | 0 | 61 | 420 | 14 | 55 |
| Binary | 1110100 | 1100101 | 10000001 | 1010 | 10110 | 0 | 110001 | 100010000 | 1100 | 101101 |
Color Harmonies of #746581
Complementary color
Monochromatic Colors of #746581
Black with #746581
Text Example
Text Example
White with #746581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746581; }
p { color: rgb(116,101,129); }
H1.HeaderClassName
{
color: #746581;
}
.AnyTagClassName
{
color: #746581;
}
</style>
background-color css
<style>
a { background-color: #746581; }
a { background-color: rgb(116,101,129); }
div.DivClassName
{
background-color: #746581;
}
.BgClassName
{
background-color: #746581;
}
</style>
border-color css
<style>
span { border-color: #746581; }
span { border-color: rgb(116,101,129); }
td.TdClassName
{
border-color: #746581;
}
.TagClassName
{
border-color: #746581;
}
</style>