Shades of Dorado #79594E
Tints of Dorado #79594E
RGB
CMYK
RGB Variations
Color information
#79594E (or 0x79594E) is known color: Dorado. HEX triplet: 79, 59 and 4E. RGB value is (121,89,78). Sum of RGB (Red+Green+Blue) = 121+89+78=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #79594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79594E is #86A6B1. Grayscale: #616161. Windows color (decimal): -8824498 or 5134713. OLE color: 5134713.
HSL color Cylindrical-coordinate representation of color #79594E: hue angle of 15.35º 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 #79594E is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 89 | 78 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.53 |
| HSL | 15.35º | 0.22% | 0.39% | - |
| HSV(B) | 15.35º | 0.36% | 0.47% | - |
| XYZ | 12.83 | 11.76 | 8.8 | - |
| YUV | 97.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 78 | 0 | 0.26 | 0.36 | 0.53 | 15.35 | 0.22 | 0.39 |
| Hex | 79 | 59 | 4E | 0 | 1A | 24 | 35 | F | 16 | 27 |
| Octal | 171 | 131 | 116 | 0 | 32 | 44 | 65 | 17 | 26 | 47 |
| Binary | 1111001 | 1011001 | 1001110 | 0 | 11010 | 100100 | 110101 | 1111 | 10110 | 100111 |
Color Harmonies of #79594E
Complementary color
Monochromatic Colors of #79594E
Black with #79594E
Text Example
Text Example
White with #79594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79594E; }
p { color: rgb(121,89,78); }
H1.HeaderClassName
{
color: #79594E;
}
.AnyTagClassName
{
color: #79594E;
}
</style>
background-color css
<style>
a { background-color: #79594E; }
a { background-color: rgb(121,89,78); }
div.DivClassName
{
background-color: #79594E;
}
.BgClassName
{
background-color: #79594E;
}
</style>
border-color css
<style>
span { border-color: #79594E; }
span { border-color: rgb(121,89,78); }
td.TdClassName
{
border-color: #79594E;
}
.TagClassName
{
border-color: #79594E;
}
</style>