Shades of Zambezi #755A57
Tints of Zambezi #755A57
RGB
CMYK
RGB Variations
Color information
#755A57 (or 0x755A57) is known color: Zambezi. HEX triplet: 75, 5A and 57. RGB value is (117,90,87). Sum of RGB (Red+Green+Blue) = 117+90+87=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #755A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A57 is #8AA5A8. Grayscale: #616161. Windows color (decimal): -9086377 or 5724789. OLE color: 5724789.
HSL color Cylindrical-coordinate representation of color #755A57: hue angle of 6º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755A57 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 87 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.54 |
| HSL | 6º | 0.15% | 0.4% | - |
| HSV(B) | 6º | 0.26% | 0.46% | - |
| XYZ | 12.71 | 11.78 | 10.62 | - |
| YUV | 97.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 87 | 0 | 0.23 | 0.26 | 0.54 | 6 | 0.15 | 0.4 |
| Hex | 75 | 5A | 57 | 0 | 17 | 1A | 36 | 6 | F | 28 |
| Octal | 165 | 132 | 127 | 0 | 27 | 32 | 66 | 6 | 17 | 50 |
| Binary | 1110101 | 1011010 | 1010111 | 0 | 10111 | 11010 | 110110 | 110 | 1111 | 101000 |
Color Harmonies of #755A57
Complementary color
Monochromatic Colors of #755A57
Black with #755A57
Text Example
Text Example
White with #755A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A57; }
p { color: rgb(117,90,87); }
H1.HeaderClassName
{
color: #755A57;
}
.AnyTagClassName
{
color: #755A57;
}
</style>
background-color css
<style>
a { background-color: #755A57; }
a { background-color: rgb(117,90,87); }
div.DivClassName
{
background-color: #755A57;
}
.BgClassName
{
background-color: #755A57;
}
</style>
border-color css
<style>
span { border-color: #755A57; }
span { border-color: rgb(117,90,87); }
td.TdClassName
{
border-color: #755A57;
}
.TagClassName
{
border-color: #755A57;
}
</style>