Shades of Dorado #745D56
Tints of Dorado #745D56
RGB
CMYK
RGB Variations
Color information
#745D56 (or 0x745D56) is known color: Dorado. HEX triplet: 74, 5D and 56. RGB value is (116,93,86). Sum of RGB (Red+Green+Blue) = 116+93+86=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #745D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D56 is #8BA2A9. Grayscale: #636363. Windows color (decimal): -9151146 or 5660020. OLE color: 5660020.
HSL color Cylindrical-coordinate representation of color #745D56: hue angle of 14º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745D56 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 86 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.55 |
| HSL | 14º | 0.15% | 0.4% | - |
| HSV(B) | 14º | 0.26% | 0.45% | - |
| XYZ | 12.8 | 12.21 | 10.49 | - |
| YUV | 99.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 86 | 0 | 0.20 | 0.26 | 0.55 | 14 | 0.15 | 0.4 |
| Hex | 74 | 5D | 56 | 0 | 14 | 1A | 37 | E | F | 28 |
| Octal | 164 | 135 | 126 | 0 | 24 | 32 | 67 | 16 | 17 | 50 |
| Binary | 1110100 | 1011101 | 1010110 | 0 | 10100 | 11010 | 110111 | 1110 | 1111 | 101000 |
Color Harmonies of #745D56
Complementary color
Monochromatic Colors of #745D56
Black with #745D56
Text Example
Text Example
White with #745D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D56; }
p { color: rgb(116,93,86); }
H1.HeaderClassName
{
color: #745D56;
}
.AnyTagClassName
{
color: #745D56;
}
</style>
background-color css
<style>
a { background-color: #745D56; }
a { background-color: rgb(116,93,86); }
div.DivClassName
{
background-color: #745D56;
}
.BgClassName
{
background-color: #745D56;
}
</style>
border-color css
<style>
span { border-color: #745D56; }
span { border-color: rgb(116,93,86); }
td.TdClassName
{
border-color: #745D56;
}
.TagClassName
{
border-color: #745D56;
}
</style>