Shades of Mamba #746182
Tints of Mamba #746182
RGB
CMYK
RGB Variations
Color information
#746182 (or 0x746182) is known color: Mamba. HEX triplet: 74, 61 and 82. RGB value is (116,97,130). Sum of RGB (Red+Green+Blue) = 116+97+130=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #746182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746182 is #8B9E7D. Grayscale: #6A6A6A. Windows color (decimal): -9150078 or 8544628. OLE color: 8544628.
HSL color Cylindrical-coordinate representation of color #746182: hue angle of 274.55º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746182 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 97 | 130 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.49 |
| HSL | 274.55º | 0.15% | 0.45% | - |
| HSV(B) | 274.55º | 0.25% | 0.51% | - |
| XYZ | 15.51 | 13.87 | 22.98 | - |
| YUV | 106.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 130 | 0.11 | 0.25 | 0 | 0.49 | 274.55 | 0.15 | 0.45 |
| Hex | 74 | 61 | 82 | B | 19 | 0 | 31 | 113 | F | 2D |
| Octal | 164 | 141 | 202 | 13 | 31 | 0 | 61 | 423 | 17 | 55 |
| Binary | 1110100 | 1100001 | 10000010 | 1011 | 11001 | 0 | 110001 | 100010011 | 1111 | 101101 |
Color Harmonies of #746182
Complementary color
Monochromatic Colors of #746182
Black with #746182
Text Example
Text Example
White with #746182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746182; }
p { color: rgb(116,97,130); }
H1.HeaderClassName
{
color: #746182;
}
.AnyTagClassName
{
color: #746182;
}
</style>
background-color css
<style>
a { background-color: #746182; }
a { background-color: rgb(116,97,130); }
div.DivClassName
{
background-color: #746182;
}
.BgClassName
{
background-color: #746182;
}
</style>
border-color css
<style>
span { border-color: #746182; }
span { border-color: rgb(116,97,130); }
td.TdClassName
{
border-color: #746182;
}
.TagClassName
{
border-color: #746182;
}
</style>