Shades of Zambezi #765D5B
Tints of Zambezi #765D5B
RGB
CMYK
RGB Variations
Color information
#765D5B (or 0x765D5B) is known color: Zambezi. HEX triplet: 76, 5D and 5B. RGB value is (118,93,91). Sum of RGB (Red+Green+Blue) = 118+93+91=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D5B is #89A2A4. Grayscale: #646464. Windows color (decimal): -9020069 or 5987702. OLE color: 5987702.
HSL color Cylindrical-coordinate representation of color #765D5B: hue angle of 4.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #765D5B is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 91 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.54 |
| HSL | 4.44º | 0.13% | 0.41% | - |
| HSV(B) | 4.44º | 0.23% | 0.46% | - |
| XYZ | 13.27 | 12.44 | 11.6 | - |
| YUV | 100.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 91 | 0 | 0.21 | 0.23 | 0.54 | 4.44 | 0.13 | 0.41 |
| Hex | 76 | 5D | 5B | 0 | 15 | 17 | 36 | 4 | D | 29 |
| Octal | 166 | 135 | 133 | 0 | 25 | 27 | 66 | 4 | 15 | 51 |
| Binary | 1110110 | 1011101 | 1011011 | 0 | 10101 | 10111 | 110110 | 100 | 1101 | 101001 |
Color Harmonies of #765D5B
Complementary color
Monochromatic Colors of #765D5B
Black with #765D5B
Text Example
Text Example
White with #765D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D5B; }
p { color: rgb(118,93,91); }
H1.HeaderClassName
{
color: #765D5B;
}
.AnyTagClassName
{
color: #765D5B;
}
</style>
background-color css
<style>
a { background-color: #765D5B; }
a { background-color: rgb(118,93,91); }
div.DivClassName
{
background-color: #765D5B;
}
.BgClassName
{
background-color: #765D5B;
}
</style>
border-color css
<style>
span { border-color: #765D5B; }
span { border-color: rgb(118,93,91); }
td.TdClassName
{
border-color: #765D5B;
}
.TagClassName
{
border-color: #765D5B;
}
</style>