Shades of Dorado #785F52
Tints of Dorado #785F52
RGB
CMYK
RGB Variations
Color information
#785F52 (or 0x785F52) is known color: Dorado. HEX triplet: 78, 5F and 52. RGB value is (120,95,82). Sum of RGB (Red+Green+Blue) = 120+95+82=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #785F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F52 is #87A0AD. Grayscale: #656565. Windows color (decimal): -8888494 or 5398392. OLE color: 5398392.
HSL color Cylindrical-coordinate representation of color #785F52: hue angle of 20.53º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785F52 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 82 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.53 |
| HSL | 20.53º | 0.19% | 0.4% | - |
| HSV(B) | 20.53º | 0.32% | 0.47% | - |
| XYZ | 13.36 | 12.79 | 9.75 | - |
| YUV | 100.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 82 | 0 | 0.21 | 0.32 | 0.53 | 20.53 | 0.19 | 0.4 |
| Hex | 78 | 5F | 52 | 0 | 15 | 20 | 35 | 15 | 13 | 28 |
| Octal | 170 | 137 | 122 | 0 | 25 | 40 | 65 | 25 | 23 | 50 |
| Binary | 1111000 | 1011111 | 1010010 | 0 | 10101 | 100000 | 110101 | 10101 | 10011 | 101000 |
Color Harmonies of #785F52
Complementary color
Monochromatic Colors of #785F52
Black with #785F52
Text Example
Text Example
White with #785F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F52; }
p { color: rgb(120,95,82); }
H1.HeaderClassName
{
color: #785F52;
}
.AnyTagClassName
{
color: #785F52;
}
</style>
background-color css
<style>
a { background-color: #785F52; }
a { background-color: rgb(120,95,82); }
div.DivClassName
{
background-color: #785F52;
}
.BgClassName
{
background-color: #785F52;
}
</style>
border-color css
<style>
span { border-color: #785F52; }
span { border-color: rgb(120,95,82); }
td.TdClassName
{
border-color: #785F52;
}
.TagClassName
{
border-color: #785F52;
}
</style>