Shades of Zambezi #705D5C
Tints of Zambezi #705D5C
RGB
CMYK
RGB Variations
Color information
#705D5C (or 0x705D5C) is known color: Zambezi. HEX triplet: 70, 5D and 5C. RGB value is (112,93,92). Sum of RGB (Red+Green+Blue) = 112+93+92=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D5C is #8FA2A3. Grayscale: #626262. Windows color (decimal): -9413284 or 6053232. OLE color: 6053232.
HSL color Cylindrical-coordinate representation of color #705D5C: hue angle of 3º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #705D5C is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 92 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.56 |
| HSL | 3º | 0.1% | 0.4% | - |
| HSV(B) | 3º | 0.18% | 0.44% | - |
| XYZ | 12.53 | 12.05 | 11.79 | - |
| YUV | 98.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 92 | 0 | 0.17 | 0.18 | 0.56 | 3 | 0.1 | 0.4 |
| Hex | 70 | 5D | 5C | 0 | 11 | 12 | 38 | 3 | A | 28 |
| Octal | 160 | 135 | 134 | 0 | 21 | 22 | 70 | 3 | 12 | 50 |
| Binary | 1110000 | 1011101 | 1011100 | 0 | 10001 | 10010 | 111000 | 11 | 1010 | 101000 |
Color Harmonies of #705D5C
Complementary color
Monochromatic Colors of #705D5C
Black with #705D5C
Text Example
Text Example
White with #705D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D5C; }
p { color: rgb(112,93,92); }
H1.HeaderClassName
{
color: #705D5C;
}
.AnyTagClassName
{
color: #705D5C;
}
</style>
background-color css
<style>
a { background-color: #705D5C; }
a { background-color: rgb(112,93,92); }
div.DivClassName
{
background-color: #705D5C;
}
.BgClassName
{
background-color: #705D5C;
}
</style>
border-color css
<style>
span { border-color: #705D5C; }
span { border-color: rgb(112,93,92); }
td.TdClassName
{
border-color: #705D5C;
}
.TagClassName
{
border-color: #705D5C;
}
</style>