Shades of Dorado #725B52
Tints of Dorado #725B52
RGB
CMYK
RGB Variations
Color information
#725B52 (or 0x725B52) is known color: Dorado. HEX triplet: 72, 5B and 52. RGB value is (114,91,82). Sum of RGB (Red+Green+Blue) = 114+91+82=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #725B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B52 is #8DA4AD. Grayscale: #606060. Windows color (decimal): -9282734 or 5397362. OLE color: 5397362.
HSL color Cylindrical-coordinate representation of color #725B52: hue angle of 16.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725B52 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 82 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.55 |
| HSL | 16.88º | 0.16% | 0.38% | - |
| HSV(B) | 16.88º | 0.28% | 0.45% | - |
| XYZ | 12.2 | 11.67 | 9.59 | - |
| YUV | 96.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 82 | 0 | 0.20 | 0.28 | 0.55 | 16.88 | 0.16 | 0.38 |
| Hex | 72 | 5B | 52 | 0 | 14 | 1C | 37 | 11 | 10 | 26 |
| Octal | 162 | 133 | 122 | 0 | 24 | 34 | 67 | 21 | 20 | 46 |
| Binary | 1110010 | 1011011 | 1010010 | 0 | 10100 | 11100 | 110111 | 10001 | 10000 | 100110 |
Color Harmonies of #725B52
Complementary color
Monochromatic Colors of #725B52
Black with #725B52
Text Example
Text Example
White with #725B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B52; }
p { color: rgb(114,91,82); }
H1.HeaderClassName
{
color: #725B52;
}
.AnyTagClassName
{
color: #725B52;
}
</style>
background-color css
<style>
a { background-color: #725B52; }
a { background-color: rgb(114,91,82); }
div.DivClassName
{
background-color: #725B52;
}
.BgClassName
{
background-color: #725B52;
}
</style>
border-color css
<style>
span { border-color: #725B52; }
span { border-color: rgb(114,91,82); }
td.TdClassName
{
border-color: #725B52;
}
.TagClassName
{
border-color: #725B52;
}
</style>