Shades of Mamba #736085
Tints of Mamba #736085
RGB
CMYK
RGB Variations
Color information
#736085 (or 0x736085) is known color: Mamba. HEX triplet: 73, 60 and 85. RGB value is (115,96,133). Sum of RGB (Red+Green+Blue) = 115+96+133=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #736085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736085 is #8C9F7A. Grayscale: #696969. Windows color (decimal): -9215867 or 8740979. OLE color: 8740979.
HSL color Cylindrical-coordinate representation of color #736085: hue angle of 270.81º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #736085 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 96 | 133 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.48 |
| HSL | 270.81º | 0.16% | 0.45% | - |
| HSV(B) | 270.81º | 0.28% | 0.52% | - |
| XYZ | 15.49 | 13.7 | 24.02 | - |
| YUV | 105.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 133 | 0.14 | 0.28 | 0 | 0.48 | 270.81 | 0.16 | 0.45 |
| Hex | 73 | 60 | 85 | E | 1C | 0 | 30 | 10F | 10 | 2D |
| Octal | 163 | 140 | 205 | 16 | 34 | 0 | 60 | 417 | 20 | 55 |
| Binary | 1110011 | 1100000 | 10000101 | 1110 | 11100 | 0 | 110000 | 100001111 | 10000 | 101101 |
Color Harmonies of #736085
Complementary color
Monochromatic Colors of #736085
Black with #736085
Text Example
Text Example
White with #736085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736085; }
p { color: rgb(115,96,133); }
H1.HeaderClassName
{
color: #736085;
}
.AnyTagClassName
{
color: #736085;
}
</style>
background-color css
<style>
a { background-color: #736085; }
a { background-color: rgb(115,96,133); }
div.DivClassName
{
background-color: #736085;
}
.BgClassName
{
background-color: #736085;
}
</style>
border-color css
<style>
span { border-color: #736085; }
span { border-color: rgb(115,96,133); }
td.TdClassName
{
border-color: #736085;
}
.TagClassName
{
border-color: #736085;
}
</style>