Shades of Zambezi #72605D
Tints of Zambezi #72605D
RGB
CMYK
RGB Variations
Color information
#72605D (or 0x72605D) is known color: Zambezi. HEX triplet: 72, 60 and 5D. RGB value is (114,96,93). Sum of RGB (Red+Green+Blue) = 114+96+93=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #72605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72605D is #8D9FA2. Grayscale: #656565. Windows color (decimal): -9281443 or 6119538. OLE color: 6119538.
HSL color Cylindrical-coordinate representation of color #72605D: hue angle of 8.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72605D is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 96 | 93 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.55 |
| HSL | 8.57º | 0.1% | 0.41% | - |
| HSV(B) | 8.57º | 0.18% | 0.45% | - |
| XYZ | 13.1 | 12.73 | 12.12 | - |
| YUV | 101.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 93 | 0 | 0.16 | 0.18 | 0.55 | 8.57 | 0.1 | 0.41 |
| Hex | 72 | 60 | 5D | 0 | 10 | 12 | 37 | 9 | A | 29 |
| Octal | 162 | 140 | 135 | 0 | 20 | 22 | 67 | 11 | 12 | 51 |
| Binary | 1110010 | 1100000 | 1011101 | 0 | 10000 | 10010 | 110111 | 1001 | 1010 | 101001 |
Color Harmonies of #72605D
Complementary color
Monochromatic Colors of #72605D
Black with #72605D
Text Example
Text Example
White with #72605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72605D; }
p { color: rgb(114,96,93); }
H1.HeaderClassName
{
color: #72605D;
}
.AnyTagClassName
{
color: #72605D;
}
</style>
background-color css
<style>
a { background-color: #72605D; }
a { background-color: rgb(114,96,93); }
div.DivClassName
{
background-color: #72605D;
}
.BgClassName
{
background-color: #72605D;
}
</style>
border-color css
<style>
span { border-color: #72605D; }
span { border-color: rgb(114,96,93); }
td.TdClassName
{
border-color: #72605D;
}
.TagClassName
{
border-color: #72605D;
}
</style>