Shades of Dorado #725B4E
Tints of Dorado #725B4E
RGB
CMYK
RGB Variations
Color information
#725B4E (or 0x725B4E) is known color: Dorado. HEX triplet: 72, 5B and 4E. RGB value is (114,91,78). Sum of RGB (Red+Green+Blue) = 114+91+78=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #725B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B4E is #8DA4B1. Grayscale: #606060. Windows color (decimal): -9282738 or 5135218. OLE color: 5135218.
HSL color Cylindrical-coordinate representation of color #725B4E: hue angle of 21.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #725B4E is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 78 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.55 |
| HSL | 21.67º | 0.19% | 0.38% | - |
| HSV(B) | 21.67º | 0.32% | 0.45% | - |
| XYZ | 12.06 | 11.61 | 8.81 | - |
| YUV | 96.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 78 | 0 | 0.20 | 0.32 | 0.55 | 21.67 | 0.19 | 0.38 |
| Hex | 72 | 5B | 4E | 0 | 14 | 20 | 37 | 16 | 13 | 26 |
| Octal | 162 | 133 | 116 | 0 | 24 | 40 | 67 | 26 | 23 | 46 |
| Binary | 1110010 | 1011011 | 1001110 | 0 | 10100 | 100000 | 110111 | 10110 | 10011 | 100110 |
Color Harmonies of #725B4E
Complementary color
Monochromatic Colors of #725B4E
Black with #725B4E
Text Example
Text Example
White with #725B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B4E; }
p { color: rgb(114,91,78); }
H1.HeaderClassName
{
color: #725B4E;
}
.AnyTagClassName
{
color: #725B4E;
}
</style>
background-color css
<style>
a { background-color: #725B4E; }
a { background-color: rgb(114,91,78); }
div.DivClassName
{
background-color: #725B4E;
}
.BgClassName
{
background-color: #725B4E;
}
</style>
border-color css
<style>
span { border-color: #725B4E; }
span { border-color: rgb(114,91,78); }
td.TdClassName
{
border-color: #725B4E;
}
.TagClassName
{
border-color: #725B4E;
}
</style>