Shades of Zambezi #775C5A
Tints of Zambezi #775C5A
RGB
CMYK
RGB Variations
Color information
#775C5A (or 0x775C5A) is known color: Zambezi. HEX triplet: 77, 5C and 5A. RGB value is (119,92,90). Sum of RGB (Red+Green+Blue) = 119+92+90=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #775C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C5A is #88A3A5. Grayscale: #636363. Windows color (decimal): -8954790 or 5921911. OLE color: 5921911.
HSL color Cylindrical-coordinate representation of color #775C5A: hue angle of 4.14º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775C5A is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 90 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.53 |
| HSL | 4.14º | 0.14% | 0.41% | - |
| HSV(B) | 4.14º | 0.24% | 0.47% | - |
| XYZ | 13.28 | 12.31 | 11.35 | - |
| YUV | 99.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 90 | 0 | 0.23 | 0.24 | 0.53 | 4.14 | 0.14 | 0.41 |
| Hex | 77 | 5C | 5A | 0 | 17 | 18 | 35 | 4 | E | 29 |
| Octal | 167 | 134 | 132 | 0 | 27 | 30 | 65 | 4 | 16 | 51 |
| Binary | 1110111 | 1011100 | 1011010 | 0 | 10111 | 11000 | 110101 | 100 | 1110 | 101001 |
Color Harmonies of #775C5A
Complementary color
Monochromatic Colors of #775C5A
Black with #775C5A
Text Example
Text Example
White with #775C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C5A; }
p { color: rgb(119,92,90); }
H1.HeaderClassName
{
color: #775C5A;
}
.AnyTagClassName
{
color: #775C5A;
}
</style>
background-color css
<style>
a { background-color: #775C5A; }
a { background-color: rgb(119,92,90); }
div.DivClassName
{
background-color: #775C5A;
}
.BgClassName
{
background-color: #775C5A;
}
</style>
border-color css
<style>
span { border-color: #775C5A; }
span { border-color: rgb(119,92,90); }
td.TdClassName
{
border-color: #775C5A;
}
.TagClassName
{
border-color: #775C5A;
}
</style>