Shades of Zambezi #765C5C
Tints of Zambezi #765C5C
RGB
CMYK
RGB Variations
Color information
#765C5C (or 0x765C5C) is known color: Zambezi. HEX triplet: 76, 5C and 5C. RGB value is (118,92,92). Sum of RGB (Red+Green+Blue) = 118+92+92=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C5C is #89A3A3. Grayscale: #636363. Windows color (decimal): -9020324 or 6052982. OLE color: 6052982.
HSL color Cylindrical-coordinate representation of color #765C5C: hue angle of 0º 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 #765C5C is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 92 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.54 |
| HSL | 0º | 0.12% | 0.41% | - |
| HSV(B) | 0º | 0.22% | 0.46% | - |
| XYZ | 13.23 | 12.28 | 11.8 | - |
| YUV | 99.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 92 | 0 | 0.22 | 0.22 | 0.54 | 0 | 0.12 | 0.41 |
| Hex | 76 | 5C | 5C | 0 | 16 | 16 | 36 | 0 | C | 29 |
| Octal | 166 | 134 | 134 | 0 | 26 | 26 | 66 | 0 | 14 | 51 |
| Binary | 1110110 | 1011100 | 1011100 | 0 | 10110 | 10110 | 110110 | 0 | 1100 | 101001 |
Color Harmonies of #765C5C
Complementary color
Monochromatic Colors of #765C5C
Black with #765C5C
Text Example
Text Example
White with #765C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C5C; }
p { color: rgb(118,92,92); }
H1.HeaderClassName
{
color: #765C5C;
}
.AnyTagClassName
{
color: #765C5C;
}
</style>
background-color css
<style>
a { background-color: #765C5C; }
a { background-color: rgb(118,92,92); }
div.DivClassName
{
background-color: #765C5C;
}
.BgClassName
{
background-color: #765C5C;
}
</style>
border-color css
<style>
span { border-color: #765C5C; }
span { border-color: rgb(118,92,92); }
td.TdClassName
{
border-color: #765C5C;
}
.TagClassName
{
border-color: #765C5C;
}
</style>