Shades of Zambezi #745D5A
Tints of Zambezi #745D5A
RGB
CMYK
RGB Variations
Color information
#745D5A (or 0x745D5A) is known color: Zambezi. HEX triplet: 74, 5D and 5A. RGB value is (116,93,90). Sum of RGB (Red+Green+Blue) = 116+93+90=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #745D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D5A is #8BA2A5. Grayscale: #636363. Windows color (decimal): -9151142 or 5922164. OLE color: 5922164.
HSL color Cylindrical-coordinate representation of color #745D5A: hue angle of 6.92º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745D5A is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 90 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.55 |
| HSL | 6.92º | 0.13% | 0.4% | - |
| HSV(B) | 6.92º | 0.22% | 0.45% | - |
| XYZ | 12.96 | 12.28 | 11.36 | - |
| YUV | 99.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 90 | 0 | 0.20 | 0.22 | 0.55 | 6.92 | 0.13 | 0.4 |
| Hex | 74 | 5D | 5A | 0 | 14 | 16 | 37 | 7 | D | 28 |
| Octal | 164 | 135 | 132 | 0 | 24 | 26 | 67 | 7 | 15 | 50 |
| Binary | 1110100 | 1011101 | 1011010 | 0 | 10100 | 10110 | 110111 | 111 | 1101 | 101000 |
Color Harmonies of #745D5A
Complementary color
Monochromatic Colors of #745D5A
Black with #745D5A
Text Example
Text Example
White with #745D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D5A; }
p { color: rgb(116,93,90); }
H1.HeaderClassName
{
color: #745D5A;
}
.AnyTagClassName
{
color: #745D5A;
}
</style>
background-color css
<style>
a { background-color: #745D5A; }
a { background-color: rgb(116,93,90); }
div.DivClassName
{
background-color: #745D5A;
}
.BgClassName
{
background-color: #745D5A;
}
</style>
border-color css
<style>
span { border-color: #745D5A; }
span { border-color: rgb(116,93,90); }
td.TdClassName
{
border-color: #745D5A;
}
.TagClassName
{
border-color: #745D5A;
}
</style>