Shades of Dorado #725E51
Tints of Dorado #725E51
RGB
CMYK
RGB Variations
Color information
#725E51 (or 0x725E51) is known color: Dorado. HEX triplet: 72, 5E and 51. RGB value is (114,94,81). Sum of RGB (Red+Green+Blue) = 114+94+81=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #725E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E51 is #8DA1AE. Grayscale: #626262. Windows color (decimal): -9281967 or 5332594. OLE color: 5332594.
HSL color Cylindrical-coordinate representation of color #725E51: hue angle of 23.64º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725E51 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 81 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.55 |
| HSL | 23.64º | 0.17% | 0.38% | - |
| HSV(B) | 23.64º | 0.29% | 0.45% | - |
| XYZ | 12.43 | 12.18 | 9.48 | - |
| YUV | 98.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 81 | 0 | 0.18 | 0.29 | 0.55 | 23.64 | 0.17 | 0.38 |
| Hex | 72 | 5E | 51 | 0 | 12 | 1D | 37 | 18 | 11 | 26 |
| Octal | 162 | 136 | 121 | 0 | 22 | 35 | 67 | 30 | 21 | 46 |
| Binary | 1110010 | 1011110 | 1010001 | 0 | 10010 | 11101 | 110111 | 11000 | 10001 | 100110 |
Color Harmonies of #725E51
Complementary color
Monochromatic Colors of #725E51
Black with #725E51
Text Example
Text Example
White with #725E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E51; }
p { color: rgb(114,94,81); }
H1.HeaderClassName
{
color: #725E51;
}
.AnyTagClassName
{
color: #725E51;
}
</style>
background-color css
<style>
a { background-color: #725E51; }
a { background-color: rgb(114,94,81); }
div.DivClassName
{
background-color: #725E51;
}
.BgClassName
{
background-color: #725E51;
}
</style>
border-color css
<style>
span { border-color: #725E51; }
span { border-color: rgb(114,94,81); }
td.TdClassName
{
border-color: #725E51;
}
.TagClassName
{
border-color: #725E51;
}
</style>