Shades of Dorado #785A4E
Tints of Dorado #785A4E
RGB
CMYK
RGB Variations
Color information
#785A4E (or 0x785A4E) is known color: Dorado. HEX triplet: 78, 5A and 4E. RGB value is (120,90,78). Sum of RGB (Red+Green+Blue) = 120+90+78=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A4E is #87A5B1. Grayscale: #616161. Windows color (decimal): -8889778 or 5134968. OLE color: 5134968.
HSL color Cylindrical-coordinate representation of color #785A4E: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #785A4E is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 78 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.53 |
| HSL | 17.14º | 0.21% | 0.39% | - |
| HSV(B) | 17.14º | 0.35% | 0.47% | - |
| XYZ | 12.78 | 11.86 | 8.82 | - |
| YUV | 97.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 78 | 0 | 0.25 | 0.35 | 0.53 | 17.14 | 0.21 | 0.39 |
| Hex | 78 | 5A | 4E | 0 | 19 | 23 | 35 | 11 | 15 | 27 |
| Octal | 170 | 132 | 116 | 0 | 31 | 43 | 65 | 21 | 25 | 47 |
| Binary | 1111000 | 1011010 | 1001110 | 0 | 11001 | 100011 | 110101 | 10001 | 10101 | 100111 |
Color Harmonies of #785A4E
Complementary color
Monochromatic Colors of #785A4E
Black with #785A4E
Text Example
Text Example
White with #785A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A4E; }
p { color: rgb(120,90,78); }
H1.HeaderClassName
{
color: #785A4E;
}
.AnyTagClassName
{
color: #785A4E;
}
</style>
background-color css
<style>
a { background-color: #785A4E; }
a { background-color: rgb(120,90,78); }
div.DivClassName
{
background-color: #785A4E;
}
.BgClassName
{
background-color: #785A4E;
}
</style>
border-color css
<style>
span { border-color: #785A4E; }
span { border-color: rgb(120,90,78); }
td.TdClassName
{
border-color: #785A4E;
}
.TagClassName
{
border-color: #785A4E;
}
</style>