Shades of Dorado #746159
Tints of Dorado #746159
RGB
CMYK
RGB Variations
Color information
#746159 (or 0x746159) is known color: Dorado. HEX triplet: 74, 61 and 59. RGB value is (116,97,89). Sum of RGB (Red+Green+Blue) = 116+97+89=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #746159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746159 is #8B9EA6. Grayscale: #656565. Windows color (decimal): -9150119 or 5857652. OLE color: 5857652.
HSL color Cylindrical-coordinate representation of color #746159: hue angle of 17.78º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746159 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 89 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.55 |
| HSL | 17.78º | 0.13% | 0.4% | - |
| HSV(B) | 17.78º | 0.23% | 0.45% | - |
| XYZ | 13.28 | 12.98 | 11.26 | - |
| YUV | 101.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 89 | 0 | 0.16 | 0.23 | 0.55 | 17.78 | 0.13 | 0.4 |
| Hex | 74 | 61 | 59 | 0 | 10 | 17 | 37 | 12 | D | 28 |
| Octal | 164 | 141 | 131 | 0 | 20 | 27 | 67 | 22 | 15 | 50 |
| Binary | 1110100 | 1100001 | 1011001 | 0 | 10000 | 10111 | 110111 | 10010 | 1101 | 101000 |
Color Harmonies of #746159
Complementary color
Monochromatic Colors of #746159
Black with #746159
Text Example
Text Example
White with #746159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746159; }
p { color: rgb(116,97,89); }
H1.HeaderClassName
{
color: #746159;
}
.AnyTagClassName
{
color: #746159;
}
</style>
background-color css
<style>
a { background-color: #746159; }
a { background-color: rgb(116,97,89); }
div.DivClassName
{
background-color: #746159;
}
.BgClassName
{
background-color: #746159;
}
</style>
border-color css
<style>
span { border-color: #746159; }
span { border-color: rgb(116,97,89); }
td.TdClassName
{
border-color: #746159;
}
.TagClassName
{
border-color: #746159;
}
</style>