Shades of Dorado #785B4D
Tints of Dorado #785B4D
RGB
CMYK
RGB Variations
Color information
#785B4D (or 0x785B4D) is known color: Dorado. HEX triplet: 78, 5B and 4D. RGB value is (120,91,77). Sum of RGB (Red+Green+Blue) = 120+91+77=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B4D is #87A4B2. Grayscale: #626262. Windows color (decimal): -8889523 or 5069688. OLE color: 5069688.
HSL color Cylindrical-coordinate representation of color #785B4D: hue angle of 19.53º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #785B4D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 77 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.53 |
| HSL | 19.53º | 0.22% | 0.39% | - |
| HSV(B) | 19.53º | 0.36% | 0.47% | - |
| XYZ | 12.83 | 12.01 | 8.66 | - |
| YUV | 98.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 77 | 0 | 0.24 | 0.36 | 0.53 | 19.53 | 0.22 | 0.39 |
| Hex | 78 | 5B | 4D | 0 | 18 | 24 | 35 | 14 | 16 | 27 |
| Octal | 170 | 133 | 115 | 0 | 30 | 44 | 65 | 24 | 26 | 47 |
| Binary | 1111000 | 1011011 | 1001101 | 0 | 11000 | 100100 | 110101 | 10100 | 10110 | 100111 |
Color Harmonies of #785B4D
Complementary color
Monochromatic Colors of #785B4D
Black with #785B4D
Text Example
Text Example
White with #785B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B4D; }
p { color: rgb(120,91,77); }
H1.HeaderClassName
{
color: #785B4D;
}
.AnyTagClassName
{
color: #785B4D;
}
</style>
background-color css
<style>
a { background-color: #785B4D; }
a { background-color: rgb(120,91,77); }
div.DivClassName
{
background-color: #785B4D;
}
.BgClassName
{
background-color: #785B4D;
}
</style>
border-color css
<style>
span { border-color: #785B4D; }
span { border-color: rgb(120,91,77); }
td.TdClassName
{
border-color: #785B4D;
}
.TagClassName
{
border-color: #785B4D;
}
</style>