Shades of Zambezi #785D5A
Tints of Zambezi #785D5A
RGB
CMYK
RGB Variations
Color information
#785D5A (or 0x785D5A) is known color: Zambezi. HEX triplet: 78, 5D and 5A. RGB value is (120,93,90). Sum of RGB (Red+Green+Blue) = 120+93+90=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #785D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D5A is #87A2A5. Grayscale: #646464. Windows color (decimal): -8888998 or 5922168. OLE color: 5922168.
HSL color Cylindrical-coordinate representation of color #785D5A: hue angle of 6º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #785D5A is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 90 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.53 |
| HSL | 6º | 0.14% | 0.41% | - |
| HSV(B) | 6º | 0.25% | 0.47% | - |
| XYZ | 13.51 | 12.56 | 11.39 | - |
| YUV | 100.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 90 | 0 | 0.22 | 0.25 | 0.53 | 6 | 0.14 | 0.41 |
| Hex | 78 | 5D | 5A | 0 | 16 | 19 | 35 | 6 | E | 29 |
| Octal | 170 | 135 | 132 | 0 | 26 | 31 | 65 | 6 | 16 | 51 |
| Binary | 1111000 | 1011101 | 1011010 | 0 | 10110 | 11001 | 110101 | 110 | 1110 | 101001 |
Color Harmonies of #785D5A
Complementary color
Monochromatic Colors of #785D5A
Black with #785D5A
Text Example
Text Example
White with #785D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D5A; }
p { color: rgb(120,93,90); }
H1.HeaderClassName
{
color: #785D5A;
}
.AnyTagClassName
{
color: #785D5A;
}
</style>
background-color css
<style>
a { background-color: #785D5A; }
a { background-color: rgb(120,93,90); }
div.DivClassName
{
background-color: #785D5A;
}
.BgClassName
{
background-color: #785D5A;
}
</style>
border-color css
<style>
span { border-color: #785D5A; }
span { border-color: rgb(120,93,90); }
td.TdClassName
{
border-color: #785D5A;
}
.TagClassName
{
border-color: #785D5A;
}
</style>