Shades of Zambezi #755C58
Tints of Zambezi #755C58
RGB
CMYK
RGB Variations
Color information
#755C58 (or 0x755C58) is known color: Zambezi. HEX triplet: 75, 5C and 58. RGB value is (117,92,88). Sum of RGB (Red+Green+Blue) = 117+92+88=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C58 is #8AA3A7. Grayscale: #636363. Windows color (decimal): -9085864 or 5790837. OLE color: 5790837.
HSL color Cylindrical-coordinate representation of color #755C58: hue angle of 8.28º 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 #755C58 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 88 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.54 |
| HSL | 8.28º | 0.14% | 0.4% | - |
| HSV(B) | 8.28º | 0.25% | 0.46% | - |
| XYZ | 12.92 | 12.14 | 10.89 | - |
| YUV | 99.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 88 | 0 | 0.21 | 0.25 | 0.54 | 8.28 | 0.14 | 0.4 |
| Hex | 75 | 5C | 58 | 0 | 15 | 19 | 36 | 8 | E | 28 |
| Octal | 165 | 134 | 130 | 0 | 25 | 31 | 66 | 10 | 16 | 50 |
| Binary | 1110101 | 1011100 | 1011000 | 0 | 10101 | 11001 | 110110 | 1000 | 1110 | 101000 |
Color Harmonies of #755C58
Complementary color
Monochromatic Colors of #755C58
Black with #755C58
Text Example
Text Example
White with #755C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C58; }
p { color: rgb(117,92,88); }
H1.HeaderClassName
{
color: #755C58;
}
.AnyTagClassName
{
color: #755C58;
}
</style>
background-color css
<style>
a { background-color: #755C58; }
a { background-color: rgb(117,92,88); }
div.DivClassName
{
background-color: #755C58;
}
.BgClassName
{
background-color: #755C58;
}
</style>
border-color css
<style>
span { border-color: #755C58; }
span { border-color: rgb(117,92,88); }
td.TdClassName
{
border-color: #755C58;
}
.TagClassName
{
border-color: #755C58;
}
</style>