Shades of Zambezi #775D5D
Tints of Zambezi #775D5D
RGB
CMYK
RGB Variations
Color information
#775D5D (or 0x775D5D) is known color: Zambezi. HEX triplet: 77, 5D and 5D. RGB value is (119,93,93). Sum of RGB (Red+Green+Blue) = 119+93+93=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D5D is #88A2A2. Grayscale: #646464. Windows color (decimal): -8954531 or 6118775. OLE color: 6118775.
HSL color Cylindrical-coordinate representation of color #775D5D: hue angle of 0º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #775D5D is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 93 | 93 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.53 |
| HSL | 0º | 0.12% | 0.42% | - |
| HSV(B) | 0º | 0.22% | 0.47% | - |
| XYZ | 13.5 | 12.54 | 12.07 | - |
| YUV | 100.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 93 | 0 | 0.22 | 0.22 | 0.53 | 0 | 0.12 | 0.42 |
| Hex | 77 | 5D | 5D | 0 | 16 | 16 | 35 | 0 | C | 2A |
| Octal | 167 | 135 | 135 | 0 | 26 | 26 | 65 | 0 | 14 | 52 |
| Binary | 1110111 | 1011101 | 1011101 | 0 | 10110 | 10110 | 110101 | 0 | 1100 | 101010 |
Color Harmonies of #775D5D
Complementary color
Monochromatic Colors of #775D5D
Black with #775D5D
Text Example
Text Example
White with #775D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D5D; }
p { color: rgb(119,93,93); }
H1.HeaderClassName
{
color: #775D5D;
}
.AnyTagClassName
{
color: #775D5D;
}
</style>
background-color css
<style>
a { background-color: #775D5D; }
a { background-color: rgb(119,93,93); }
div.DivClassName
{
background-color: #775D5D;
}
.BgClassName
{
background-color: #775D5D;
}
</style>
border-color css
<style>
span { border-color: #775D5D; }
span { border-color: rgb(119,93,93); }
td.TdClassName
{
border-color: #775D5D;
}
.TagClassName
{
border-color: #775D5D;
}
</style>