Shades of Zambezi #725A57
Tints of Zambezi #725A57
RGB
CMYK
RGB Variations
Color information
#725A57 (or 0x725A57) is known color: Zambezi. HEX triplet: 72, 5A and 57. RGB value is (114,90,87). Sum of RGB (Red+Green+Blue) = 114+90+87=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #725A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A57 is #8DA5A8. Grayscale: #606060. Windows color (decimal): -9282985 or 5724786. OLE color: 5724786.
HSL color Cylindrical-coordinate representation of color #725A57: hue angle of 6.67º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #725A57 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 87 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.55 |
| HSL | 6.67º | 0.13% | 0.39% | - |
| HSV(B) | 6.67º | 0.24% | 0.45% | - |
| XYZ | 12.32 | 11.58 | 10.6 | - |
| YUV | 96.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 87 | 0 | 0.21 | 0.24 | 0.55 | 6.67 | 0.13 | 0.39 |
| Hex | 72 | 5A | 57 | 0 | 15 | 18 | 37 | 7 | D | 27 |
| Octal | 162 | 132 | 127 | 0 | 25 | 30 | 67 | 7 | 15 | 47 |
| Binary | 1110010 | 1011010 | 1010111 | 0 | 10101 | 11000 | 110111 | 111 | 1101 | 100111 |
Color Harmonies of #725A57
Complementary color
Monochromatic Colors of #725A57
Black with #725A57
Text Example
Text Example
White with #725A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A57; }
p { color: rgb(114,90,87); }
H1.HeaderClassName
{
color: #725A57;
}
.AnyTagClassName
{
color: #725A57;
}
</style>
background-color css
<style>
a { background-color: #725A57; }
a { background-color: rgb(114,90,87); }
div.DivClassName
{
background-color: #725A57;
}
.BgClassName
{
background-color: #725A57;
}
</style>
border-color css
<style>
span { border-color: #725A57; }
span { border-color: rgb(114,90,87); }
td.TdClassName
{
border-color: #725A57;
}
.TagClassName
{
border-color: #725A57;
}
</style>