Shades of Zambezi #765B57
Tints of Zambezi #765B57
RGB
CMYK
RGB Variations
Color information
#765B57 (or 0x765B57) is known color: Zambezi. HEX triplet: 76, 5B and 57. RGB value is (118,91,87). Sum of RGB (Red+Green+Blue) = 118+91+87=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #765B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B57 is #89A4A8. Grayscale: #626262. Windows color (decimal): -9020585 or 5725046. OLE color: 5725046.
HSL color Cylindrical-coordinate representation of color #765B57: hue angle of 7.74º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #765B57 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 87 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.54 |
| HSL | 7.74º | 0.15% | 0.4% | - |
| HSV(B) | 7.74º | 0.26% | 0.46% | - |
| XYZ | 12.93 | 12.02 | 10.66 | - |
| YUV | 98.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 87 | 0 | 0.23 | 0.26 | 0.54 | 7.74 | 0.15 | 0.4 |
| Hex | 76 | 5B | 57 | 0 | 17 | 1A | 36 | 8 | F | 28 |
| Octal | 166 | 133 | 127 | 0 | 27 | 32 | 66 | 10 | 17 | 50 |
| Binary | 1110110 | 1011011 | 1010111 | 0 | 10111 | 11010 | 110110 | 1000 | 1111 | 101000 |
Color Harmonies of #765B57
Complementary color
Monochromatic Colors of #765B57
Black with #765B57
Text Example
Text Example
White with #765B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B57; }
p { color: rgb(118,91,87); }
H1.HeaderClassName
{
color: #765B57;
}
.AnyTagClassName
{
color: #765B57;
}
</style>
background-color css
<style>
a { background-color: #765B57; }
a { background-color: rgb(118,91,87); }
div.DivClassName
{
background-color: #765B57;
}
.BgClassName
{
background-color: #765B57;
}
</style>
border-color css
<style>
span { border-color: #765B57; }
span { border-color: rgb(118,91,87); }
td.TdClassName
{
border-color: #765B57;
}
.TagClassName
{
border-color: #765B57;
}
</style>