Shades of Dorado #785A4B
Tints of Dorado #785A4B
RGB
CMYK
RGB Variations
Color information
#785A4B (or 0x785A4B) is known color: Dorado. HEX triplet: 78, 5A and 4B. RGB value is (120,90,75). Sum of RGB (Red+Green+Blue) = 120+90+75=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #785A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A4B is #87A5B4. Grayscale: #616161. Windows color (decimal): -8889781 or 4938360. OLE color: 4938360.
HSL color Cylindrical-coordinate representation of color #785A4B: hue angle of 20º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #785A4B is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 75 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.53 |
| HSL | 20º | 0.23% | 0.38% | - |
| HSV(B) | 20º | 0.38% | 0.47% | - |
| XYZ | 12.67 | 11.81 | 8.27 | - |
| YUV | 97.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 75 | 0 | 0.25 | 0.37 | 0.53 | 20 | 0.23 | 0.38 |
| Hex | 78 | 5A | 4B | 0 | 19 | 25 | 35 | 14 | 17 | 26 |
| Octal | 170 | 132 | 113 | 0 | 31 | 45 | 65 | 24 | 27 | 46 |
| Binary | 1111000 | 1011010 | 1001011 | 0 | 11001 | 100101 | 110101 | 10100 | 10111 | 100110 |
Color Harmonies of #785A4B
Complementary color
Monochromatic Colors of #785A4B
Black with #785A4B
Text Example
Text Example
White with #785A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A4B; }
p { color: rgb(120,90,75); }
H1.HeaderClassName
{
color: #785A4B;
}
.AnyTagClassName
{
color: #785A4B;
}
</style>
background-color css
<style>
a { background-color: #785A4B; }
a { background-color: rgb(120,90,75); }
div.DivClassName
{
background-color: #785A4B;
}
.BgClassName
{
background-color: #785A4B;
}
</style>
border-color css
<style>
span { border-color: #785A4B; }
span { border-color: rgb(120,90,75); }
td.TdClassName
{
border-color: #785A4B;
}
.TagClassName
{
border-color: #785A4B;
}
</style>