Shades of Zambezi #775C58
Tints of Zambezi #775C58
RGB
CMYK
RGB Variations
Color information
#775C58 (or 0x775C58) is known color: Zambezi. HEX triplet: 77, 5C and 58. RGB value is (119,92,88). Sum of RGB (Red+Green+Blue) = 119+92+88=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #775C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C58 is #88A3A7. Grayscale: #636363. Windows color (decimal): -8954792 or 5790839. OLE color: 5790839.
HSL color Cylindrical-coordinate representation of color #775C58: hue angle of 7.74º 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 #775C58 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 88 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.53 |
| HSL | 7.74º | 0.15% | 0.41% | - |
| HSV(B) | 7.74º | 0.26% | 0.47% | - |
| XYZ | 13.2 | 12.28 | 10.91 | - |
| YUV | 99.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 88 | 0 | 0.23 | 0.26 | 0.53 | 7.74 | 0.15 | 0.41 |
| Hex | 77 | 5C | 58 | 0 | 17 | 1A | 35 | 8 | F | 29 |
| Octal | 167 | 134 | 130 | 0 | 27 | 32 | 65 | 10 | 17 | 51 |
| Binary | 1110111 | 1011100 | 1011000 | 0 | 10111 | 11010 | 110101 | 1000 | 1111 | 101001 |
Color Harmonies of #775C58
Complementary color
Monochromatic Colors of #775C58
Black with #775C58
Text Example
Text Example
White with #775C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C58; }
p { color: rgb(119,92,88); }
H1.HeaderClassName
{
color: #775C58;
}
.AnyTagClassName
{
color: #775C58;
}
</style>
background-color css
<style>
a { background-color: #775C58; }
a { background-color: rgb(119,92,88); }
div.DivClassName
{
background-color: #775C58;
}
.BgClassName
{
background-color: #775C58;
}
</style>
border-color css
<style>
span { border-color: #775C58; }
span { border-color: rgb(119,92,88); }
td.TdClassName
{
border-color: #775C58;
}
.TagClassName
{
border-color: #775C58;
}
</style>