Shades of Zambezi #785E5D
Tints of Zambezi #785E5D
RGB
CMYK
RGB Variations
Color information
#785E5D (or 0x785E5D) is known color: Zambezi. HEX triplet: 78, 5E and 5D. RGB value is (120,94,93). Sum of RGB (Red+Green+Blue) = 120+94+93=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #785E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E5D is #87A1A2. Grayscale: #656565. Windows color (decimal): -8888739 or 6119032. OLE color: 6119032.
HSL color Cylindrical-coordinate representation of color #785E5D: hue angle of 2.22º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785E5D is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 93 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.53 |
| HSL | 2.22º | 0.13% | 0.42% | - |
| HSV(B) | 2.22º | 0.23% | 0.47% | - |
| XYZ | 13.72 | 12.79 | 12.1 | - |
| YUV | 101.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 93 | 0 | 0.22 | 0.22 | 0.53 | 2.22 | 0.13 | 0.42 |
| Hex | 78 | 5E | 5D | 0 | 16 | 16 | 35 | 2 | D | 2A |
| Octal | 170 | 136 | 135 | 0 | 26 | 26 | 65 | 2 | 15 | 52 |
| Binary | 1111000 | 1011110 | 1011101 | 0 | 10110 | 10110 | 110101 | 10 | 1101 | 101010 |
Color Harmonies of #785E5D
Complementary color
Monochromatic Colors of #785E5D
Black with #785E5D
Text Example
Text Example
White with #785E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E5D; }
p { color: rgb(120,94,93); }
H1.HeaderClassName
{
color: #785E5D;
}
.AnyTagClassName
{
color: #785E5D;
}
</style>
background-color css
<style>
a { background-color: #785E5D; }
a { background-color: rgb(120,94,93); }
div.DivClassName
{
background-color: #785E5D;
}
.BgClassName
{
background-color: #785E5D;
}
</style>
border-color css
<style>
span { border-color: #785E5D; }
span { border-color: rgb(120,94,93); }
td.TdClassName
{
border-color: #785E5D;
}
.TagClassName
{
border-color: #785E5D;
}
</style>