Shades of Dorado #76574D
Tints of Dorado #76574D
RGB
CMYK
RGB Variations
Color information
#76574D (or 0x76574D) is known color: Dorado. HEX triplet: 76, 57 and 4D. RGB value is (118,87,77). Sum of RGB (Red+Green+Blue) = 118+87+77=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76574D is #89A8B2. Grayscale: #5F5F5F. Windows color (decimal): -9021619 or 5068662. OLE color: 5068662.
HSL color Cylindrical-coordinate representation of color #76574D: hue angle of 14.63º 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 #76574D is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 77 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.54 |
| HSL | 14.63º | 0.21% | 0.38% | - |
| HSV(B) | 14.63º | 0.35% | 0.46% | - |
| XYZ | 12.22 | 11.2 | 8.54 | - |
| YUV | 95.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 77 | 0 | 0.26 | 0.35 | 0.54 | 14.63 | 0.21 | 0.38 |
| Hex | 76 | 57 | 4D | 0 | 1A | 23 | 36 | F | 15 | 26 |
| Octal | 166 | 127 | 115 | 0 | 32 | 43 | 66 | 17 | 25 | 46 |
| Binary | 1110110 | 1010111 | 1001101 | 0 | 11010 | 100011 | 110110 | 1111 | 10101 | 100110 |
Color Harmonies of #76574D
Complementary color
Monochromatic Colors of #76574D
Black with #76574D
Text Example
Text Example
White with #76574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76574D; }
p { color: rgb(118,87,77); }
H1.HeaderClassName
{
color: #76574D;
}
.AnyTagClassName
{
color: #76574D;
}
</style>
background-color css
<style>
a { background-color: #76574D; }
a { background-color: rgb(118,87,77); }
div.DivClassName
{
background-color: #76574D;
}
.BgClassName
{
background-color: #76574D;
}
</style>
border-color css
<style>
span { border-color: #76574D; }
span { border-color: rgb(118,87,77); }
td.TdClassName
{
border-color: #76574D;
}
.TagClassName
{
border-color: #76574D;
}
</style>