Shades of Zambezi #725B58
Tints of Zambezi #725B58
RGB
CMYK
RGB Variations
Color information
#725B58 (or 0x725B58) is known color: Zambezi. HEX triplet: 72, 5B and 58. RGB value is (114,91,88). Sum of RGB (Red+Green+Blue) = 114+91+88=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #725B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B58 is #8DA4A7. Grayscale: #616161. Windows color (decimal): -9282728 or 5790578. OLE color: 5790578.
HSL color Cylindrical-coordinate representation of color #725B58: hue angle of 6.92º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #725B58 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 88 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.55 |
| HSL | 6.92º | 0.13% | 0.4% | - |
| HSV(B) | 6.92º | 0.23% | 0.45% | - |
| XYZ | 12.44 | 11.76 | 10.85 | - |
| YUV | 97.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 88 | 0 | 0.20 | 0.23 | 0.55 | 6.92 | 0.13 | 0.4 |
| Hex | 72 | 5B | 58 | 0 | 14 | 17 | 37 | 7 | D | 28 |
| Octal | 162 | 133 | 130 | 0 | 24 | 27 | 67 | 7 | 15 | 50 |
| Binary | 1110010 | 1011011 | 1011000 | 0 | 10100 | 10111 | 110111 | 111 | 1101 | 101000 |
Color Harmonies of #725B58
Complementary color
Monochromatic Colors of #725B58
Black with #725B58
Text Example
Text Example
White with #725B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B58; }
p { color: rgb(114,91,88); }
H1.HeaderClassName
{
color: #725B58;
}
.AnyTagClassName
{
color: #725B58;
}
</style>
background-color css
<style>
a { background-color: #725B58; }
a { background-color: rgb(114,91,88); }
div.DivClassName
{
background-color: #725B58;
}
.BgClassName
{
background-color: #725B58;
}
</style>
border-color css
<style>
span { border-color: #725B58; }
span { border-color: rgb(114,91,88); }
td.TdClassName
{
border-color: #725B58;
}
.TagClassName
{
border-color: #725B58;
}
</style>