Shades of Zambezi #755F5D
Tints of Zambezi #755F5D
RGB
CMYK
RGB Variations
Color information
#755F5D (or 0x755F5D) is known color: Zambezi. HEX triplet: 75, 5F and 5D. RGB value is (117,95,93). Sum of RGB (Red+Green+Blue) = 117+95+93=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #755F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F5D is #8AA0A2. Grayscale: #656565. Windows color (decimal): -9085091 or 6119285. OLE color: 6119285.
HSL color Cylindrical-coordinate representation of color #755F5D: hue angle of 5º degrees, saturation: 0.11, 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 #755F5D is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 93 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.54 |
| HSL | 5º | 0.11% | 0.41% | - |
| HSV(B) | 5º | 0.21% | 0.46% | - |
| XYZ | 13.4 | 12.76 | 12.11 | - |
| YUV | 101.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 93 | 0 | 0.19 | 0.21 | 0.54 | 5 | 0.11 | 0.41 |
| Hex | 75 | 5F | 5D | 0 | 13 | 15 | 36 | 5 | B | 29 |
| Octal | 165 | 137 | 135 | 0 | 23 | 25 | 66 | 5 | 13 | 51 |
| Binary | 1110101 | 1011111 | 1011101 | 0 | 10011 | 10101 | 110110 | 101 | 1011 | 101001 |
Color Harmonies of #755F5D
Complementary color
Monochromatic Colors of #755F5D
Black with #755F5D
Text Example
Text Example
White with #755F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F5D; }
p { color: rgb(117,95,93); }
H1.HeaderClassName
{
color: #755F5D;
}
.AnyTagClassName
{
color: #755F5D;
}
</style>
background-color css
<style>
a { background-color: #755F5D; }
a { background-color: rgb(117,95,93); }
div.DivClassName
{
background-color: #755F5D;
}
.BgClassName
{
background-color: #755F5D;
}
</style>
border-color css
<style>
span { border-color: #755F5D; }
span { border-color: rgb(117,95,93); }
td.TdClassName
{
border-color: #755F5D;
}
.TagClassName
{
border-color: #755F5D;
}
</style>