Shades of Dorado #745C51
Tints of Dorado #745C51
RGB
CMYK
RGB Variations
Color information
#745C51 (or 0x745C51) is known color: Dorado. HEX triplet: 74, 5C and 51. RGB value is (116,92,81). Sum of RGB (Red+Green+Blue) = 116+92+81=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #745C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C51 is #8BA3AE. Grayscale: #616161. Windows color (decimal): -9151407 or 5332084. OLE color: 5332084.
HSL color Cylindrical-coordinate representation of color #745C51: hue angle of 18.86º 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 #745C51 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 81 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.55 |
| HSL | 18.86º | 0.18% | 0.39% | - |
| HSV(B) | 18.86º | 0.3% | 0.45% | - |
| XYZ | 12.51 | 11.96 | 9.43 | - |
| YUV | 97.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 81 | 0 | 0.21 | 0.30 | 0.55 | 18.86 | 0.18 | 0.39 |
| Hex | 74 | 5C | 51 | 0 | 15 | 1E | 37 | 13 | 12 | 27 |
| Octal | 164 | 134 | 121 | 0 | 25 | 36 | 67 | 23 | 22 | 47 |
| Binary | 1110100 | 1011100 | 1010001 | 0 | 10101 | 11110 | 110111 | 10011 | 10010 | 100111 |
Color Harmonies of #745C51
Complementary color
Monochromatic Colors of #745C51
Black with #745C51
Text Example
Text Example
White with #745C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C51; }
p { color: rgb(116,92,81); }
H1.HeaderClassName
{
color: #745C51;
}
.AnyTagClassName
{
color: #745C51;
}
</style>
background-color css
<style>
a { background-color: #745C51; }
a { background-color: rgb(116,92,81); }
div.DivClassName
{
background-color: #745C51;
}
.BgClassName
{
background-color: #745C51;
}
</style>
border-color css
<style>
span { border-color: #745C51; }
span { border-color: rgb(116,92,81); }
td.TdClassName
{
border-color: #745C51;
}
.TagClassName
{
border-color: #745C51;
}
</style>