Shades of Mamba #746082
Tints of Mamba #746082
RGB
CMYK
RGB Variations
Color information
#746082 (or 0x746082) is known color: Mamba. HEX triplet: 74, 60 and 82. RGB value is (116,96,130). Sum of RGB (Red+Green+Blue) = 116+96+130=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #746082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746082 is #8B9F7D. Grayscale: #696969. Windows color (decimal): -9150334 or 8544372. OLE color: 8544372.
HSL color Cylindrical-coordinate representation of color #746082: hue angle of 275.29º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746082 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 96 | 130 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.49 |
| HSL | 275.29º | 0.15% | 0.44% | - |
| HSV(B) | 275.29º | 0.26% | 0.51% | - |
| XYZ | 15.41 | 13.69 | 22.95 | - |
| YUV | 105.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 130 | 0.11 | 0.26 | 0 | 0.49 | 275.29 | 0.15 | 0.44 |
| Hex | 74 | 60 | 82 | B | 1A | 0 | 31 | 113 | F | 2C |
| Octal | 164 | 140 | 202 | 13 | 32 | 0 | 61 | 423 | 17 | 54 |
| Binary | 1110100 | 1100000 | 10000010 | 1011 | 11010 | 0 | 110001 | 100010011 | 1111 | 101100 |
Color Harmonies of #746082
Complementary color
Monochromatic Colors of #746082
Black with #746082
Text Example
Text Example
White with #746082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746082; }
p { color: rgb(116,96,130); }
H1.HeaderClassName
{
color: #746082;
}
.AnyTagClassName
{
color: #746082;
}
</style>
background-color css
<style>
a { background-color: #746082; }
a { background-color: rgb(116,96,130); }
div.DivClassName
{
background-color: #746082;
}
.BgClassName
{
background-color: #746082;
}
</style>
border-color css
<style>
span { border-color: #746082; }
span { border-color: rgb(116,96,130); }
td.TdClassName
{
border-color: #746082;
}
.TagClassName
{
border-color: #746082;
}
</style>