Shades of Zambezi #795B5B
Tints of Zambezi #795B5B
RGB
CMYK
RGB Variations
Color information
#795B5B (or 0x795B5B) is known color: Zambezi. HEX triplet: 79, 5B and 5B. RGB value is (121,91,91). Sum of RGB (Red+Green+Blue) = 121+91+91=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #795B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B5B is #86A4A4. Grayscale: #646464. Windows color (decimal): -8823973 or 5987193. OLE color: 5987193.
HSL color Cylindrical-coordinate representation of color #795B5B: hue angle of 0º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #795B5B is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 91 | 91 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.53 |
| HSL | 0º | 0.14% | 0.42% | - |
| HSV(B) | 0º | 0.25% | 0.47% | - |
| XYZ | 13.51 | 12.3 | 11.56 | - |
| YUV | 99.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 91 | 91 | 0 | 0.25 | 0.25 | 0.53 | 0 | 0.14 | 0.42 |
| Hex | 79 | 5B | 5B | 0 | 19 | 19 | 35 | 0 | E | 2A |
| Octal | 171 | 133 | 133 | 0 | 31 | 31 | 65 | 0 | 16 | 52 |
| Binary | 1111001 | 1011011 | 1011011 | 0 | 11001 | 11001 | 110101 | 0 | 1110 | 101010 |
Color Harmonies of #795B5B
Complementary color
Monochromatic Colors of #795B5B
Black with #795B5B
Text Example
Text Example
White with #795B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795B5B; }
p { color: rgb(121,91,91); }
H1.HeaderClassName
{
color: #795B5B;
}
.AnyTagClassName
{
color: #795B5B;
}
</style>
background-color css
<style>
a { background-color: #795B5B; }
a { background-color: rgb(121,91,91); }
div.DivClassName
{
background-color: #795B5B;
}
.BgClassName
{
background-color: #795B5B;
}
</style>
border-color css
<style>
span { border-color: #795B5B; }
span { border-color: rgb(121,91,91); }
td.TdClassName
{
border-color: #795B5B;
}
.TagClassName
{
border-color: #795B5B;
}
</style>