Shades of Zambezi #725B5A
Tints of Zambezi #725B5A
RGB
CMYK
RGB Variations
Color information
#725B5A (or 0x725B5A) is known color: Zambezi. HEX triplet: 72, 5B and 5A. RGB value is (114,91,90). Sum of RGB (Red+Green+Blue) = 114+91+90=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #725B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B5A is #8DA4A5. Grayscale: #616161. Windows color (decimal): -9282726 or 5921650. OLE color: 5921650.
HSL color Cylindrical-coordinate representation of color #725B5A: hue angle of 2.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725B5A is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 90 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.55 |
| HSL | 2.5º | 0.12% | 0.4% | - |
| HSV(B) | 2.5º | 0.21% | 0.45% | - |
| XYZ | 12.53 | 11.8 | 11.29 | - |
| YUV | 97.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 90 | 0 | 0.20 | 0.21 | 0.55 | 2.5 | 0.12 | 0.4 |
| Hex | 72 | 5B | 5A | 0 | 14 | 15 | 37 | 2 | C | 28 |
| Octal | 162 | 133 | 132 | 0 | 24 | 25 | 67 | 2 | 14 | 50 |
| Binary | 1110010 | 1011011 | 1011010 | 0 | 10100 | 10101 | 110111 | 10 | 1100 | 101000 |
Color Harmonies of #725B5A
Complementary color
Monochromatic Colors of #725B5A
Black with #725B5A
Text Example
Text Example
White with #725B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B5A; }
p { color: rgb(114,91,90); }
H1.HeaderClassName
{
color: #725B5A;
}
.AnyTagClassName
{
color: #725B5A;
}
</style>
background-color css
<style>
a { background-color: #725B5A; }
a { background-color: rgb(114,91,90); }
div.DivClassName
{
background-color: #725B5A;
}
.BgClassName
{
background-color: #725B5A;
}
</style>
border-color css
<style>
span { border-color: #725B5A; }
span { border-color: rgb(114,91,90); }
td.TdClassName
{
border-color: #725B5A;
}
.TagClassName
{
border-color: #725B5A;
}
</style>