Shades of Dorado #725E57
Tints of Dorado #725E57
RGB
CMYK
RGB Variations
Color information
#725E57 (or 0x725E57) is known color: Dorado. HEX triplet: 72, 5E and 57. RGB value is (114,94,87). Sum of RGB (Red+Green+Blue) = 114+94+87=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #725E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E57 is #8DA1A8. Grayscale: #636363. Windows color (decimal): -9281961 or 5725810. OLE color: 5725810.
HSL color Cylindrical-coordinate representation of color #725E57: hue angle of 15.56º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #725E57 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 87 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.55 |
| HSL | 15.56º | 0.13% | 0.39% | - |
| HSV(B) | 15.56º | 0.24% | 0.45% | - |
| XYZ | 12.66 | 12.27 | 10.72 | - |
| YUV | 99.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 87 | 0 | 0.18 | 0.24 | 0.55 | 15.56 | 0.13 | 0.39 |
| Hex | 72 | 5E | 57 | 0 | 12 | 18 | 37 | 10 | D | 27 |
| Octal | 162 | 136 | 127 | 0 | 22 | 30 | 67 | 20 | 15 | 47 |
| Binary | 1110010 | 1011110 | 1010111 | 0 | 10010 | 11000 | 110111 | 10000 | 1101 | 100111 |
Color Harmonies of #725E57
Complementary color
Monochromatic Colors of #725E57
Black with #725E57
Text Example
Text Example
White with #725E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E57; }
p { color: rgb(114,94,87); }
H1.HeaderClassName
{
color: #725E57;
}
.AnyTagClassName
{
color: #725E57;
}
</style>
background-color css
<style>
a { background-color: #725E57; }
a { background-color: rgb(114,94,87); }
div.DivClassName
{
background-color: #725E57;
}
.BgClassName
{
background-color: #725E57;
}
</style>
border-color css
<style>
span { border-color: #725E57; }
span { border-color: rgb(114,94,87); }
td.TdClassName
{
border-color: #725E57;
}
.TagClassName
{
border-color: #725E57;
}
</style>