Shades of Mamba #736281
Tints of Mamba #736281
RGB
CMYK
RGB Variations
Color information
#736281 (or 0x736281) is known color: Mamba. HEX triplet: 73, 62 and 81. RGB value is (115,98,129). Sum of RGB (Red+Green+Blue) = 115+98+129=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #736281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736281 is #8C9D7E. Grayscale: #6A6A6A. Windows color (decimal): -9215359 or 8479347. OLE color: 8479347.
HSL color Cylindrical-coordinate representation of color #736281: hue angle of 272.9º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #736281 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 98 | 129 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.49 |
| HSL | 272.9º | 0.14% | 0.45% | - |
| HSV(B) | 272.9º | 0.24% | 0.51% | - |
| XYZ | 15.4 | 13.97 | 22.65 | - |
| YUV | 106.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 129 | 0.11 | 0.24 | 0 | 0.49 | 272.9 | 0.14 | 0.45 |
| Hex | 73 | 62 | 81 | B | 18 | 0 | 31 | 111 | E | 2D |
| Octal | 163 | 142 | 201 | 13 | 30 | 0 | 61 | 421 | 16 | 55 |
| Binary | 1110011 | 1100010 | 10000001 | 1011 | 11000 | 0 | 110001 | 100010001 | 1110 | 101101 |
Color Harmonies of #736281
Complementary color
Monochromatic Colors of #736281
Black with #736281
Text Example
Text Example
White with #736281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736281; }
p { color: rgb(115,98,129); }
H1.HeaderClassName
{
color: #736281;
}
.AnyTagClassName
{
color: #736281;
}
</style>
background-color css
<style>
a { background-color: #736281; }
a { background-color: rgb(115,98,129); }
div.DivClassName
{
background-color: #736281;
}
.BgClassName
{
background-color: #736281;
}
</style>
border-color css
<style>
span { border-color: #736281; }
span { border-color: rgb(115,98,129); }
td.TdClassName
{
border-color: #736281;
}
.TagClassName
{
border-color: #736281;
}
</style>