Shades of Zambezi #7B5959
Tints of Zambezi #7B5959
RGB
CMYK
RGB Variations
Color information
#7B5959 (or 0x7B5959) is known color: Zambezi. HEX triplet: 7B, 59 and 59. RGB value is (123,89,89). Sum of RGB (Red+Green+Blue) = 123+89+89=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5959 is #84A6A6. Grayscale: #636363. Windows color (decimal): -8693415 or 5855611. OLE color: 5855611.
HSL color Cylindrical-coordinate representation of color #7B5959: hue angle of 0º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B5959 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 89 | 89 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.52 |
| HSL | 0º | 0.16% | 0.42% | - |
| HSV(B) | 0º | 0.28% | 0.48% | - |
| XYZ | 13.54 | 12.08 | 11.07 | - |
| YUV | 99.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 89 | 0 | 0.28 | 0.28 | 0.52 | 0 | 0.16 | 0.42 |
| Hex | 7B | 59 | 59 | 0 | 1C | 1C | 34 | 0 | 10 | 2A |
| Octal | 173 | 131 | 131 | 0 | 34 | 34 | 64 | 0 | 20 | 52 |
| Binary | 1111011 | 1011001 | 1011001 | 0 | 11100 | 11100 | 110100 | 0 | 10000 | 101010 |
Color Harmonies of #7B5959
Complementary color
Monochromatic Colors of #7B5959
Black with #7B5959
Text Example
Text Example
White with #7B5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5959; }
p { color: rgb(123,89,89); }
H1.HeaderClassName
{
color: #7B5959;
}
.AnyTagClassName
{
color: #7B5959;
}
</style>
background-color css
<style>
a { background-color: #7B5959; }
a { background-color: rgb(123,89,89); }
div.DivClassName
{
background-color: #7B5959;
}
.BgClassName
{
background-color: #7B5959;
}
</style>
border-color css
<style>
span { border-color: #7B5959; }
span { border-color: rgb(123,89,89); }
td.TdClassName
{
border-color: #7B5959;
}
.TagClassName
{
border-color: #7B5959;
}
</style>