Shades of Zambezi #765F5D
Tints of Zambezi #765F5D
RGB
CMYK
RGB Variations
Color information
#765F5D (or 0x765F5D) is known color: Zambezi. HEX triplet: 76, 5F and 5D. RGB value is (118,95,93). Sum of RGB (Red+Green+Blue) = 118+95+93=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #765F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F5D is #89A0A2. Grayscale: #656565. Windows color (decimal): -9019555 or 6119286. OLE color: 6119286.
HSL color Cylindrical-coordinate representation of color #765F5D: hue angle of 4.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765F5D is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 93 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.54 |
| HSL | 4.8º | 0.12% | 0.41% | - |
| HSV(B) | 4.8º | 0.21% | 0.46% | - |
| XYZ | 13.54 | 12.83 | 12.12 | - |
| YUV | 101.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 93 | 0 | 0.19 | 0.21 | 0.54 | 4.8 | 0.12 | 0.41 |
| Hex | 76 | 5F | 5D | 0 | 13 | 15 | 36 | 5 | C | 29 |
| Octal | 166 | 137 | 135 | 0 | 23 | 25 | 66 | 5 | 14 | 51 |
| Binary | 1110110 | 1011111 | 1011101 | 0 | 10011 | 10101 | 110110 | 101 | 1100 | 101001 |
Color Harmonies of #765F5D
Complementary color
Monochromatic Colors of #765F5D
Black with #765F5D
Text Example
Text Example
White with #765F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F5D; }
p { color: rgb(118,95,93); }
H1.HeaderClassName
{
color: #765F5D;
}
.AnyTagClassName
{
color: #765F5D;
}
</style>
background-color css
<style>
a { background-color: #765F5D; }
a { background-color: rgb(118,95,93); }
div.DivClassName
{
background-color: #765F5D;
}
.BgClassName
{
background-color: #765F5D;
}
</style>
border-color css
<style>
span { border-color: #765F5D; }
span { border-color: rgb(118,95,93); }
td.TdClassName
{
border-color: #765F5D;
}
.TagClassName
{
border-color: #765F5D;
}
</style>