Shades of Mamba #746784
Tints of Mamba #746784
RGB
CMYK
RGB Variations
Color information
#746784 (or 0x746784) is known color: Mamba. HEX triplet: 74, 67 and 84. RGB value is (116,103,132). Sum of RGB (Red+Green+Blue) = 116+103+132=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #746784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746784 is #8B987B. Grayscale: #6E6E6E. Windows color (decimal): -9148540 or 8677236. OLE color: 8677236.
HSL color Cylindrical-coordinate representation of color #746784: hue angle of 266.9º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #746784 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 103 | 132 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.48 |
| HSL | 266.9º | 0.12% | 0.46% | - |
| HSV(B) | 266.9º | 0.22% | 0.52% | - |
| XYZ | 16.22 | 15.08 | 23.89 | - |
| YUV | 110.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 132 | 0.12 | 0.22 | 0 | 0.48 | 266.9 | 0.12 | 0.46 |
| Hex | 74 | 67 | 84 | C | 16 | 0 | 30 | 10B | C | 2E |
| Octal | 164 | 147 | 204 | 14 | 26 | 0 | 60 | 413 | 14 | 56 |
| Binary | 1110100 | 1100111 | 10000100 | 1100 | 10110 | 0 | 110000 | 100001011 | 1100 | 101110 |
Color Harmonies of #746784
Complementary color
Monochromatic Colors of #746784
Black with #746784
Text Example
Text Example
White with #746784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746784; }
p { color: rgb(116,103,132); }
H1.HeaderClassName
{
color: #746784;
}
.AnyTagClassName
{
color: #746784;
}
</style>
background-color css
<style>
a { background-color: #746784; }
a { background-color: rgb(116,103,132); }
div.DivClassName
{
background-color: #746784;
}
.BgClassName
{
background-color: #746784;
}
</style>
border-color css
<style>
span { border-color: #746784; }
span { border-color: rgb(116,103,132); }
td.TdClassName
{
border-color: #746784;
}
.TagClassName
{
border-color: #746784;
}
</style>