Shades of Zambezi #775F5E
Tints of Zambezi #775F5E
RGB
CMYK
RGB Variations
Color information
#775F5E (or 0x775F5E) is known color: Zambezi. HEX triplet: 77, 5F and 5E. RGB value is (119,95,94). Sum of RGB (Red+Green+Blue) = 119+95+94=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F5E is #88A0A1. Grayscale: #666666. Windows color (decimal): -8954018 or 6184823. OLE color: 6184823.
HSL color Cylindrical-coordinate representation of color #775F5E: hue angle of 2.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #775F5E is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 95 | 94 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.53 |
| HSL | 2.4º | 0.12% | 0.42% | - |
| HSV(B) | 2.4º | 0.21% | 0.47% | - |
| XYZ | 13.72 | 12.91 | 12.36 | - |
| YUV | 102.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 94 | 0 | 0.20 | 0.21 | 0.53 | 2.4 | 0.12 | 0.42 |
| Hex | 77 | 5F | 5E | 0 | 14 | 15 | 35 | 2 | C | 2A |
| Octal | 167 | 137 | 136 | 0 | 24 | 25 | 65 | 2 | 14 | 52 |
| Binary | 1110111 | 1011111 | 1011110 | 0 | 10100 | 10101 | 110101 | 10 | 1100 | 101010 |
Color Harmonies of #775F5E
Complementary color
Monochromatic Colors of #775F5E
Black with #775F5E
Text Example
Text Example
White with #775F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775F5E; }
p { color: rgb(119,95,94); }
H1.HeaderClassName
{
color: #775F5E;
}
.AnyTagClassName
{
color: #775F5E;
}
</style>
background-color css
<style>
a { background-color: #775F5E; }
a { background-color: rgb(119,95,94); }
div.DivClassName
{
background-color: #775F5E;
}
.BgClassName
{
background-color: #775F5E;
}
</style>
border-color css
<style>
span { border-color: #775F5E; }
span { border-color: rgb(119,95,94); }
td.TdClassName
{
border-color: #775F5E;
}
.TagClassName
{
border-color: #775F5E;
}
</style>