Shades of Mamba #746582
Tints of Mamba #746582
RGB
CMYK
RGB Variations
Color information
#746582 (or 0x746582) is known color: Mamba. HEX triplet: 74, 65 and 82. RGB value is (116,101,130). Sum of RGB (Red+Green+Blue) = 116+101+130=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #746582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746582 is #8B9A7D. Grayscale: #6C6C6C. Windows color (decimal): -9149054 or 8545652. OLE color: 8545652.
HSL color Cylindrical-coordinate representation of color #746582: hue angle of 271.03º degrees, saturation: 0.13, 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 #746582 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 101 | 130 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.49 |
| HSL | 271.03º | 0.13% | 0.45% | - |
| HSV(B) | 271.03º | 0.22% | 0.51% | - |
| XYZ | 15.89 | 14.63 | 23.11 | - |
| YUV | 108.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 130 | 0.11 | 0.22 | 0 | 0.49 | 271.03 | 0.13 | 0.45 |
| Hex | 74 | 65 | 82 | B | 16 | 0 | 31 | 10F | D | 2D |
| Octal | 164 | 145 | 202 | 13 | 26 | 0 | 61 | 417 | 15 | 55 |
| Binary | 1110100 | 1100101 | 10000010 | 1011 | 10110 | 0 | 110001 | 100001111 | 1101 | 101101 |
Color Harmonies of #746582
Complementary color
Monochromatic Colors of #746582
Black with #746582
Text Example
Text Example
White with #746582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746582; }
p { color: rgb(116,101,130); }
H1.HeaderClassName
{
color: #746582;
}
.AnyTagClassName
{
color: #746582;
}
</style>
background-color css
<style>
a { background-color: #746582; }
a { background-color: rgb(116,101,130); }
div.DivClassName
{
background-color: #746582;
}
.BgClassName
{
background-color: #746582;
}
</style>
border-color css
<style>
span { border-color: #746582; }
span { border-color: rgb(116,101,130); }
td.TdClassName
{
border-color: #746582;
}
.TagClassName
{
border-color: #746582;
}
</style>