Shades of Zambezi #775C5C
Tints of Zambezi #775C5C
RGB
CMYK
RGB Variations
Color information
#775C5C (or 0x775C5C) is known color: Zambezi. HEX triplet: 77, 5C and 5C. RGB value is (119,92,92). Sum of RGB (Red+Green+Blue) = 119+92+92=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C5C is #88A3A3. Grayscale: #646464. Windows color (decimal): -8954788 or 6052983. OLE color: 6052983.
HSL color Cylindrical-coordinate representation of color #775C5C: hue angle of 0º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775C5C is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 92 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.53 |
| HSL | 0º | 0.13% | 0.41% | - |
| HSV(B) | 0º | 0.23% | 0.47% | - |
| XYZ | 13.37 | 12.35 | 11.8 | - |
| YUV | 100.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 92 | 0 | 0.23 | 0.23 | 0.53 | 0 | 0.13 | 0.41 |
| Hex | 77 | 5C | 5C | 0 | 17 | 17 | 35 | 0 | D | 29 |
| Octal | 167 | 134 | 134 | 0 | 27 | 27 | 65 | 0 | 15 | 51 |
| Binary | 1110111 | 1011100 | 1011100 | 0 | 10111 | 10111 | 110101 | 0 | 1101 | 101001 |
Color Harmonies of #775C5C
Complementary color
Monochromatic Colors of #775C5C
Black with #775C5C
Text Example
Text Example
White with #775C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C5C; }
p { color: rgb(119,92,92); }
H1.HeaderClassName
{
color: #775C5C;
}
.AnyTagClassName
{
color: #775C5C;
}
</style>
background-color css
<style>
a { background-color: #775C5C; }
a { background-color: rgb(119,92,92); }
div.DivClassName
{
background-color: #775C5C;
}
.BgClassName
{
background-color: #775C5C;
}
</style>
border-color css
<style>
span { border-color: #775C5C; }
span { border-color: rgb(119,92,92); }
td.TdClassName
{
border-color: #775C5C;
}
.TagClassName
{
border-color: #775C5C;
}
</style>