Shades of Zambezi #785A58
Tints of Zambezi #785A58
RGB
CMYK
RGB Variations
Color information
#785A58 (or 0x785A58) is known color: Zambezi. HEX triplet: 78, 5A and 58. RGB value is (120,90,88). Sum of RGB (Red+Green+Blue) = 120+90+88=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #785A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A58 is #87A5A7. Grayscale: #626262. Windows color (decimal): -8889768 or 5790328. OLE color: 5790328.
HSL color Cylindrical-coordinate representation of color #785A58: hue angle of 3.75º degrees, saturation: 0.15, 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 #785A58 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 88 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.53 |
| HSL | 3.75º | 0.15% | 0.41% | - |
| HSV(B) | 3.75º | 0.27% | 0.47% | - |
| XYZ | 13.16 | 12.01 | 10.86 | - |
| YUV | 98.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 88 | 0 | 0.25 | 0.27 | 0.53 | 3.75 | 0.15 | 0.41 |
| Hex | 78 | 5A | 58 | 0 | 19 | 1B | 35 | 4 | F | 29 |
| Octal | 170 | 132 | 130 | 0 | 31 | 33 | 65 | 4 | 17 | 51 |
| Binary | 1111000 | 1011010 | 1011000 | 0 | 11001 | 11011 | 110101 | 100 | 1111 | 101001 |
Color Harmonies of #785A58
Complementary color
Monochromatic Colors of #785A58
Black with #785A58
Text Example
Text Example
White with #785A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A58; }
p { color: rgb(120,90,88); }
H1.HeaderClassName
{
color: #785A58;
}
.AnyTagClassName
{
color: #785A58;
}
</style>
background-color css
<style>
a { background-color: #785A58; }
a { background-color: rgb(120,90,88); }
div.DivClassName
{
background-color: #785A58;
}
.BgClassName
{
background-color: #785A58;
}
</style>
border-color css
<style>
span { border-color: #785A58; }
span { border-color: rgb(120,90,88); }
td.TdClassName
{
border-color: #785A58;
}
.TagClassName
{
border-color: #785A58;
}
</style>