Shades of Dorado #76574E
Tints of Dorado #76574E
RGB
CMYK
RGB Variations
Color information
#76574E (or 0x76574E) is known color: Dorado. HEX triplet: 76, 57 and 4E. RGB value is (118,87,78). Sum of RGB (Red+Green+Blue) = 118+87+78=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76574E is #89A8B1. Grayscale: #5F5F5F. Windows color (decimal): -9021618 or 5134198. OLE color: 5134198.
HSL color Cylindrical-coordinate representation of color #76574E: hue angle of 13.5º 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 #76574E is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 78 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.54 |
| HSL | 13.5º | 0.2% | 0.38% | - |
| HSV(B) | 13.5º | 0.34% | 0.46% | - |
| XYZ | 12.25 | 11.22 | 8.73 | - |
| YUV | 95.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 78 | 0 | 0.26 | 0.34 | 0.54 | 13.5 | 0.2 | 0.38 |
| Hex | 76 | 57 | 4E | 0 | 1A | 22 | 36 | E | 14 | 26 |
| Octal | 166 | 127 | 116 | 0 | 32 | 42 | 66 | 16 | 24 | 46 |
| Binary | 1110110 | 1010111 | 1001110 | 0 | 11010 | 100010 | 110110 | 1110 | 10100 | 100110 |
Color Harmonies of #76574E
Complementary color
Monochromatic Colors of #76574E
Black with #76574E
Text Example
Text Example
White with #76574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76574E; }
p { color: rgb(118,87,78); }
H1.HeaderClassName
{
color: #76574E;
}
.AnyTagClassName
{
color: #76574E;
}
</style>
background-color css
<style>
a { background-color: #76574E; }
a { background-color: rgb(118,87,78); }
div.DivClassName
{
background-color: #76574E;
}
.BgClassName
{
background-color: #76574E;
}
</style>
border-color css
<style>
span { border-color: #76574E; }
span { border-color: rgb(118,87,78); }
td.TdClassName
{
border-color: #76574E;
}
.TagClassName
{
border-color: #76574E;
}
</style>