Shades of Zambezi #75605F
Tints of Zambezi #75605F
RGB
CMYK
RGB Variations
Color information
#75605F (or 0x75605F) is known color: Zambezi. HEX triplet: 75, 60 and 5F. RGB value is (117,96,95). Sum of RGB (Red+Green+Blue) = 117+96+95=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75605F is #8A9FA0. Grayscale: #666666. Windows color (decimal): -9084833 or 6250613. OLE color: 6250613.
HSL color Cylindrical-coordinate representation of color #75605F: hue angle of 2.73º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75605F is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 96 | 95 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.54 |
| HSL | 2.73º | 0.1% | 0.42% | - |
| HSV(B) | 2.73º | 0.19% | 0.46% | - |
| XYZ | 13.58 | 12.97 | 12.61 | - |
| YUV | 102.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 95 | 0 | 0.18 | 0.19 | 0.54 | 2.73 | 0.1 | 0.42 |
| Hex | 75 | 60 | 5F | 0 | 12 | 13 | 36 | 3 | A | 2A |
| Octal | 165 | 140 | 137 | 0 | 22 | 23 | 66 | 3 | 12 | 52 |
| Binary | 1110101 | 1100000 | 1011111 | 0 | 10010 | 10011 | 110110 | 11 | 1010 | 101010 |
Color Harmonies of #75605F
Complementary color
Monochromatic Colors of #75605F
Black with #75605F
Text Example
Text Example
White with #75605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75605F; }
p { color: rgb(117,96,95); }
H1.HeaderClassName
{
color: #75605F;
}
.AnyTagClassName
{
color: #75605F;
}
</style>
background-color css
<style>
a { background-color: #75605F; }
a { background-color: rgb(117,96,95); }
div.DivClassName
{
background-color: #75605F;
}
.BgClassName
{
background-color: #75605F;
}
</style>
border-color css
<style>
span { border-color: #75605F; }
span { border-color: rgb(117,96,95); }
td.TdClassName
{
border-color: #75605F;
}
.TagClassName
{
border-color: #75605F;
}
</style>