Shades of Dorado #77594B
Tints of Dorado #77594B
RGB
CMYK
RGB Variations
Color information
#77594B (or 0x77594B) is known color: Dorado. HEX triplet: 77, 59 and 4B. RGB value is (119,89,75). Sum of RGB (Red+Green+Blue) = 119+89+75=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77594B is #88A6B4. Grayscale: #606060. Windows color (decimal): -8955573 or 4938103. OLE color: 4938103.
HSL color Cylindrical-coordinate representation of color #77594B: hue angle of 19.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77594B is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 89 | 75 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.53 |
| HSL | 19.09º | 0.23% | 0.38% | - |
| HSV(B) | 19.09º | 0.37% | 0.47% | - |
| XYZ | 12.45 | 11.57 | 8.23 | - |
| YUV | 96.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 75 | 0 | 0.25 | 0.37 | 0.53 | 19.09 | 0.23 | 0.38 |
| Hex | 77 | 59 | 4B | 0 | 19 | 25 | 35 | 13 | 17 | 26 |
| Octal | 167 | 131 | 113 | 0 | 31 | 45 | 65 | 23 | 27 | 46 |
| Binary | 1110111 | 1011001 | 1001011 | 0 | 11001 | 100101 | 110101 | 10011 | 10111 | 100110 |
Color Harmonies of #77594B
Complementary color
Monochromatic Colors of #77594B
Black with #77594B
Text Example
Text Example
White with #77594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77594B; }
p { color: rgb(119,89,75); }
H1.HeaderClassName
{
color: #77594B;
}
.AnyTagClassName
{
color: #77594B;
}
</style>
background-color css
<style>
a { background-color: #77594B; }
a { background-color: rgb(119,89,75); }
div.DivClassName
{
background-color: #77594B;
}
.BgClassName
{
background-color: #77594B;
}
</style>
border-color css
<style>
span { border-color: #77594B; }
span { border-color: rgb(119,89,75); }
td.TdClassName
{
border-color: #77594B;
}
.TagClassName
{
border-color: #77594B;
}
</style>