Shades of Zambezi #785B57
Tints of Zambezi #785B57
RGB
CMYK
RGB Variations
Color information
#785B57 (or 0x785B57) is known color: Zambezi. HEX triplet: 78, 5B and 57. RGB value is (120,91,87). Sum of RGB (Red+Green+Blue) = 120+91+87=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #785B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B57 is #87A4A8. Grayscale: #636363. Windows color (decimal): -8889513 or 5725048. OLE color: 5725048.
HSL color Cylindrical-coordinate representation of color #785B57: hue angle of 7.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785B57 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 87 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.53 |
| HSL | 7.27º | 0.16% | 0.41% | - |
| HSV(B) | 7.27º | 0.28% | 0.47% | - |
| XYZ | 13.21 | 12.16 | 10.67 | - |
| YUV | 99.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 87 | 0 | 0.24 | 0.28 | 0.53 | 7.27 | 0.16 | 0.41 |
| Hex | 78 | 5B | 57 | 0 | 18 | 1C | 35 | 7 | 10 | 29 |
| Octal | 170 | 133 | 127 | 0 | 30 | 34 | 65 | 7 | 20 | 51 |
| Binary | 1111000 | 1011011 | 1010111 | 0 | 11000 | 11100 | 110101 | 111 | 10000 | 101001 |
Color Harmonies of #785B57
Complementary color
Monochromatic Colors of #785B57
Black with #785B57
Text Example
Text Example
White with #785B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B57; }
p { color: rgb(120,91,87); }
H1.HeaderClassName
{
color: #785B57;
}
.AnyTagClassName
{
color: #785B57;
}
</style>
background-color css
<style>
a { background-color: #785B57; }
a { background-color: rgb(120,91,87); }
div.DivClassName
{
background-color: #785B57;
}
.BgClassName
{
background-color: #785B57;
}
</style>
border-color css
<style>
span { border-color: #785B57; }
span { border-color: rgb(120,91,87); }
td.TdClassName
{
border-color: #785B57;
}
.TagClassName
{
border-color: #785B57;
}
</style>