Shades of Mamba #736F77
Tints of Mamba #736F77
RGB
CMYK
RGB Variations
Color information
#736F77 (or 0x736F77) is known color: Mamba. HEX triplet: 73, 6F and 77. RGB value is (115,111,119). Sum of RGB (Red+Green+Blue) = 115+111+119=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: blue. Hex color #736F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F77 is #8C9088. Grayscale: #717171. Windows color (decimal): -9212041 or 7827315. OLE color: 7827315.
HSL color Cylindrical-coordinate representation of color #736F77: hue angle of 270º degrees, saturation: 0.03, 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 #736F77 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 111 | 119 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.53 |
| HSL | 270º | 0.03% | 0.45% | - |
| HSV(B) | 270º | 0.07% | 0.47% | - |
| XYZ | 16.08 | 16.35 | 19.76 | - |
| YUV | 113.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 119 | 0.03 | 0.07 | 0 | 0.53 | 270 | 0.03 | 0.45 |
| Hex | 73 | 6F | 77 | 3 | 7 | 0 | 35 | 10E | 3 | 2D |
| Octal | 163 | 157 | 167 | 3 | 7 | 0 | 65 | 416 | 3 | 55 |
| Binary | 1110011 | 1101111 | 1110111 | 11 | 111 | 0 | 110101 | 100001110 | 11 | 101101 |
Color Harmonies of #736F77
Complementary color
Monochromatic Colors of #736F77
Black with #736F77
Text Example
Text Example
White with #736F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F77; }
p { color: rgb(115,111,119); }
H1.HeaderClassName
{
color: #736F77;
}
.AnyTagClassName
{
color: #736F77;
}
</style>
background-color css
<style>
a { background-color: #736F77; }
a { background-color: rgb(115,111,119); }
div.DivClassName
{
background-color: #736F77;
}
.BgClassName
{
background-color: #736F77;
}
</style>
border-color css
<style>
span { border-color: #736F77; }
span { border-color: rgb(115,111,119); }
td.TdClassName
{
border-color: #736F77;
}
.TagClassName
{
border-color: #736F77;
}
</style>