Shades of Mamba #736385
Tints of Mamba #736385
RGB
CMYK
RGB Variations
Color information
#736385 (or 0x736385) is known color: Mamba. HEX triplet: 73, 63 and 85. RGB value is (115,99,133). Sum of RGB (Red+Green+Blue) = 115+99+133=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #736385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736385 is #8C9C7A. Grayscale: #6B6B6B. Windows color (decimal): -9215099 or 8741747. OLE color: 8741747.
HSL color Cylindrical-coordinate representation of color #736385: hue angle of 268.24º 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 #736385 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 99 | 133 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.48 |
| HSL | 268.24º | 0.15% | 0.45% | - |
| HSV(B) | 268.24º | 0.26% | 0.52% | - |
| XYZ | 15.77 | 14.26 | 24.11 | - |
| YUV | 107.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 133 | 0.14 | 0.26 | 0 | 0.48 | 268.24 | 0.15 | 0.45 |
| Hex | 73 | 63 | 85 | E | 1A | 0 | 30 | 10C | F | 2D |
| Octal | 163 | 143 | 205 | 16 | 32 | 0 | 60 | 414 | 17 | 55 |
| Binary | 1110011 | 1100011 | 10000101 | 1110 | 11010 | 0 | 110000 | 100001100 | 1111 | 101101 |
Color Harmonies of #736385
Complementary color
Monochromatic Colors of #736385
Black with #736385
Text Example
Text Example
White with #736385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736385; }
p { color: rgb(115,99,133); }
H1.HeaderClassName
{
color: #736385;
}
.AnyTagClassName
{
color: #736385;
}
</style>
background-color css
<style>
a { background-color: #736385; }
a { background-color: rgb(115,99,133); }
div.DivClassName
{
background-color: #736385;
}
.BgClassName
{
background-color: #736385;
}
</style>
border-color css
<style>
span { border-color: #736385; }
span { border-color: rgb(115,99,133); }
td.TdClassName
{
border-color: #736385;
}
.TagClassName
{
border-color: #736385;
}
</style>