Shades of Zambezi #7C5858
Tints of Zambezi #7C5858
RGB
CMYK
RGB Variations
Color information
#7C5858 (or 0x7C5858) is known color: Zambezi. HEX triplet: 7C, 58 and 58. RGB value is (124,88,88). Sum of RGB (Red+Green+Blue) = 124+88+88=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5858 is #83A7A7. Grayscale: #626262. Windows color (decimal): -8628136 or 5789820. OLE color: 5789820.
HSL color Cylindrical-coordinate representation of color #7C5858: hue angle of 0º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C5858 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 88 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.51 |
| HSL | 0º | 0.17% | 0.42% | - |
| HSV(B) | 0º | 0.29% | 0.49% | - |
| XYZ | 13.56 | 11.97 | 10.83 | - |
| YUV | 98.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 88 | 0 | 0.29 | 0.29 | 0.51 | 0 | 0.17 | 0.42 |
| Hex | 7C | 58 | 58 | 0 | 1D | 1D | 33 | 0 | 11 | 2A |
| Octal | 174 | 130 | 130 | 0 | 35 | 35 | 63 | 0 | 21 | 52 |
| Binary | 1111100 | 1011000 | 1011000 | 0 | 11101 | 11101 | 110011 | 0 | 10001 | 101010 |
Color Harmonies of #7C5858
Complementary color
Monochromatic Colors of #7C5858
Black with #7C5858
Text Example
Text Example
White with #7C5858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5858; }
p { color: rgb(124,88,88); }
H1.HeaderClassName
{
color: #7C5858;
}
.AnyTagClassName
{
color: #7C5858;
}
</style>
background-color css
<style>
a { background-color: #7C5858; }
a { background-color: rgb(124,88,88); }
div.DivClassName
{
background-color: #7C5858;
}
.BgClassName
{
background-color: #7C5858;
}
</style>
border-color css
<style>
span { border-color: #7C5858; }
span { border-color: rgb(124,88,88); }
td.TdClassName
{
border-color: #7C5858;
}
.TagClassName
{
border-color: #7C5858;
}
</style>