Shades of Dorado #77594E
Tints of Dorado #77594E
RGB
CMYK
RGB Variations
Color information
#77594E (or 0x77594E) is known color: Dorado. HEX triplet: 77, 59 and 4E. RGB value is (119,89,78). Sum of RGB (Red+Green+Blue) = 119+89+78=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #77594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77594E is #88A6B1. Grayscale: #606060. Windows color (decimal): -8955570 or 5134711. OLE color: 5134711.
HSL color Cylindrical-coordinate representation of color #77594E: hue angle of 16.1º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77594E is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 89 | 78 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.53 |
| HSL | 16.1º | 0.21% | 0.39% | - |
| HSV(B) | 16.1º | 0.34% | 0.47% | - |
| XYZ | 12.56 | 11.62 | 8.79 | - |
| YUV | 96.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 78 | 0 | 0.25 | 0.34 | 0.53 | 16.1 | 0.21 | 0.39 |
| Hex | 77 | 59 | 4E | 0 | 19 | 22 | 35 | 10 | 15 | 27 |
| Octal | 167 | 131 | 116 | 0 | 31 | 42 | 65 | 20 | 25 | 47 |
| Binary | 1110111 | 1011001 | 1001110 | 0 | 11001 | 100010 | 110101 | 10000 | 10101 | 100111 |
Color Harmonies of #77594E
Complementary color
Monochromatic Colors of #77594E
Black with #77594E
Text Example
Text Example
White with #77594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77594E; }
p { color: rgb(119,89,78); }
H1.HeaderClassName
{
color: #77594E;
}
.AnyTagClassName
{
color: #77594E;
}
</style>
background-color css
<style>
a { background-color: #77594E; }
a { background-color: rgb(119,89,78); }
div.DivClassName
{
background-color: #77594E;
}
.BgClassName
{
background-color: #77594E;
}
</style>
border-color css
<style>
span { border-color: #77594E; }
span { border-color: rgb(119,89,78); }
td.TdClassName
{
border-color: #77594E;
}
.TagClassName
{
border-color: #77594E;
}
</style>