Shades of Zambezi #755D5B
Tints of Zambezi #755D5B
RGB
CMYK
RGB Variations
Color information
#755D5B (or 0x755D5B) is known color: Zambezi. HEX triplet: 75, 5D and 5B. RGB value is (117,93,91). Sum of RGB (Red+Green+Blue) = 117+93+91=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D5B is #8AA2A4. Grayscale: #636363. Windows color (decimal): -9085605 or 5987701. OLE color: 5987701.
HSL color Cylindrical-coordinate representation of color #755D5B: hue angle of 4.62º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #755D5B is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 91 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.54 |
| HSL | 4.62º | 0.13% | 0.41% | - |
| HSV(B) | 4.62º | 0.22% | 0.46% | - |
| XYZ | 13.14 | 12.37 | 11.59 | - |
| YUV | 99.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 91 | 0 | 0.21 | 0.22 | 0.54 | 4.62 | 0.13 | 0.41 |
| Hex | 75 | 5D | 5B | 0 | 15 | 16 | 36 | 5 | C | 29 |
| Octal | 165 | 135 | 133 | 0 | 25 | 26 | 66 | 5 | 14 | 51 |
| Binary | 1110101 | 1011101 | 1011011 | 0 | 10101 | 10110 | 110110 | 101 | 1100 | 101001 |
Color Harmonies of #755D5B
Complementary color
Monochromatic Colors of #755D5B
Black with #755D5B
Text Example
Text Example
White with #755D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D5B; }
p { color: rgb(117,93,91); }
H1.HeaderClassName
{
color: #755D5B;
}
.AnyTagClassName
{
color: #755D5B;
}
</style>
background-color css
<style>
a { background-color: #755D5B; }
a { background-color: rgb(117,93,91); }
div.DivClassName
{
background-color: #755D5B;
}
.BgClassName
{
background-color: #755D5B;
}
</style>
border-color css
<style>
span { border-color: #755D5B; }
span { border-color: rgb(117,93,91); }
td.TdClassName
{
border-color: #755D5B;
}
.TagClassName
{
border-color: #755D5B;
}
</style>