Shades of Mamba #736B78
Tints of Mamba #736B78
RGB
CMYK
RGB Variations
Color information
#736B78 (or 0x736B78) is known color: Mamba. HEX triplet: 73, 6B and 78. RGB value is (115,107,120). Sum of RGB (Red+Green+Blue) = 115+107+120=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: blue. Hex color #736B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B78 is #8C9487. Grayscale: #6E6E6E. Windows color (decimal): -9213064 or 7891827. OLE color: 7891827.
HSL color Cylindrical-coordinate representation of color #736B78: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #736B78 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 107 | 120 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.53 |
| HSL | 276.92º | 0.06% | 0.45% | - |
| HSV(B) | 276.92º | 0.11% | 0.47% | - |
| XYZ | 15.72 | 15.52 | 19.94 | - |
| YUV | 110.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 120 | 0.04 | 0.11 | 0 | 0.53 | 276.92 | 0.06 | 0.45 |
| Hex | 73 | 6B | 78 | 4 | B | 0 | 35 | 115 | 6 | 2D |
| Octal | 163 | 153 | 170 | 4 | 13 | 0 | 65 | 425 | 6 | 55 |
| Binary | 1110011 | 1101011 | 1111000 | 100 | 1011 | 0 | 110101 | 100010101 | 110 | 101101 |
Color Harmonies of #736B78
Complementary color
Monochromatic Colors of #736B78
Black with #736B78
Text Example
Text Example
White with #736B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B78; }
p { color: rgb(115,107,120); }
H1.HeaderClassName
{
color: #736B78;
}
.AnyTagClassName
{
color: #736B78;
}
</style>
background-color css
<style>
a { background-color: #736B78; }
a { background-color: rgb(115,107,120); }
div.DivClassName
{
background-color: #736B78;
}
.BgClassName
{
background-color: #736B78;
}
</style>
border-color css
<style>
span { border-color: #736B78; }
span { border-color: rgb(115,107,120); }
td.TdClassName
{
border-color: #736B78;
}
.TagClassName
{
border-color: #736B78;
}
</style>