Shades of Mamba #746282
Tints of Mamba #746282
RGB
CMYK
RGB Variations
Color information
#746282 (or 0x746282) is known color: Mamba. HEX triplet: 74, 62 and 82. RGB value is (116,98,130). Sum of RGB (Red+Green+Blue) = 116+98+130=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #746282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746282 is #8B9D7D. Grayscale: #6A6A6A. Windows color (decimal): -9149822 or 8544884. OLE color: 8544884.
HSL color Cylindrical-coordinate representation of color #746282: hue angle of 273.75º degrees, saturation: 0.14, 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 #746282 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 98 | 130 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.49 |
| HSL | 273.75º | 0.14% | 0.45% | - |
| HSV(B) | 273.75º | 0.25% | 0.51% | - |
| XYZ | 15.6 | 14.06 | 23.01 | - |
| YUV | 107.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 130 | 0.11 | 0.25 | 0 | 0.49 | 273.75 | 0.14 | 0.45 |
| Hex | 74 | 62 | 82 | B | 19 | 0 | 31 | 112 | E | 2D |
| Octal | 164 | 142 | 202 | 13 | 31 | 0 | 61 | 422 | 16 | 55 |
| Binary | 1110100 | 1100010 | 10000010 | 1011 | 11001 | 0 | 110001 | 100010010 | 1110 | 101101 |
Color Harmonies of #746282
Complementary color
Monochromatic Colors of #746282
Black with #746282
Text Example
Text Example
White with #746282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746282; }
p { color: rgb(116,98,130); }
H1.HeaderClassName
{
color: #746282;
}
.AnyTagClassName
{
color: #746282;
}
</style>
background-color css
<style>
a { background-color: #746282; }
a { background-color: rgb(116,98,130); }
div.DivClassName
{
background-color: #746282;
}
.BgClassName
{
background-color: #746282;
}
</style>
border-color css
<style>
span { border-color: #746282; }
span { border-color: rgb(116,98,130); }
td.TdClassName
{
border-color: #746282;
}
.TagClassName
{
border-color: #746282;
}
</style>