Shades of Dorado #725A53
Tints of Dorado #725A53
RGB
CMYK
RGB Variations
Color information
#725A53 (or 0x725A53) is known color: Dorado. HEX triplet: 72, 5A and 53. RGB value is (114,90,83). Sum of RGB (Red+Green+Blue) = 114+90+83=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #725A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A53 is #8DA5AC. Grayscale: #606060. Windows color (decimal): -9282989 or 5462642. OLE color: 5462642.
HSL color Cylindrical-coordinate representation of color #725A53: hue angle of 13.55º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #725A53 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 83 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.55 |
| HSL | 13.55º | 0.16% | 0.39% | - |
| HSV(B) | 13.55º | 0.27% | 0.45% | - |
| XYZ | 12.16 | 11.51 | 9.77 | - |
| YUV | 96.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 83 | 0 | 0.21 | 0.27 | 0.55 | 13.55 | 0.16 | 0.39 |
| Hex | 72 | 5A | 53 | 0 | 15 | 1B | 37 | E | 10 | 27 |
| Octal | 162 | 132 | 123 | 0 | 25 | 33 | 67 | 16 | 20 | 47 |
| Binary | 1110010 | 1011010 | 1010011 | 0 | 10101 | 11011 | 110111 | 1110 | 10000 | 100111 |
Color Harmonies of #725A53
Complementary color
Monochromatic Colors of #725A53
Black with #725A53
Text Example
Text Example
White with #725A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A53; }
p { color: rgb(114,90,83); }
H1.HeaderClassName
{
color: #725A53;
}
.AnyTagClassName
{
color: #725A53;
}
</style>
background-color css
<style>
a { background-color: #725A53; }
a { background-color: rgb(114,90,83); }
div.DivClassName
{
background-color: #725A53;
}
.BgClassName
{
background-color: #725A53;
}
</style>
border-color css
<style>
span { border-color: #725A53; }
span { border-color: rgb(114,90,83); }
td.TdClassName
{
border-color: #725A53;
}
.TagClassName
{
border-color: #725A53;
}
</style>