Shades of Dorado #785E53
Tints of Dorado #785E53
RGB
CMYK
RGB Variations
Color information
#785E53 (or 0x785E53) is known color: Dorado. HEX triplet: 78, 5E and 53. RGB value is (120,94,83). Sum of RGB (Red+Green+Blue) = 120+94+83=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #785E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E53 is #87A1AC. Grayscale: #646464. Windows color (decimal): -8888749 or 5463672. OLE color: 5463672.
HSL color Cylindrical-coordinate representation of color #785E53: hue angle of 17.84º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785E53 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 83 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.53 |
| HSL | 17.84º | 0.18% | 0.4% | - |
| HSV(B) | 17.84º | 0.31% | 0.47% | - |
| XYZ | 13.31 | 12.62 | 9.92 | - |
| YUV | 100.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 83 | 0 | 0.22 | 0.31 | 0.53 | 17.84 | 0.18 | 0.4 |
| Hex | 78 | 5E | 53 | 0 | 16 | 1F | 35 | 12 | 12 | 28 |
| Octal | 170 | 136 | 123 | 0 | 26 | 37 | 65 | 22 | 22 | 50 |
| Binary | 1111000 | 1011110 | 1010011 | 0 | 10110 | 11111 | 110101 | 10010 | 10010 | 101000 |
Color Harmonies of #785E53
Complementary color
Monochromatic Colors of #785E53
Black with #785E53
Text Example
Text Example
White with #785E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E53; }
p { color: rgb(120,94,83); }
H1.HeaderClassName
{
color: #785E53;
}
.AnyTagClassName
{
color: #785E53;
}
</style>
background-color css
<style>
a { background-color: #785E53; }
a { background-color: rgb(120,94,83); }
div.DivClassName
{
background-color: #785E53;
}
.BgClassName
{
background-color: #785E53;
}
</style>
border-color css
<style>
span { border-color: #785E53; }
span { border-color: rgb(120,94,83); }
td.TdClassName
{
border-color: #785E53;
}
.TagClassName
{
border-color: #785E53;
}
</style>