Shades of Zambezi #715A56
Tints of Zambezi #715A56
RGB
CMYK
RGB Variations
Color information
#715A56 (or 0x715A56) is known color: Zambezi. HEX triplet: 71, 5A and 56. RGB value is (113,90,86). Sum of RGB (Red+Green+Blue) = 113+90+86=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #715A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A56 is #8EA5A9. Grayscale: #606060. Windows color (decimal): -9348522 or 5659249. OLE color: 5659249.
HSL color Cylindrical-coordinate representation of color #715A56: hue angle of 8.89º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #715A56 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 86 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.56 |
| HSL | 8.89º | 0.14% | 0.39% | - |
| HSV(B) | 8.89º | 0.24% | 0.44% | - |
| XYZ | 12.15 | 11.49 | 10.38 | - |
| YUV | 96.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 86 | 0 | 0.20 | 0.24 | 0.56 | 8.89 | 0.14 | 0.39 |
| Hex | 71 | 5A | 56 | 0 | 14 | 18 | 38 | 9 | E | 27 |
| Octal | 161 | 132 | 126 | 0 | 24 | 30 | 70 | 11 | 16 | 47 |
| Binary | 1110001 | 1011010 | 1010110 | 0 | 10100 | 11000 | 111000 | 1001 | 1110 | 100111 |
Color Harmonies of #715A56
Complementary color
Monochromatic Colors of #715A56
Black with #715A56
Text Example
Text Example
White with #715A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A56; }
p { color: rgb(113,90,86); }
H1.HeaderClassName
{
color: #715A56;
}
.AnyTagClassName
{
color: #715A56;
}
</style>
background-color css
<style>
a { background-color: #715A56; }
a { background-color: rgb(113,90,86); }
div.DivClassName
{
background-color: #715A56;
}
.BgClassName
{
background-color: #715A56;
}
</style>
border-color css
<style>
span { border-color: #715A56; }
span { border-color: rgb(113,90,86); }
td.TdClassName
{
border-color: #715A56;
}
.TagClassName
{
border-color: #715A56;
}
</style>