Shades of Zambezi #715B57
Tints of Zambezi #715B57
RGB
CMYK
RGB Variations
Color information
#715B57 (or 0x715B57) is known color: Zambezi. HEX triplet: 71, 5B and 57. RGB value is (113,91,87). Sum of RGB (Red+Green+Blue) = 113+91+87=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #715B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B57 is #8EA4A8. Grayscale: #616161. Windows color (decimal): -9348265 or 5725041. OLE color: 5725041.
HSL color Cylindrical-coordinate representation of color #715B57: hue angle of 9.23º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715B57 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 87 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.56 |
| HSL | 9.23º | 0.13% | 0.39% | - |
| HSV(B) | 9.23º | 0.23% | 0.44% | - |
| XYZ | 12.27 | 11.68 | 10.62 | - |
| YUV | 97.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 87 | 0 | 0.19 | 0.23 | 0.56 | 9.23 | 0.13 | 0.39 |
| Hex | 71 | 5B | 57 | 0 | 13 | 17 | 38 | 9 | D | 27 |
| Octal | 161 | 133 | 127 | 0 | 23 | 27 | 70 | 11 | 15 | 47 |
| Binary | 1110001 | 1011011 | 1010111 | 0 | 10011 | 10111 | 111000 | 1001 | 1101 | 100111 |
Color Harmonies of #715B57
Complementary color
Monochromatic Colors of #715B57
Black with #715B57
Text Example
Text Example
White with #715B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B57; }
p { color: rgb(113,91,87); }
H1.HeaderClassName
{
color: #715B57;
}
.AnyTagClassName
{
color: #715B57;
}
</style>
background-color css
<style>
a { background-color: #715B57; }
a { background-color: rgb(113,91,87); }
div.DivClassName
{
background-color: #715B57;
}
.BgClassName
{
background-color: #715B57;
}
</style>
border-color css
<style>
span { border-color: #715B57; }
span { border-color: rgb(113,91,87); }
td.TdClassName
{
border-color: #715B57;
}
.TagClassName
{
border-color: #715B57;
}
</style>