Shades of Zambezi #735E5B
Tints of Zambezi #735E5B
RGB
CMYK
RGB Variations
Color information
#735E5B (or 0x735E5B) is known color: Zambezi. HEX triplet: 73, 5E and 5B. RGB value is (115,94,91). Sum of RGB (Red+Green+Blue) = 115+94+91=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #735E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E5B is #8CA1A4. Grayscale: #636363. Windows color (decimal): -9216421 or 5987955. OLE color: 5987955.
HSL color Cylindrical-coordinate representation of color #735E5B: hue angle of 7.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 #735E5B is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 91 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.55 |
| HSL | 7.5º | 0.12% | 0.4% | - |
| HSV(B) | 7.5º | 0.21% | 0.45% | - |
| XYZ | 12.96 | 12.41 | 11.61 | - |
| YUV | 99.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 91 | 0 | 0.18 | 0.21 | 0.55 | 7.5 | 0.12 | 0.4 |
| Hex | 73 | 5E | 5B | 0 | 12 | 15 | 37 | 8 | C | 28 |
| Octal | 163 | 136 | 133 | 0 | 22 | 25 | 67 | 10 | 14 | 50 |
| Binary | 1110011 | 1011110 | 1011011 | 0 | 10010 | 10101 | 110111 | 1000 | 1100 | 101000 |
Color Harmonies of #735E5B
Complementary color
Monochromatic Colors of #735E5B
Black with #735E5B
Text Example
Text Example
White with #735E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E5B; }
p { color: rgb(115,94,91); }
H1.HeaderClassName
{
color: #735E5B;
}
.AnyTagClassName
{
color: #735E5B;
}
</style>
background-color css
<style>
a { background-color: #735E5B; }
a { background-color: rgb(115,94,91); }
div.DivClassName
{
background-color: #735E5B;
}
.BgClassName
{
background-color: #735E5B;
}
</style>
border-color css
<style>
span { border-color: #735E5B; }
span { border-color: rgb(115,94,91); }
td.TdClassName
{
border-color: #735E5B;
}
.TagClassName
{
border-color: #735E5B;
}
</style>