Shades of Dorado #74574E
Tints of Dorado #74574E
RGB
CMYK
RGB Variations
Color information
#74574E (or 0x74574E) is known color: Dorado. HEX triplet: 74, 57 and 4E. RGB value is (116,87,78). Sum of RGB (Red+Green+Blue) = 116+87+78=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #74574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74574E is #8BA8B1. Grayscale: #5E5E5E. Windows color (decimal): -9152690 or 5134196. OLE color: 5134196.
HSL color Cylindrical-coordinate representation of color #74574E: hue angle of 14.21º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74574E is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 87 | 78 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.55 |
| HSL | 14.21º | 0.2% | 0.38% | - |
| HSV(B) | 14.21º | 0.33% | 0.45% | - |
| XYZ | 11.99 | 11.08 | 8.71 | - |
| YUV | 94.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 78 | 0 | 0.25 | 0.33 | 0.55 | 14.21 | 0.2 | 0.38 |
| Hex | 74 | 57 | 4E | 0 | 19 | 21 | 37 | E | 14 | 26 |
| Octal | 164 | 127 | 116 | 0 | 31 | 41 | 67 | 16 | 24 | 46 |
| Binary | 1110100 | 1010111 | 1001110 | 0 | 11001 | 100001 | 110111 | 1110 | 10100 | 100110 |
Color Harmonies of #74574E
Complementary color
Monochromatic Colors of #74574E
Black with #74574E
Text Example
Text Example
White with #74574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74574E; }
p { color: rgb(116,87,78); }
H1.HeaderClassName
{
color: #74574E;
}
.AnyTagClassName
{
color: #74574E;
}
</style>
background-color css
<style>
a { background-color: #74574E; }
a { background-color: rgb(116,87,78); }
div.DivClassName
{
background-color: #74574E;
}
.BgClassName
{
background-color: #74574E;
}
</style>
border-color css
<style>
span { border-color: #74574E; }
span { border-color: rgb(116,87,78); }
td.TdClassName
{
border-color: #74574E;
}
.TagClassName
{
border-color: #74574E;
}
</style>