Shades of Dorado #76584E
Tints of Dorado #76584E
RGB
CMYK
RGB Variations
Color information
#76584E (or 0x76584E) is known color: Dorado. HEX triplet: 76, 58 and 4E. RGB value is (118,88,78). Sum of RGB (Red+Green+Blue) = 118+88+78=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76584E is #89A7B1. Grayscale: #5F5F5F. Windows color (decimal): -9021362 or 5134454. OLE color: 5134454.
HSL color Cylindrical-coordinate representation of color #76584E: hue angle of 15º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76584E is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 88 | 78 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.54 |
| HSL | 15º | 0.2% | 0.38% | - |
| HSV(B) | 15º | 0.34% | 0.46% | - |
| XYZ | 12.34 | 11.38 | 8.75 | - |
| YUV | 95.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 78 | 0 | 0.25 | 0.34 | 0.54 | 15 | 0.2 | 0.38 |
| Hex | 76 | 58 | 4E | 0 | 19 | 22 | 36 | F | 14 | 26 |
| Octal | 166 | 130 | 116 | 0 | 31 | 42 | 66 | 17 | 24 | 46 |
| Binary | 1110110 | 1011000 | 1001110 | 0 | 11001 | 100010 | 110110 | 1111 | 10100 | 100110 |
Color Harmonies of #76584E
Complementary color
Monochromatic Colors of #76584E
Black with #76584E
Text Example
Text Example
White with #76584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76584E; }
p { color: rgb(118,88,78); }
H1.HeaderClassName
{
color: #76584E;
}
.AnyTagClassName
{
color: #76584E;
}
</style>
background-color css
<style>
a { background-color: #76584E; }
a { background-color: rgb(118,88,78); }
div.DivClassName
{
background-color: #76584E;
}
.BgClassName
{
background-color: #76584E;
}
</style>
border-color css
<style>
span { border-color: #76584E; }
span { border-color: rgb(118,88,78); }
td.TdClassName
{
border-color: #76584E;
}
.TagClassName
{
border-color: #76584E;
}
</style>