Shades of Mamba #746782
Tints of Mamba #746782
RGB
CMYK
RGB Variations
Color information
#746782 (or 0x746782) is known color: Mamba. HEX triplet: 74, 67 and 82. RGB value is (116,103,130). Sum of RGB (Red+Green+Blue) = 116+103+130=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #746782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746782 is #8B987D. Grayscale: #6D6D6D. Windows color (decimal): -9148542 or 8546164. OLE color: 8546164.
HSL color Cylindrical-coordinate representation of color #746782: hue angle of 268.89º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #746782 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 103 | 130 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.49 |
| HSL | 268.89º | 0.12% | 0.46% | - |
| HSV(B) | 268.89º | 0.21% | 0.51% | - |
| XYZ | 16.08 | 15.03 | 23.17 | - |
| YUV | 109.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 130 | 0.11 | 0.21 | 0 | 0.49 | 268.89 | 0.12 | 0.46 |
| Hex | 74 | 67 | 82 | B | 15 | 0 | 31 | 10D | C | 2E |
| Octal | 164 | 147 | 202 | 13 | 25 | 0 | 61 | 415 | 14 | 56 |
| Binary | 1110100 | 1100111 | 10000010 | 1011 | 10101 | 0 | 110001 | 100001101 | 1100 | 101110 |
Color Harmonies of #746782
Complementary color
Monochromatic Colors of #746782
Black with #746782
Text Example
Text Example
White with #746782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746782; }
p { color: rgb(116,103,130); }
H1.HeaderClassName
{
color: #746782;
}
.AnyTagClassName
{
color: #746782;
}
</style>
background-color css
<style>
a { background-color: #746782; }
a { background-color: rgb(116,103,130); }
div.DivClassName
{
background-color: #746782;
}
.BgClassName
{
background-color: #746782;
}
</style>
border-color css
<style>
span { border-color: #746782; }
span { border-color: rgb(116,103,130); }
td.TdClassName
{
border-color: #746782;
}
.TagClassName
{
border-color: #746782;
}
</style>