Shades of Mamba #736981
Tints of Mamba #736981
RGB
CMYK
RGB Variations
Color information
#736981 (or 0x736981) is known color: Mamba. HEX triplet: 73, 69 and 81. RGB value is (115,105,129). Sum of RGB (Red+Green+Blue) = 115+105+129=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 129 - color contains mainly: blue. Hex color #736981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736981 is #8C967E. Grayscale: #6E6E6E. Windows color (decimal): -9213567 or 8481139. OLE color: 8481139.
HSL color Cylindrical-coordinate representation of color #736981: hue angle of 265º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #736981 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 105 | 129 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.49 |
| HSL | 265º | 0.1% | 0.46% | - |
| HSV(B) | 265º | 0.19% | 0.51% | - |
| XYZ | 16.08 | 15.33 | 22.88 | - |
| YUV | 110.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 129 | 0.11 | 0.19 | 0 | 0.49 | 265 | 0.1 | 0.46 |
| Hex | 73 | 69 | 81 | B | 13 | 0 | 31 | 109 | A | 2E |
| Octal | 163 | 151 | 201 | 13 | 23 | 0 | 61 | 411 | 12 | 56 |
| Binary | 1110011 | 1101001 | 10000001 | 1011 | 10011 | 0 | 110001 | 100001001 | 1010 | 101110 |
Color Harmonies of #736981
Complementary color
Monochromatic Colors of #736981
Black with #736981
Text Example
Text Example
White with #736981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736981; }
p { color: rgb(115,105,129); }
H1.HeaderClassName
{
color: #736981;
}
.AnyTagClassName
{
color: #736981;
}
</style>
background-color css
<style>
a { background-color: #736981; }
a { background-color: rgb(115,105,129); }
div.DivClassName
{
background-color: #736981;
}
.BgClassName
{
background-color: #736981;
}
</style>
border-color css
<style>
span { border-color: #736981; }
span { border-color: rgb(115,105,129); }
td.TdClassName
{
border-color: #736981;
}
.TagClassName
{
border-color: #736981;
}
</style>