Shades of Zambezi #755C5C
Tints of Zambezi #755C5C
RGB
CMYK
RGB Variations
Color information
#755C5C (or 0x755C5C) is known color: Zambezi. HEX triplet: 75, 5C and 5C. RGB value is (117,92,92). Sum of RGB (Red+Green+Blue) = 117+92+92=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C5C is #8AA3A3. Grayscale: #636363. Windows color (decimal): -9085860 or 6052981. OLE color: 6052981.
HSL color Cylindrical-coordinate representation of color #755C5C: hue angle of 0º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755C5C is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 92 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.54 |
| HSL | 0º | 0.12% | 0.41% | - |
| HSV(B) | 0º | 0.21% | 0.46% | - |
| XYZ | 13.1 | 12.21 | 11.79 | - |
| YUV | 99.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 92 | 0 | 0.21 | 0.21 | 0.54 | 0 | 0.12 | 0.41 |
| Hex | 75 | 5C | 5C | 0 | 15 | 15 | 36 | 0 | C | 29 |
| Octal | 165 | 134 | 134 | 0 | 25 | 25 | 66 | 0 | 14 | 51 |
| Binary | 1110101 | 1011100 | 1011100 | 0 | 10101 | 10101 | 110110 | 0 | 1100 | 101001 |
Color Harmonies of #755C5C
Complementary color
Monochromatic Colors of #755C5C
Black with #755C5C
Text Example
Text Example
White with #755C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C5C; }
p { color: rgb(117,92,92); }
H1.HeaderClassName
{
color: #755C5C;
}
.AnyTagClassName
{
color: #755C5C;
}
</style>
background-color css
<style>
a { background-color: #755C5C; }
a { background-color: rgb(117,92,92); }
div.DivClassName
{
background-color: #755C5C;
}
.BgClassName
{
background-color: #755C5C;
}
</style>
border-color css
<style>
span { border-color: #755C5C; }
span { border-color: rgb(117,92,92); }
td.TdClassName
{
border-color: #755C5C;
}
.TagClassName
{
border-color: #755C5C;
}
</style>