Shades of Zambezi #765D5C
Tints of Zambezi #765D5C
RGB
CMYK
RGB Variations
Color information
#765D5C (or 0x765D5C) is known color: Zambezi. HEX triplet: 76, 5D and 5C. RGB value is (118,93,92). Sum of RGB (Red+Green+Blue) = 118+93+92=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #765D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D5C is #89A2A3. Grayscale: #646464. Windows color (decimal): -9020068 or 6053238. OLE color: 6053238.
HSL color Cylindrical-coordinate representation of color #765D5C: hue angle of 2.31º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765D5C is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 92 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.54 |
| HSL | 2.31º | 0.12% | 0.41% | - |
| HSV(B) | 2.31º | 0.22% | 0.46% | - |
| XYZ | 13.32 | 12.45 | 11.83 | - |
| YUV | 100.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 92 | 0 | 0.21 | 0.22 | 0.54 | 2.31 | 0.12 | 0.41 |
| Hex | 76 | 5D | 5C | 0 | 15 | 16 | 36 | 2 | C | 29 |
| Octal | 166 | 135 | 134 | 0 | 25 | 26 | 66 | 2 | 14 | 51 |
| Binary | 1110110 | 1011101 | 1011100 | 0 | 10101 | 10110 | 110110 | 10 | 1100 | 101001 |
Color Harmonies of #765D5C
Complementary color
Monochromatic Colors of #765D5C
Black with #765D5C
Text Example
Text Example
White with #765D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D5C; }
p { color: rgb(118,93,92); }
H1.HeaderClassName
{
color: #765D5C;
}
.AnyTagClassName
{
color: #765D5C;
}
</style>
background-color css
<style>
a { background-color: #765D5C; }
a { background-color: rgb(118,93,92); }
div.DivClassName
{
background-color: #765D5C;
}
.BgClassName
{
background-color: #765D5C;
}
</style>
border-color css
<style>
span { border-color: #765D5C; }
span { border-color: rgb(118,93,92); }
td.TdClassName
{
border-color: #765D5C;
}
.TagClassName
{
border-color: #765D5C;
}
</style>