Shades of Zambezi #765E5E
Tints of Zambezi #765E5E
RGB
CMYK
RGB Variations
Color information
#765E5E (or 0x765E5E) is known color: Zambezi. HEX triplet: 76, 5E and 5E. RGB value is (118,94,94). Sum of RGB (Red+Green+Blue) = 118+94+94=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #765E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E5E is #89A1A1. Grayscale: #656565. Windows color (decimal): -9019810 or 6184566. OLE color: 6184566.
HSL color Cylindrical-coordinate representation of color #765E5E: 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.2%. Process color model (Four color, CMYK) of #765E5E is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
RGB | 118 | 94 | 94 | - |
CMYK | 0 | 0.20 | 0.20 | 0.54 |
HSL | 0º | 0.11% | 0.42% | - |
HSV(B) | 0º | 0.2% | 0.46% | - |
XYZ | 13.49 | 12.67 | 12.32 | - |
YUV | 101.18 | 123.95 | 140 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 118 | 94 | 94 | 0 | 0.20 | 0.20 | 0.54 | 0 | 0.11 | 0.42 |
Hex | 76 | 5E | 5E | 0 | 14 | 14 | 36 | 0 | B | 2A |
Octal | 166 | 136 | 136 | 0 | 24 | 24 | 66 | 0 | 13 | 52 |
Binary | 1110110 | 1011110 | 1011110 | 0 | 10100 | 10100 | 110110 | 0 | 1011 | 101010 |
Color Harmonies of #765E5E
Complementary color
Monochromatic Colors of #765E5E
Black with #765E5E
Text Example
Text Example
White with #765E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E5E; }
p { color: rgb(118,94,94); }
H1.HeaderClassName
{
color: #765E5E;
}
.AnyTagClassName
{
color: #765E5E;
}
</style>
background-color css
<style>
a { background-color: #765E5E; }
a { background-color: rgb(118,94,94); }
div.DivClassName
{
background-color: #765E5E;
}
.BgClassName
{
background-color: #765E5E;
}
</style>
border-color css
<style>
span { border-color: #765E5E; }
span { border-color: rgb(118,94,94); }
td.TdClassName
{
border-color: #765E5E;
}
.TagClassName
{
border-color: #765E5E;
}
</style>