Shades of Dorado #725C55
Tints of Dorado #725C55
RGB
CMYK
RGB Variations
Color information
#725C55 (or 0x725C55) is known color: Dorado. HEX triplet: 72, 5C and 55. RGB value is (114,92,85). Sum of RGB (Red+Green+Blue) = 114+92+85=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #725C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C55 is #8DA3AA. Grayscale: #616161. Windows color (decimal): -9282475 or 5594226. OLE color: 5594226.
HSL color Cylindrical-coordinate representation of color #725C55: hue angle of 14.48º degrees, saturation: 0.15, 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 #725C55 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 85 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.55 |
| HSL | 14.48º | 0.15% | 0.39% | - |
| HSV(B) | 14.48º | 0.25% | 0.45% | - |
| XYZ | 12.41 | 11.89 | 10.23 | - |
| YUV | 97.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 85 | 0 | 0.19 | 0.25 | 0.55 | 14.48 | 0.15 | 0.39 |
| Hex | 72 | 5C | 55 | 0 | 13 | 19 | 37 | E | F | 27 |
| Octal | 162 | 134 | 125 | 0 | 23 | 31 | 67 | 16 | 17 | 47 |
| Binary | 1110010 | 1011100 | 1010101 | 0 | 10011 | 11001 | 110111 | 1110 | 1111 | 100111 |
Color Harmonies of #725C55
Complementary color
Monochromatic Colors of #725C55
Black with #725C55
Text Example
Text Example
White with #725C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C55; }
p { color: rgb(114,92,85); }
H1.HeaderClassName
{
color: #725C55;
}
.AnyTagClassName
{
color: #725C55;
}
</style>
background-color css
<style>
a { background-color: #725C55; }
a { background-color: rgb(114,92,85); }
div.DivClassName
{
background-color: #725C55;
}
.BgClassName
{
background-color: #725C55;
}
</style>
border-color css
<style>
span { border-color: #725C55; }
span { border-color: rgb(114,92,85); }
td.TdClassName
{
border-color: #725C55;
}
.TagClassName
{
border-color: #725C55;
}
</style>