Shades of Dorado #75594F
Tints of Dorado #75594F
RGB
CMYK
RGB Variations
Color information
#75594F (or 0x75594F) is known color: Dorado. HEX triplet: 75, 59 and 4F. RGB value is (117,89,79). Sum of RGB (Red+Green+Blue) = 117+89+79=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #75594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75594F is #8AA6B0. Grayscale: #606060. Windows color (decimal): -9086641 or 5200245. OLE color: 5200245.
HSL color Cylindrical-coordinate representation of color #75594F: hue angle of 15.79º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75594F is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 89 | 79 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.54 |
| HSL | 15.79º | 0.19% | 0.38% | - |
| HSV(B) | 15.79º | 0.32% | 0.46% | - |
| XYZ | 12.32 | 11.49 | 8.97 | - |
| YUV | 96.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 79 | 0 | 0.24 | 0.32 | 0.54 | 15.79 | 0.19 | 0.38 |
| Hex | 75 | 59 | 4F | 0 | 18 | 20 | 36 | 10 | 13 | 26 |
| Octal | 165 | 131 | 117 | 0 | 30 | 40 | 66 | 20 | 23 | 46 |
| Binary | 1110101 | 1011001 | 1001111 | 0 | 11000 | 100000 | 110110 | 10000 | 10011 | 100110 |
Color Harmonies of #75594F
Complementary color
Monochromatic Colors of #75594F
Black with #75594F
Text Example
Text Example
White with #75594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75594F; }
p { color: rgb(117,89,79); }
H1.HeaderClassName
{
color: #75594F;
}
.AnyTagClassName
{
color: #75594F;
}
</style>
background-color css
<style>
a { background-color: #75594F; }
a { background-color: rgb(117,89,79); }
div.DivClassName
{
background-color: #75594F;
}
.BgClassName
{
background-color: #75594F;
}
</style>
border-color css
<style>
span { border-color: #75594F; }
span { border-color: rgb(117,89,79); }
td.TdClassName
{
border-color: #75594F;
}
.TagClassName
{
border-color: #75594F;
}
</style>