Shades of Zambezi #705A58
Tints of Zambezi #705A58
RGB
CMYK
RGB Variations
Color information
#705A58 (or 0x705A58) is known color: Zambezi. HEX triplet: 70, 5A and 58. RGB value is (112,90,88). Sum of RGB (Red+Green+Blue) = 112+90+88=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #705A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A58 is #8FA5A7. Grayscale: #606060. Windows color (decimal): -9414056 or 5790320. OLE color: 5790320.
HSL color Cylindrical-coordinate representation of color #705A58: hue angle of 5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #705A58 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 88 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.56 |
| HSL | 5º | 0.12% | 0.39% | - |
| HSV(B) | 5º | 0.21% | 0.44% | - |
| XYZ | 12.1 | 11.46 | 10.81 | - |
| YUV | 96.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 88 | 0 | 0.20 | 0.21 | 0.56 | 5 | 0.12 | 0.39 |
| Hex | 70 | 5A | 58 | 0 | 14 | 15 | 38 | 5 | C | 27 |
| Octal | 160 | 132 | 130 | 0 | 24 | 25 | 70 | 5 | 14 | 47 |
| Binary | 1110000 | 1011010 | 1011000 | 0 | 10100 | 10101 | 111000 | 101 | 1100 | 100111 |
Color Harmonies of #705A58
Complementary color
Monochromatic Colors of #705A58
Black with #705A58
Text Example
Text Example
White with #705A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A58; }
p { color: rgb(112,90,88); }
H1.HeaderClassName
{
color: #705A58;
}
.AnyTagClassName
{
color: #705A58;
}
</style>
background-color css
<style>
a { background-color: #705A58; }
a { background-color: rgb(112,90,88); }
div.DivClassName
{
background-color: #705A58;
}
.BgClassName
{
background-color: #705A58;
}
</style>
border-color css
<style>
span { border-color: #705A58; }
span { border-color: rgb(112,90,88); }
td.TdClassName
{
border-color: #705A58;
}
.TagClassName
{
border-color: #705A58;
}
</style>