Shades of Mamba #736F78
Tints of Mamba #736F78
RGB
CMYK
RGB Variations
Color information
#736F78 (or 0x736F78) is known color: Mamba. HEX triplet: 73, 6F and 78. RGB value is (115,111,120). Sum of RGB (Red+Green+Blue) = 115+111+120=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 120 - color contains mainly: blue. Hex color #736F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F78 is #8C9087. Grayscale: #717171. Windows color (decimal): -9212040 or 7892851. OLE color: 7892851.
HSL color Cylindrical-coordinate representation of color #736F78: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #736F78 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 111 | 120 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.53 |
| HSL | 266.67º | 0.04% | 0.45% | - |
| HSV(B) | 266.67º | 0.07% | 0.47% | - |
| XYZ | 16.14 | 16.37 | 20.08 | - |
| YUV | 113.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 120 | 0.04 | 0.08 | 0 | 0.53 | 266.67 | 0.04 | 0.45 |
| Hex | 73 | 6F | 78 | 4 | 8 | 0 | 35 | 10B | 4 | 2D |
| Octal | 163 | 157 | 170 | 4 | 10 | 0 | 65 | 413 | 4 | 55 |
| Binary | 1110011 | 1101111 | 1111000 | 100 | 1000 | 0 | 110101 | 100001011 | 100 | 101101 |
Color Harmonies of #736F78
Complementary color
Monochromatic Colors of #736F78
Black with #736F78
Text Example
Text Example
White with #736F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F78; }
p { color: rgb(115,111,120); }
H1.HeaderClassName
{
color: #736F78;
}
.AnyTagClassName
{
color: #736F78;
}
</style>
background-color css
<style>
a { background-color: #736F78; }
a { background-color: rgb(115,111,120); }
div.DivClassName
{
background-color: #736F78;
}
.BgClassName
{
background-color: #736F78;
}
</style>
border-color css
<style>
span { border-color: #736F78; }
span { border-color: rgb(115,111,120); }
td.TdClassName
{
border-color: #736F78;
}
.TagClassName
{
border-color: #736F78;
}
</style>