Shades of Mamba #746385
Tints of Mamba #746385
RGB
CMYK
RGB Variations
Color information
#746385 (or 0x746385) is known color: Mamba. HEX triplet: 74, 63 and 85. RGB value is (116,99,133). Sum of RGB (Red+Green+Blue) = 116+99+133=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #746385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746385 is #8B9C7A. Grayscale: #6B6B6B. Windows color (decimal): -9149563 or 8741748. OLE color: 8741748.
HSL color Cylindrical-coordinate representation of color #746385: hue angle of 270º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746385 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 99 | 133 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.48 |
| HSL | 270º | 0.15% | 0.45% | - |
| HSV(B) | 270º | 0.26% | 0.52% | - |
| XYZ | 15.9 | 14.33 | 24.12 | - |
| YUV | 107.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 133 | 0.13 | 0.26 | 0 | 0.48 | 270 | 0.15 | 0.45 |
| Hex | 74 | 63 | 85 | D | 1A | 0 | 30 | 10E | F | 2D |
| Octal | 164 | 143 | 205 | 15 | 32 | 0 | 60 | 416 | 17 | 55 |
| Binary | 1110100 | 1100011 | 10000101 | 1101 | 11010 | 0 | 110000 | 100001110 | 1111 | 101101 |
Color Harmonies of #746385
Complementary color
Monochromatic Colors of #746385
Black with #746385
Text Example
Text Example
White with #746385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746385; }
p { color: rgb(116,99,133); }
H1.HeaderClassName
{
color: #746385;
}
.AnyTagClassName
{
color: #746385;
}
</style>
background-color css
<style>
a { background-color: #746385; }
a { background-color: rgb(116,99,133); }
div.DivClassName
{
background-color: #746385;
}
.BgClassName
{
background-color: #746385;
}
</style>
border-color css
<style>
span { border-color: #746385; }
span { border-color: rgb(116,99,133); }
td.TdClassName
{
border-color: #746385;
}
.TagClassName
{
border-color: #746385;
}
</style>