Shades of Zambezi #775C59
Tints of Zambezi #775C59
RGB
CMYK
RGB Variations
Color information
#775C59 (or 0x775C59) is known color: Zambezi. HEX triplet: 77, 5C and 59. RGB value is (119,92,89). Sum of RGB (Red+Green+Blue) = 119+92+89=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #775C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C59 is #88A3A6. Grayscale: #636363. Windows color (decimal): -8954791 or 5856375. OLE color: 5856375.
HSL color Cylindrical-coordinate representation of color #775C59: hue angle of 6º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #775C59 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 89 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.53 |
| HSL | 6º | 0.14% | 0.41% | - |
| HSV(B) | 6º | 0.25% | 0.47% | - |
| XYZ | 13.24 | 12.3 | 11.13 | - |
| YUV | 99.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 89 | 0 | 0.23 | 0.25 | 0.53 | 6 | 0.14 | 0.41 |
| Hex | 77 | 5C | 59 | 0 | 17 | 19 | 35 | 6 | E | 29 |
| Octal | 167 | 134 | 131 | 0 | 27 | 31 | 65 | 6 | 16 | 51 |
| Binary | 1110111 | 1011100 | 1011001 | 0 | 10111 | 11001 | 110101 | 110 | 1110 | 101001 |
Color Harmonies of #775C59
Complementary color
Monochromatic Colors of #775C59
Black with #775C59
Text Example
Text Example
White with #775C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C59; }
p { color: rgb(119,92,89); }
H1.HeaderClassName
{
color: #775C59;
}
.AnyTagClassName
{
color: #775C59;
}
</style>
background-color css
<style>
a { background-color: #775C59; }
a { background-color: rgb(119,92,89); }
div.DivClassName
{
background-color: #775C59;
}
.BgClassName
{
background-color: #775C59;
}
</style>
border-color css
<style>
span { border-color: #775C59; }
span { border-color: rgb(119,92,89); }
td.TdClassName
{
border-color: #775C59;
}
.TagClassName
{
border-color: #775C59;
}
</style>