Shades of Zambezi #725D5C
Tints of Zambezi #725D5C
RGB
CMYK
RGB Variations
Color information
#725D5C (or 0x725D5C) is known color: Zambezi. HEX triplet: 72, 5D and 5C. RGB value is (114,93,92). Sum of RGB (Red+Green+Blue) = 114+93+92=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #725D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D5C is #8DA2A3. Grayscale: #636363. Windows color (decimal): -9282212 or 6053234. OLE color: 6053234.
HSL color Cylindrical-coordinate representation of color #725D5C: hue angle of 2.73º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #725D5C is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 92 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.55 |
| HSL | 2.73º | 0.11% | 0.4% | - |
| HSV(B) | 2.73º | 0.19% | 0.45% | - |
| XYZ | 12.79 | 12.18 | 11.8 | - |
| YUV | 99.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 92 | 0 | 0.18 | 0.19 | 0.55 | 2.73 | 0.11 | 0.4 |
| Hex | 72 | 5D | 5C | 0 | 12 | 13 | 37 | 3 | B | 28 |
| Octal | 162 | 135 | 134 | 0 | 22 | 23 | 67 | 3 | 13 | 50 |
| Binary | 1110010 | 1011101 | 1011100 | 0 | 10010 | 10011 | 110111 | 11 | 1011 | 101000 |
Color Harmonies of #725D5C
Complementary color
Monochromatic Colors of #725D5C
Black with #725D5C
Text Example
Text Example
White with #725D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D5C; }
p { color: rgb(114,93,92); }
H1.HeaderClassName
{
color: #725D5C;
}
.AnyTagClassName
{
color: #725D5C;
}
</style>
background-color css
<style>
a { background-color: #725D5C; }
a { background-color: rgb(114,93,92); }
div.DivClassName
{
background-color: #725D5C;
}
.BgClassName
{
background-color: #725D5C;
}
</style>
border-color css
<style>
span { border-color: #725D5C; }
span { border-color: rgb(114,93,92); }
td.TdClassName
{
border-color: #725D5C;
}
.TagClassName
{
border-color: #725D5C;
}
</style>