Shades of Zambezi #705C5B
Tints of Zambezi #705C5B
RGB
CMYK
RGB Variations
Color information
#705C5B (or 0x705C5B) is known color: Zambezi. HEX triplet: 70, 5C and 5B. RGB value is (112,92,91). Sum of RGB (Red+Green+Blue) = 112+92+91=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C5B is #8FA3A4. Grayscale: #616161. Windows color (decimal): -9413541 or 5987440. OLE color: 5987440.
HSL color Cylindrical-coordinate representation of color #705C5B: hue angle of 2.86º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #705C5B is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 91 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.56 |
| HSL | 2.86º | 0.1% | 0.4% | - |
| HSV(B) | 2.86º | 0.19% | 0.44% | - |
| XYZ | 12.4 | 11.85 | 11.53 | - |
| YUV | 97.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 91 | 0 | 0.18 | 0.19 | 0.56 | 2.86 | 0.1 | 0.4 |
| Hex | 70 | 5C | 5B | 0 | 12 | 13 | 38 | 3 | A | 28 |
| Octal | 160 | 134 | 133 | 0 | 22 | 23 | 70 | 3 | 12 | 50 |
| Binary | 1110000 | 1011100 | 1011011 | 0 | 10010 | 10011 | 111000 | 11 | 1010 | 101000 |
Color Harmonies of #705C5B
Complementary color
Monochromatic Colors of #705C5B
Black with #705C5B
Text Example
Text Example
White with #705C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C5B; }
p { color: rgb(112,92,91); }
H1.HeaderClassName
{
color: #705C5B;
}
.AnyTagClassName
{
color: #705C5B;
}
</style>
background-color css
<style>
a { background-color: #705C5B; }
a { background-color: rgb(112,92,91); }
div.DivClassName
{
background-color: #705C5B;
}
.BgClassName
{
background-color: #705C5B;
}
</style>
border-color css
<style>
span { border-color: #705C5B; }
span { border-color: rgb(112,92,91); }
td.TdClassName
{
border-color: #705C5B;
}
.TagClassName
{
border-color: #705C5B;
}
</style>