Shades of Dorado #785D50
Tints of Dorado #785D50
RGB
CMYK
RGB Variations
Color information
#785D50 (or 0x785D50) is known color: Dorado. HEX triplet: 78, 5D and 50. RGB value is (120,93,80). Sum of RGB (Red+Green+Blue) = 120+93+80=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #785D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D50 is #87A2AF. Grayscale: #636363. Windows color (decimal): -8889008 or 5266808. OLE color: 5266808.
HSL color Cylindrical-coordinate representation of color #785D50: hue angle of 19.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785D50 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 80 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.53 |
| HSL | 19.5º | 0.2% | 0.39% | - |
| HSV(B) | 19.5º | 0.33% | 0.47% | - |
| XYZ | 13.11 | 12.4 | 9.29 | - |
| YUV | 99.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 80 | 0 | 0.22 | 0.33 | 0.53 | 19.5 | 0.2 | 0.39 |
| Hex | 78 | 5D | 50 | 0 | 16 | 21 | 35 | 14 | 14 | 27 |
| Octal | 170 | 135 | 120 | 0 | 26 | 41 | 65 | 24 | 24 | 47 |
| Binary | 1111000 | 1011101 | 1010000 | 0 | 10110 | 100001 | 110101 | 10100 | 10100 | 100111 |
Color Harmonies of #785D50
Complementary color
Monochromatic Colors of #785D50
Black with #785D50
Text Example
Text Example
White with #785D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D50; }
p { color: rgb(120,93,80); }
H1.HeaderClassName
{
color: #785D50;
}
.AnyTagClassName
{
color: #785D50;
}
</style>
background-color css
<style>
a { background-color: #785D50; }
a { background-color: rgb(120,93,80); }
div.DivClassName
{
background-color: #785D50;
}
.BgClassName
{
background-color: #785D50;
}
</style>
border-color css
<style>
span { border-color: #785D50; }
span { border-color: rgb(120,93,80); }
td.TdClassName
{
border-color: #785D50;
}
.TagClassName
{
border-color: #785D50;
}
</style>