Shades of Zambezi #795A5A
Tints of Zambezi #795A5A
RGB
CMYK
RGB Variations
Color information
#795A5A (or 0x795A5A) is known color: Zambezi. HEX triplet: 79, 5A and 5A. RGB value is (121,90,90). Sum of RGB (Red+Green+Blue) = 121+90+90=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #795A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A5A is #86A5A5. Grayscale: #636363. Windows color (decimal): -8824230 or 5921401. OLE color: 5921401.
HSL color Cylindrical-coordinate representation of color #795A5A: hue angle of 0º 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 #795A5A is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 90 | 90 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.53 |
| HSL | 0º | 0.15% | 0.41% | - |
| HSV(B) | 0º | 0.26% | 0.47% | - |
| XYZ | 13.39 | 12.12 | 11.31 | - |
| YUV | 99.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 90 | 0 | 0.26 | 0.26 | 0.53 | 0 | 0.15 | 0.41 |
| Hex | 79 | 5A | 5A | 0 | 1A | 1A | 35 | 0 | F | 29 |
| Octal | 171 | 132 | 132 | 0 | 32 | 32 | 65 | 0 | 17 | 51 |
| Binary | 1111001 | 1011010 | 1011010 | 0 | 11010 | 11010 | 110101 | 0 | 1111 | 101001 |
Color Harmonies of #795A5A
Complementary color
Monochromatic Colors of #795A5A
Black with #795A5A
Text Example
Text Example
White with #795A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795A5A; }
p { color: rgb(121,90,90); }
H1.HeaderClassName
{
color: #795A5A;
}
.AnyTagClassName
{
color: #795A5A;
}
</style>
background-color css
<style>
a { background-color: #795A5A; }
a { background-color: rgb(121,90,90); }
div.DivClassName
{
background-color: #795A5A;
}
.BgClassName
{
background-color: #795A5A;
}
</style>
border-color css
<style>
span { border-color: #795A5A; }
span { border-color: rgb(121,90,90); }
td.TdClassName
{
border-color: #795A5A;
}
.TagClassName
{
border-color: #795A5A;
}
</style>