Shades of Mamba #736280
Tints of Mamba #736280
RGB
CMYK
RGB Variations
Color information
#736280 (or 0x736280) is known color: Mamba. HEX triplet: 73, 62 and 80. RGB value is (115,98,128). Sum of RGB (Red+Green+Blue) = 115+98+128=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #736280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736280 is #8C9D7F. Grayscale: #6A6A6A. Windows color (decimal): -9215360 or 8413811. OLE color: 8413811.
HSL color Cylindrical-coordinate representation of color #736280: hue angle of 274º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #736280 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 98 | 128 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.50 |
| HSL | 274º | 0.13% | 0.44% | - |
| HSV(B) | 274º | 0.23% | 0.5% | - |
| XYZ | 15.33 | 13.94 | 22.3 | - |
| YUV | 106.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 128 | 0.10 | 0.23 | 0 | 0.50 | 274 | 0.13 | 0.44 |
| Hex | 73 | 62 | 80 | A | 17 | 0 | 32 | 112 | D | 2C |
| Octal | 163 | 142 | 200 | 12 | 27 | 0 | 62 | 422 | 15 | 54 |
| Binary | 1110011 | 1100010 | 10000000 | 1010 | 10111 | 0 | 110010 | 100010010 | 1101 | 101100 |
Color Harmonies of #736280
Complementary color
Monochromatic Colors of #736280
Black with #736280
Text Example
Text Example
White with #736280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736280; }
p { color: rgb(115,98,128); }
H1.HeaderClassName
{
color: #736280;
}
.AnyTagClassName
{
color: #736280;
}
</style>
background-color css
<style>
a { background-color: #736280; }
a { background-color: rgb(115,98,128); }
div.DivClassName
{
background-color: #736280;
}
.BgClassName
{
background-color: #736280;
}
</style>
border-color css
<style>
span { border-color: #736280; }
span { border-color: rgb(115,98,128); }
td.TdClassName
{
border-color: #736280;
}
.TagClassName
{
border-color: #736280;
}
</style>