Shades of Zambezi #765A57
Tints of Zambezi #765A57
RGB
CMYK
RGB Variations
Color information
#765A57 (or 0x765A57) is known color: Zambezi. HEX triplet: 76, 5A and 57. RGB value is (118,90,87). Sum of RGB (Red+Green+Blue) = 118+90+87=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #765A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A57 is #89A5A8. Grayscale: #626262. Windows color (decimal): -9020841 or 5724790. OLE color: 5724790.
HSL color Cylindrical-coordinate representation of color #765A57: hue angle of 5.81º 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 #765A57 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 87 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.54 |
| HSL | 5.81º | 0.15% | 0.4% | - |
| HSV(B) | 5.81º | 0.26% | 0.46% | - |
| XYZ | 12.85 | 11.85 | 10.63 | - |
| YUV | 98.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 87 | 0 | 0.24 | 0.26 | 0.54 | 5.81 | 0.15 | 0.4 |
| Hex | 76 | 5A | 57 | 0 | 18 | 1A | 36 | 6 | F | 28 |
| Octal | 166 | 132 | 127 | 0 | 30 | 32 | 66 | 6 | 17 | 50 |
| Binary | 1110110 | 1011010 | 1010111 | 0 | 11000 | 11010 | 110110 | 110 | 1111 | 101000 |
Color Harmonies of #765A57
Complementary color
Monochromatic Colors of #765A57
Black with #765A57
Text Example
Text Example
White with #765A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A57; }
p { color: rgb(118,90,87); }
H1.HeaderClassName
{
color: #765A57;
}
.AnyTagClassName
{
color: #765A57;
}
</style>
background-color css
<style>
a { background-color: #765A57; }
a { background-color: rgb(118,90,87); }
div.DivClassName
{
background-color: #765A57;
}
.BgClassName
{
background-color: #765A57;
}
</style>
border-color css
<style>
span { border-color: #765A57; }
span { border-color: rgb(118,90,87); }
td.TdClassName
{
border-color: #765A57;
}
.TagClassName
{
border-color: #765A57;
}
</style>