Shades of Dorado #76594D
Tints of Dorado #76594D
RGB
CMYK
RGB Variations
Color information
#76594D (or 0x76594D) is known color: Dorado. HEX triplet: 76, 59 and 4D. RGB value is (118,89,77). Sum of RGB (Red+Green+Blue) = 118+89+77=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76594D is #89A6B2. Grayscale: #606060. Windows color (decimal): -9021107 or 5069174. OLE color: 5069174.
HSL color Cylindrical-coordinate representation of color #76594D: hue angle of 17.56º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76594D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 77 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.54 |
| HSL | 17.56º | 0.21% | 0.38% | - |
| HSV(B) | 17.56º | 0.35% | 0.46% | - |
| XYZ | 12.38 | 11.53 | 8.59 | - |
| YUV | 96.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 77 | 0 | 0.25 | 0.35 | 0.54 | 17.56 | 0.21 | 0.38 |
| Hex | 76 | 59 | 4D | 0 | 19 | 23 | 36 | 12 | 15 | 26 |
| Octal | 166 | 131 | 115 | 0 | 31 | 43 | 66 | 22 | 25 | 46 |
| Binary | 1110110 | 1011001 | 1001101 | 0 | 11001 | 100011 | 110110 | 10010 | 10101 | 100110 |
Color Harmonies of #76594D
Complementary color
Monochromatic Colors of #76594D
Black with #76594D
Text Example
Text Example
White with #76594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76594D; }
p { color: rgb(118,89,77); }
H1.HeaderClassName
{
color: #76594D;
}
.AnyTagClassName
{
color: #76594D;
}
</style>
background-color css
<style>
a { background-color: #76594D; }
a { background-color: rgb(118,89,77); }
div.DivClassName
{
background-color: #76594D;
}
.BgClassName
{
background-color: #76594D;
}
</style>
border-color css
<style>
span { border-color: #76594D; }
span { border-color: rgb(118,89,77); }
td.TdClassName
{
border-color: #76594D;
}
.TagClassName
{
border-color: #76594D;
}
</style>