Shades of Zambezi #765F5F
Tints of Zambezi #765F5F
RGB
CMYK
RGB Variations
Color information
#765F5F (or 0x765F5F) is known color: Zambezi. HEX triplet: 76, 5F and 5F. RGB value is (118,95,95). Sum of RGB (Red+Green+Blue) = 118+95+95=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F5F is #89A0A0. Grayscale: #656565. Windows color (decimal): -9019553 or 6250358. OLE color: 6250358.
HSL color Cylindrical-coordinate representation of color #765F5F: hue angle of 0º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #765F5F is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 95 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.54 |
| HSL | 0º | 0.11% | 0.42% | - |
| HSV(B) | 0º | 0.19% | 0.46% | - |
| XYZ | 13.63 | 12.86 | 12.59 | - |
| YUV | 101.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 95 | 0 | 0.19 | 0.19 | 0.54 | 0 | 0.11 | 0.42 |
| Hex | 76 | 5F | 5F | 0 | 13 | 13 | 36 | 0 | B | 2A |
| Octal | 166 | 137 | 137 | 0 | 23 | 23 | 66 | 0 | 13 | 52 |
| Binary | 1110110 | 1011111 | 1011111 | 0 | 10011 | 10011 | 110110 | 0 | 1011 | 101010 |
Color Harmonies of #765F5F
Complementary color
Monochromatic Colors of #765F5F
Black with #765F5F
Text Example
Text Example
White with #765F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F5F; }
p { color: rgb(118,95,95); }
H1.HeaderClassName
{
color: #765F5F;
}
.AnyTagClassName
{
color: #765F5F;
}
</style>
background-color css
<style>
a { background-color: #765F5F; }
a { background-color: rgb(118,95,95); }
div.DivClassName
{
background-color: #765F5F;
}
.BgClassName
{
background-color: #765F5F;
}
</style>
border-color css
<style>
span { border-color: #765F5F; }
span { border-color: rgb(118,95,95); }
td.TdClassName
{
border-color: #765F5F;
}
.TagClassName
{
border-color: #765F5F;
}
</style>