Shades of Dorado #74564D
Tints of Dorado #74564D
RGB
CMYK
RGB Variations
Color information
#74564D (or 0x74564D) is known color: Dorado. HEX triplet: 74, 56 and 4D. RGB value is (116,86,77). Sum of RGB (Red+Green+Blue) = 116+86+77=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74564D is #8BA9B2. Grayscale: #5E5E5E. Windows color (decimal): -9152947 or 5068404. OLE color: 5068404.
HSL color Cylindrical-coordinate representation of color #74564D: hue angle of 13.85º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74564D is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 77 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.55 |
| HSL | 13.85º | 0.2% | 0.38% | - |
| HSV(B) | 13.85º | 0.34% | 0.45% | - |
| XYZ | 11.87 | 10.9 | 8.5 | - |
| YUV | 93.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 77 | 0 | 0.26 | 0.34 | 0.55 | 13.85 | 0.2 | 0.38 |
| Hex | 74 | 56 | 4D | 0 | 1A | 22 | 37 | E | 14 | 26 |
| Octal | 164 | 126 | 115 | 0 | 32 | 42 | 67 | 16 | 24 | 46 |
| Binary | 1110100 | 1010110 | 1001101 | 0 | 11010 | 100010 | 110111 | 1110 | 10100 | 100110 |
Color Harmonies of #74564D
Complementary color
Monochromatic Colors of #74564D
Black with #74564D
Text Example
Text Example
White with #74564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74564D; }
p { color: rgb(116,86,77); }
H1.HeaderClassName
{
color: #74564D;
}
.AnyTagClassName
{
color: #74564D;
}
</style>
background-color css
<style>
a { background-color: #74564D; }
a { background-color: rgb(116,86,77); }
div.DivClassName
{
background-color: #74564D;
}
.BgClassName
{
background-color: #74564D;
}
</style>
border-color css
<style>
span { border-color: #74564D; }
span { border-color: rgb(116,86,77); }
td.TdClassName
{
border-color: #74564D;
}
.TagClassName
{
border-color: #74564D;
}
</style>