Shades of Zambezi #755B58
Tints of Zambezi #755B58
RGB
CMYK
RGB Variations
Color information
#755B58 (or 0x755B58) is known color: Zambezi. HEX triplet: 75, 5B and 58. RGB value is (117,91,88). Sum of RGB (Red+Green+Blue) = 117+91+88=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #755B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B58 is #8AA4A7. Grayscale: #626262. Windows color (decimal): -9086120 or 5790581. OLE color: 5790581.
HSL color Cylindrical-coordinate representation of color #755B58: hue angle of 6.21º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #755B58 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 88 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.54 |
| HSL | 6.21º | 0.14% | 0.4% | - |
| HSV(B) | 6.21º | 0.25% | 0.46% | - |
| XYZ | 12.84 | 11.97 | 10.87 | - |
| YUV | 98.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 88 | 0 | 0.22 | 0.25 | 0.54 | 6.21 | 0.14 | 0.4 |
| Hex | 75 | 5B | 58 | 0 | 16 | 19 | 36 | 6 | E | 28 |
| Octal | 165 | 133 | 130 | 0 | 26 | 31 | 66 | 6 | 16 | 50 |
| Binary | 1110101 | 1011011 | 1011000 | 0 | 10110 | 11001 | 110110 | 110 | 1110 | 101000 |
Color Harmonies of #755B58
Complementary color
Monochromatic Colors of #755B58
Black with #755B58
Text Example
Text Example
White with #755B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B58; }
p { color: rgb(117,91,88); }
H1.HeaderClassName
{
color: #755B58;
}
.AnyTagClassName
{
color: #755B58;
}
</style>
background-color css
<style>
a { background-color: #755B58; }
a { background-color: rgb(117,91,88); }
div.DivClassName
{
background-color: #755B58;
}
.BgClassName
{
background-color: #755B58;
}
</style>
border-color css
<style>
span { border-color: #755B58; }
span { border-color: rgb(117,91,88); }
td.TdClassName
{
border-color: #755B58;
}
.TagClassName
{
border-color: #755B58;
}
</style>