Shades of Zambezi #725C59
Tints of Zambezi #725C59
RGB
CMYK
RGB Variations
Color information
#725C59 (or 0x725C59) is known color: Zambezi. HEX triplet: 72, 5C and 59. RGB value is (114,92,89). Sum of RGB (Red+Green+Blue) = 114+92+89=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #725C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C59 is #8DA3A6. Grayscale: #626262. Windows color (decimal): -9282471 or 5856370. OLE color: 5856370.
HSL color Cylindrical-coordinate representation of color #725C59: hue angle of 7.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #725C59 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 89 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.55 |
| HSL | 7.2º | 0.12% | 0.4% | - |
| HSV(B) | 7.2º | 0.22% | 0.45% | - |
| XYZ | 12.57 | 11.95 | 11.1 | - |
| YUV | 98.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 89 | 0 | 0.19 | 0.22 | 0.55 | 7.2 | 0.12 | 0.4 |
| Hex | 72 | 5C | 59 | 0 | 13 | 16 | 37 | 7 | C | 28 |
| Octal | 162 | 134 | 131 | 0 | 23 | 26 | 67 | 7 | 14 | 50 |
| Binary | 1110010 | 1011100 | 1011001 | 0 | 10011 | 10110 | 110111 | 111 | 1100 | 101000 |
Color Harmonies of #725C59
Complementary color
Monochromatic Colors of #725C59
Black with #725C59
Text Example
Text Example
White with #725C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C59; }
p { color: rgb(114,92,89); }
H1.HeaderClassName
{
color: #725C59;
}
.AnyTagClassName
{
color: #725C59;
}
</style>
background-color css
<style>
a { background-color: #725C59; }
a { background-color: rgb(114,92,89); }
div.DivClassName
{
background-color: #725C59;
}
.BgClassName
{
background-color: #725C59;
}
</style>
border-color css
<style>
span { border-color: #725C59; }
span { border-color: rgb(114,92,89); }
td.TdClassName
{
border-color: #725C59;
}
.TagClassName
{
border-color: #725C59;
}
</style>