Shades of Zambezi #775A58
Tints of Zambezi #775A58
RGB
CMYK
RGB Variations
Color information
#775A58 (or 0x775A58) is known color: Zambezi. HEX triplet: 77, 5A and 58. RGB value is (119,90,88). Sum of RGB (Red+Green+Blue) = 119+90+88=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #775A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A58 is #88A5A7. Grayscale: #626262. Windows color (decimal): -8955304 or 5790327. OLE color: 5790327.
HSL color Cylindrical-coordinate representation of color #775A58: hue angle of 3.87º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #775A58 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 88 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.53 |
| HSL | 3.87º | 0.15% | 0.41% | - |
| HSV(B) | 3.87º | 0.26% | 0.47% | - |
| XYZ | 13.03 | 11.94 | 10.85 | - |
| YUV | 98.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 88 | 0 | 0.24 | 0.26 | 0.53 | 3.87 | 0.15 | 0.41 |
| Hex | 77 | 5A | 58 | 0 | 18 | 1A | 35 | 4 | F | 29 |
| Octal | 167 | 132 | 130 | 0 | 30 | 32 | 65 | 4 | 17 | 51 |
| Binary | 1110111 | 1011010 | 1011000 | 0 | 11000 | 11010 | 110101 | 100 | 1111 | 101001 |
Color Harmonies of #775A58
Complementary color
Monochromatic Colors of #775A58
Black with #775A58
Text Example
Text Example
White with #775A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A58; }
p { color: rgb(119,90,88); }
H1.HeaderClassName
{
color: #775A58;
}
.AnyTagClassName
{
color: #775A58;
}
</style>
background-color css
<style>
a { background-color: #775A58; }
a { background-color: rgb(119,90,88); }
div.DivClassName
{
background-color: #775A58;
}
.BgClassName
{
background-color: #775A58;
}
</style>
border-color css
<style>
span { border-color: #775A58; }
span { border-color: rgb(119,90,88); }
td.TdClassName
{
border-color: #775A58;
}
.TagClassName
{
border-color: #775A58;
}
</style>