Shades of Mamba #746681
Tints of Mamba #746681
RGB
CMYK
RGB Variations
Color information
#746681 (or 0x746681) is known color: Mamba. HEX triplet: 74, 66 and 81. RGB value is (116,102,129). Sum of RGB (Red+Green+Blue) = 116+102+129=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 129 - color contains mainly: blue. Hex color #746681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746681 is #8B997E. Grayscale: #6D6D6D. Windows color (decimal): -9148799 or 8480372. OLE color: 8480372.
HSL color Cylindrical-coordinate representation of color #746681: hue angle of 271.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #746681 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 102 | 129 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.49 |
| HSL | 271.11º | 0.12% | 0.45% | - |
| HSV(B) | 271.11º | 0.21% | 0.51% | - |
| XYZ | 15.92 | 14.8 | 22.79 | - |
| YUV | 109.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 129 | 0.10 | 0.21 | 0 | 0.49 | 271.11 | 0.12 | 0.45 |
| Hex | 74 | 66 | 81 | A | 15 | 0 | 31 | 10F | C | 2D |
| Octal | 164 | 146 | 201 | 12 | 25 | 0 | 61 | 417 | 14 | 55 |
| Binary | 1110100 | 1100110 | 10000001 | 1010 | 10101 | 0 | 110001 | 100001111 | 1100 | 101101 |
Color Harmonies of #746681
Complementary color
Monochromatic Colors of #746681
Black with #746681
Text Example
Text Example
White with #746681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746681; }
p { color: rgb(116,102,129); }
H1.HeaderClassName
{
color: #746681;
}
.AnyTagClassName
{
color: #746681;
}
</style>
background-color css
<style>
a { background-color: #746681; }
a { background-color: rgb(116,102,129); }
div.DivClassName
{
background-color: #746681;
}
.BgClassName
{
background-color: #746681;
}
</style>
border-color css
<style>
span { border-color: #746681; }
span { border-color: rgb(116,102,129); }
td.TdClassName
{
border-color: #746681;
}
.TagClassName
{
border-color: #746681;
}
</style>