Shades of Dorado #745D51
Tints of Dorado #745D51
RGB
CMYK
RGB Variations
Color information
#745D51 (or 0x745D51) is known color: Dorado. HEX triplet: 74, 5D and 51. RGB value is (116,93,81). Sum of RGB (Red+Green+Blue) = 116+93+81=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #745D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D51 is #8BA2AE. Grayscale: #626262. Windows color (decimal): -9151151 or 5332340. OLE color: 5332340.
HSL color Cylindrical-coordinate representation of color #745D51: hue angle of 20.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745D51 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 81 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.55 |
| HSL | 20.57º | 0.18% | 0.39% | - |
| HSV(B) | 20.57º | 0.3% | 0.45% | - |
| XYZ | 12.6 | 12.14 | 9.46 | - |
| YUV | 98.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 81 | 0 | 0.20 | 0.30 | 0.55 | 20.57 | 0.18 | 0.39 |
| Hex | 74 | 5D | 51 | 0 | 14 | 1E | 37 | 15 | 12 | 27 |
| Octal | 164 | 135 | 121 | 0 | 24 | 36 | 67 | 25 | 22 | 47 |
| Binary | 1110100 | 1011101 | 1010001 | 0 | 10100 | 11110 | 110111 | 10101 | 10010 | 100111 |
Color Harmonies of #745D51
Complementary color
Monochromatic Colors of #745D51
Black with #745D51
Text Example
Text Example
White with #745D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D51; }
p { color: rgb(116,93,81); }
H1.HeaderClassName
{
color: #745D51;
}
.AnyTagClassName
{
color: #745D51;
}
</style>
background-color css
<style>
a { background-color: #745D51; }
a { background-color: rgb(116,93,81); }
div.DivClassName
{
background-color: #745D51;
}
.BgClassName
{
background-color: #745D51;
}
</style>
border-color css
<style>
span { border-color: #745D51; }
span { border-color: rgb(116,93,81); }
td.TdClassName
{
border-color: #745D51;
}
.TagClassName
{
border-color: #745D51;
}
</style>