Shades of Zambezi #775D5C
Tints of Zambezi #775D5C
RGB
CMYK
RGB Variations
Color information
#775D5C (or 0x775D5C) is known color: Zambezi. HEX triplet: 77, 5D and 5C. RGB value is (119,93,92). Sum of RGB (Red+Green+Blue) = 119+93+92=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D5C is #88A2A3. Grayscale: #646464. Windows color (decimal): -8954532 or 6053239. OLE color: 6053239.
HSL color Cylindrical-coordinate representation of color #775D5C: hue angle of 2.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775D5C is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 92 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.53 |
| HSL | 2.22º | 0.13% | 0.41% | - |
| HSV(B) | 2.22º | 0.23% | 0.47% | - |
| XYZ | 13.45 | 12.52 | 11.83 | - |
| YUV | 100.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 92 | 0 | 0.22 | 0.23 | 0.53 | 2.22 | 0.13 | 0.41 |
| Hex | 77 | 5D | 5C | 0 | 16 | 17 | 35 | 2 | D | 29 |
| Octal | 167 | 135 | 134 | 0 | 26 | 27 | 65 | 2 | 15 | 51 |
| Binary | 1110111 | 1011101 | 1011100 | 0 | 10110 | 10111 | 110101 | 10 | 1101 | 101001 |
Color Harmonies of #775D5C
Complementary color
Monochromatic Colors of #775D5C
Black with #775D5C
Text Example
Text Example
White with #775D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D5C; }
p { color: rgb(119,93,92); }
H1.HeaderClassName
{
color: #775D5C;
}
.AnyTagClassName
{
color: #775D5C;
}
</style>
background-color css
<style>
a { background-color: #775D5C; }
a { background-color: rgb(119,93,92); }
div.DivClassName
{
background-color: #775D5C;
}
.BgClassName
{
background-color: #775D5C;
}
</style>
border-color css
<style>
span { border-color: #775D5C; }
span { border-color: rgb(119,93,92); }
td.TdClassName
{
border-color: #775D5C;
}
.TagClassName
{
border-color: #775D5C;
}
</style>