Shades of Dorado #76594C
Tints of Dorado #76594C
RGB
CMYK
RGB Variations
Color information
#76594C (or 0x76594C) is known color: Dorado. HEX triplet: 76, 59 and 4C. RGB value is (118,89,76). Sum of RGB (Red+Green+Blue) = 118+89+76=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76594C is #89A6B3. Grayscale: #606060. Windows color (decimal): -9021108 or 5003638. OLE color: 5003638.
HSL color Cylindrical-coordinate representation of color #76594C: hue angle of 18.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76594C is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 76 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.54 |
| HSL | 18.57º | 0.22% | 0.38% | - |
| HSV(B) | 18.57º | 0.36% | 0.46% | - |
| XYZ | 12.35 | 11.52 | 8.41 | - |
| YUV | 96.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 76 | 0 | 0.25 | 0.36 | 0.54 | 18.57 | 0.22 | 0.38 |
| Hex | 76 | 59 | 4C | 0 | 19 | 24 | 36 | 13 | 16 | 26 |
| Octal | 166 | 131 | 114 | 0 | 31 | 44 | 66 | 23 | 26 | 46 |
| Binary | 1110110 | 1011001 | 1001100 | 0 | 11001 | 100100 | 110110 | 10011 | 10110 | 100110 |
Color Harmonies of #76594C
Complementary color
Monochromatic Colors of #76594C
Black with #76594C
Text Example
Text Example
White with #76594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76594C; }
p { color: rgb(118,89,76); }
H1.HeaderClassName
{
color: #76594C;
}
.AnyTagClassName
{
color: #76594C;
}
</style>
background-color css
<style>
a { background-color: #76594C; }
a { background-color: rgb(118,89,76); }
div.DivClassName
{
background-color: #76594C;
}
.BgClassName
{
background-color: #76594C;
}
</style>
border-color css
<style>
span { border-color: #76594C; }
span { border-color: rgb(118,89,76); }
td.TdClassName
{
border-color: #76594C;
}
.TagClassName
{
border-color: #76594C;
}
</style>