Shades of Dorado #74594F
Tints of Dorado #74594F
RGB
CMYK
RGB Variations
Color information
#74594F (or 0x74594F) is known color: Dorado. HEX triplet: 74, 59 and 4F. RGB value is (116,89,79). Sum of RGB (Red+Green+Blue) = 116+89+79=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #74594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74594F is #8BA6B0. Grayscale: #606060. Windows color (decimal): -9152177 or 5200244. OLE color: 5200244.
HSL color Cylindrical-coordinate representation of color #74594F: hue angle of 16.22º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74594F is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 79 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.55 |
| HSL | 16.22º | 0.19% | 0.38% | - |
| HSV(B) | 16.22º | 0.32% | 0.45% | - |
| XYZ | 12.19 | 11.42 | 8.96 | - |
| YUV | 95.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 79 | 0 | 0.23 | 0.32 | 0.55 | 16.22 | 0.19 | 0.38 |
| Hex | 74 | 59 | 4F | 0 | 17 | 20 | 37 | 10 | 13 | 26 |
| Octal | 164 | 131 | 117 | 0 | 27 | 40 | 67 | 20 | 23 | 46 |
| Binary | 1110100 | 1011001 | 1001111 | 0 | 10111 | 100000 | 110111 | 10000 | 10011 | 100110 |
Color Harmonies of #74594F
Complementary color
Monochromatic Colors of #74594F
Black with #74594F
Text Example
Text Example
White with #74594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74594F; }
p { color: rgb(116,89,79); }
H1.HeaderClassName
{
color: #74594F;
}
.AnyTagClassName
{
color: #74594F;
}
</style>
background-color css
<style>
a { background-color: #74594F; }
a { background-color: rgb(116,89,79); }
div.DivClassName
{
background-color: #74594F;
}
.BgClassName
{
background-color: #74594F;
}
</style>
border-color css
<style>
span { border-color: #74594F; }
span { border-color: rgb(116,89,79); }
td.TdClassName
{
border-color: #74594F;
}
.TagClassName
{
border-color: #74594F;
}
</style>