Shades of Dorado #725C56
Tints of Dorado #725C56
RGB
CMYK
RGB Variations
Color information
#725C56 (or 0x725C56) is known color: Dorado. HEX triplet: 72, 5C and 56. RGB value is (114,92,86). Sum of RGB (Red+Green+Blue) = 114+92+86=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #725C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C56 is #8DA3A9. Grayscale: #616161. Windows color (decimal): -9282474 or 5659762. OLE color: 5659762.
HSL color Cylindrical-coordinate representation of color #725C56: hue angle of 12.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #725C56 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 86 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.55 |
| HSL | 12.86º | 0.14% | 0.39% | - |
| HSV(B) | 12.86º | 0.25% | 0.45% | - |
| XYZ | 12.45 | 11.9 | 10.45 | - |
| YUV | 97.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 86 | 0 | 0.19 | 0.25 | 0.55 | 12.86 | 0.14 | 0.39 |
| Hex | 72 | 5C | 56 | 0 | 13 | 19 | 37 | D | E | 27 |
| Octal | 162 | 134 | 126 | 0 | 23 | 31 | 67 | 15 | 16 | 47 |
| Binary | 1110010 | 1011100 | 1010110 | 0 | 10011 | 11001 | 110111 | 1101 | 1110 | 100111 |
Color Harmonies of #725C56
Complementary color
Monochromatic Colors of #725C56
Black with #725C56
Text Example
Text Example
White with #725C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C56; }
p { color: rgb(114,92,86); }
H1.HeaderClassName
{
color: #725C56;
}
.AnyTagClassName
{
color: #725C56;
}
</style>
background-color css
<style>
a { background-color: #725C56; }
a { background-color: rgb(114,92,86); }
div.DivClassName
{
background-color: #725C56;
}
.BgClassName
{
background-color: #725C56;
}
</style>
border-color css
<style>
span { border-color: #725C56; }
span { border-color: rgb(114,92,86); }
td.TdClassName
{
border-color: #725C56;
}
.TagClassName
{
border-color: #725C56;
}
</style>