Shades of Zambezi #785A57
Tints of Zambezi #785A57
RGB
CMYK
RGB Variations
Color information
#785A57 (or 0x785A57) is known color: Zambezi. HEX triplet: 78, 5A and 57. RGB value is (120,90,87). Sum of RGB (Red+Green+Blue) = 120+90+87=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #785A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A57 is #87A5A8. Grayscale: #626262. Windows color (decimal): -8889769 or 5724792. OLE color: 5724792.
HSL color Cylindrical-coordinate representation of color #785A57: hue angle of 5.45º 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 #785A57 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 87 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.53 |
| HSL | 5.45º | 0.16% | 0.41% | - |
| HSV(B) | 5.45º | 0.28% | 0.47% | - |
| XYZ | 13.12 | 11.99 | 10.64 | - |
| YUV | 98.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 87 | 0 | 0.25 | 0.28 | 0.53 | 5.45 | 0.16 | 0.41 |
| Hex | 78 | 5A | 57 | 0 | 19 | 1C | 35 | 5 | 10 | 29 |
| Octal | 170 | 132 | 127 | 0 | 31 | 34 | 65 | 5 | 20 | 51 |
| Binary | 1111000 | 1011010 | 1010111 | 0 | 11001 | 11100 | 110101 | 101 | 10000 | 101001 |
Color Harmonies of #785A57
Complementary color
Monochromatic Colors of #785A57
Black with #785A57
Text Example
Text Example
White with #785A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A57; }
p { color: rgb(120,90,87); }
H1.HeaderClassName
{
color: #785A57;
}
.AnyTagClassName
{
color: #785A57;
}
</style>
background-color css
<style>
a { background-color: #785A57; }
a { background-color: rgb(120,90,87); }
div.DivClassName
{
background-color: #785A57;
}
.BgClassName
{
background-color: #785A57;
}
</style>
border-color css
<style>
span { border-color: #785A57; }
span { border-color: rgb(120,90,87); }
td.TdClassName
{
border-color: #785A57;
}
.TagClassName
{
border-color: #785A57;
}
</style>