Shades of Zambezi #795B5A
Tints of Zambezi #795B5A
RGB
CMYK
RGB Variations
Color information
#795B5A (or 0x795B5A) is known color: Zambezi. HEX triplet: 79, 5B and 5A. RGB value is (121,91,90). Sum of RGB (Red+Green+Blue) = 121+91+90=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #795B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B5A is #86A4A5. Grayscale: #636363. Windows color (decimal): -8823974 or 5921657. OLE color: 5921657.
HSL color Cylindrical-coordinate representation of color #795B5A: hue angle of 1.94º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795B5A is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 91 | 90 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.53 |
| HSL | 1.94º | 0.15% | 0.41% | - |
| HSV(B) | 1.94º | 0.26% | 0.47% | - |
| XYZ | 13.47 | 12.29 | 11.33 | - |
| YUV | 99.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 90 | 0 | 0.25 | 0.26 | 0.53 | 1.94 | 0.15 | 0.41 |
| Hex | 79 | 5B | 5A | 0 | 19 | 1A | 35 | 2 | F | 29 |
| Octal | 171 | 133 | 132 | 0 | 31 | 32 | 65 | 2 | 17 | 51 |
| Binary | 1111001 | 1011011 | 1011010 | 0 | 11001 | 11010 | 110101 | 10 | 1111 | 101001 |
Color Harmonies of #795B5A
Complementary color
Monochromatic Colors of #795B5A
Black with #795B5A
Text Example
Text Example
White with #795B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795B5A; }
p { color: rgb(121,91,90); }
H1.HeaderClassName
{
color: #795B5A;
}
.AnyTagClassName
{
color: #795B5A;
}
</style>
background-color css
<style>
a { background-color: #795B5A; }
a { background-color: rgb(121,91,90); }
div.DivClassName
{
background-color: #795B5A;
}
.BgClassName
{
background-color: #795B5A;
}
</style>
border-color css
<style>
span { border-color: #795B5A; }
span { border-color: rgb(121,91,90); }
td.TdClassName
{
border-color: #795B5A;
}
.TagClassName
{
border-color: #795B5A;
}
</style>