Shades of Zambezi #745A58
Tints of Zambezi #745A58
RGB
CMYK
RGB Variations
Color information
#745A58 (or 0x745A58) is known color: Zambezi. HEX triplet: 74, 5A and 58. RGB value is (116,90,88). Sum of RGB (Red+Green+Blue) = 116+90+88=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #745A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745A58 is #8BA5A7. Grayscale: #616161. Windows color (decimal): -9151912 or 5790324. OLE color: 5790324.
HSL color Cylindrical-coordinate representation of color #745A58: hue angle of 4.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #745A58 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 88 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.55 |
| HSL | 4.29º | 0.14% | 0.4% | - |
| HSV(B) | 4.29º | 0.24% | 0.45% | - |
| XYZ | 12.62 | 11.73 | 10.83 | - |
| YUV | 97.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 88 | 0 | 0.22 | 0.24 | 0.55 | 4.29 | 0.14 | 0.4 |
| Hex | 74 | 5A | 58 | 0 | 16 | 18 | 37 | 4 | E | 28 |
| Octal | 164 | 132 | 130 | 0 | 26 | 30 | 67 | 4 | 16 | 50 |
| Binary | 1110100 | 1011010 | 1011000 | 0 | 10110 | 11000 | 110111 | 100 | 1110 | 101000 |
Color Harmonies of #745A58
Complementary color
Monochromatic Colors of #745A58
Black with #745A58
Text Example
Text Example
White with #745A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A58; }
p { color: rgb(116,90,88); }
H1.HeaderClassName
{
color: #745A58;
}
.AnyTagClassName
{
color: #745A58;
}
</style>
background-color css
<style>
a { background-color: #745A58; }
a { background-color: rgb(116,90,88); }
div.DivClassName
{
background-color: #745A58;
}
.BgClassName
{
background-color: #745A58;
}
</style>
border-color css
<style>
span { border-color: #745A58; }
span { border-color: rgb(116,90,88); }
td.TdClassName
{
border-color: #745A58;
}
.TagClassName
{
border-color: #745A58;
}
</style>