Shades of Mamba #736C78
Tints of Mamba #736C78
RGB
CMYK
RGB Variations
Color information
#736C78 (or 0x736C78) is known color: Mamba. HEX triplet: 73, 6C and 78. RGB value is (115,108,120). Sum of RGB (Red+Green+Blue) = 115+108+120=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 120 - color contains mainly: blue. Hex color #736C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C78 is #8C9387. Grayscale: #6F6F6F. Windows color (decimal): -9212808 or 7892083. OLE color: 7892083.
HSL color Cylindrical-coordinate representation of color #736C78: hue angle of 275º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736C78 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 108 | 120 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.53 |
| HSL | 275º | 0.05% | 0.45% | - |
| HSV(B) | 275º | 0.1% | 0.47% | - |
| XYZ | 15.82 | 15.73 | 19.97 | - |
| YUV | 111.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 120 | 0.04 | 0.10 | 0 | 0.53 | 275 | 0.05 | 0.45 |
| Hex | 73 | 6C | 78 | 4 | A | 0 | 35 | 113 | 5 | 2D |
| Octal | 163 | 154 | 170 | 4 | 12 | 0 | 65 | 423 | 5 | 55 |
| Binary | 1110011 | 1101100 | 1111000 | 100 | 1010 | 0 | 110101 | 100010011 | 101 | 101101 |
Color Harmonies of #736C78
Complementary color
Monochromatic Colors of #736C78
Black with #736C78
Text Example
Text Example
White with #736C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C78; }
p { color: rgb(115,108,120); }
H1.HeaderClassName
{
color: #736C78;
}
.AnyTagClassName
{
color: #736C78;
}
</style>
background-color css
<style>
a { background-color: #736C78; }
a { background-color: rgb(115,108,120); }
div.DivClassName
{
background-color: #736C78;
}
.BgClassName
{
background-color: #736C78;
}
</style>
border-color css
<style>
span { border-color: #736C78; }
span { border-color: rgb(115,108,120); }
td.TdClassName
{
border-color: #736C78;
}
.TagClassName
{
border-color: #736C78;
}
</style>