Shades of Dorado #77594D
Tints of Dorado #77594D
RGB
CMYK
RGB Variations
Color information
#77594D (or 0x77594D) is known color: Dorado. HEX triplet: 77, 59 and 4D. RGB value is (119,89,77). Sum of RGB (Red+Green+Blue) = 119+89+77=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #77594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77594D is #88A6B2. Grayscale: #606060. Windows color (decimal): -8955571 or 5069175. OLE color: 5069175.
HSL color Cylindrical-coordinate representation of color #77594D: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77594D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 89 | 77 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.53 |
| HSL | 17.14º | 0.21% | 0.38% | - |
| HSV(B) | 17.14º | 0.35% | 0.47% | - |
| XYZ | 12.52 | 11.6 | 8.6 | - |
| YUV | 96.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 77 | 0 | 0.25 | 0.35 | 0.53 | 17.14 | 0.21 | 0.38 |
| Hex | 77 | 59 | 4D | 0 | 19 | 23 | 35 | 11 | 15 | 26 |
| Octal | 167 | 131 | 115 | 0 | 31 | 43 | 65 | 21 | 25 | 46 |
| Binary | 1110111 | 1011001 | 1001101 | 0 | 11001 | 100011 | 110101 | 10001 | 10101 | 100110 |
Color Harmonies of #77594D
Complementary color
Monochromatic Colors of #77594D
Black with #77594D
Text Example
Text Example
White with #77594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77594D; }
p { color: rgb(119,89,77); }
H1.HeaderClassName
{
color: #77594D;
}
.AnyTagClassName
{
color: #77594D;
}
</style>
background-color css
<style>
a { background-color: #77594D; }
a { background-color: rgb(119,89,77); }
div.DivClassName
{
background-color: #77594D;
}
.BgClassName
{
background-color: #77594D;
}
</style>
border-color css
<style>
span { border-color: #77594D; }
span { border-color: rgb(119,89,77); }
td.TdClassName
{
border-color: #77594D;
}
.TagClassName
{
border-color: #77594D;
}
</style>