Shades of Zambezi #705F5F
Tints of Zambezi #705F5F
RGB
CMYK
RGB Variations
Color information
#705F5F (or 0x705F5F) is known color: Zambezi. HEX triplet: 70, 5F and 5F. RGB value is (112,95,95). Sum of RGB (Red+Green+Blue) = 112+95+95=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #705F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F5F is #8FA0A0. Grayscale: #646464. Windows color (decimal): -9412769 or 6250352. OLE color: 6250352.
HSL color Cylindrical-coordinate representation of color #705F5F: hue angle of 0º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #705F5F is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 95 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.56 |
| HSL | 0º | 0.08% | 0.41% | - |
| HSV(B) | 0º | 0.15% | 0.44% | - |
| XYZ | 12.84 | 12.46 | 12.55 | - |
| YUV | 100.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 95 | 0 | 0.15 | 0.15 | 0.56 | 0 | 0.08 | 0.41 |
| Hex | 70 | 5F | 5F | 0 | F | F | 38 | 0 | 8 | 29 |
| Octal | 160 | 137 | 137 | 0 | 17 | 17 | 70 | 0 | 10 | 51 |
| Binary | 1110000 | 1011111 | 1011111 | 0 | 1111 | 1111 | 111000 | 0 | 1000 | 101001 |
Color Harmonies of #705F5F
Complementary color
Monochromatic Colors of #705F5F
Black with #705F5F
Text Example
Text Example
White with #705F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F5F; }
p { color: rgb(112,95,95); }
H1.HeaderClassName
{
color: #705F5F;
}
.AnyTagClassName
{
color: #705F5F;
}
</style>
background-color css
<style>
a { background-color: #705F5F; }
a { background-color: rgb(112,95,95); }
div.DivClassName
{
background-color: #705F5F;
}
.BgClassName
{
background-color: #705F5F;
}
</style>
border-color css
<style>
span { border-color: #705F5F; }
span { border-color: rgb(112,95,95); }
td.TdClassName
{
border-color: #705F5F;
}
.TagClassName
{
border-color: #705F5F;
}
</style>