Shades of Dorado #745D55
Tints of Dorado #745D55
RGB
CMYK
RGB Variations
Color information
#745D55 (or 0x745D55) is known color: Dorado. HEX triplet: 74, 5D and 55. RGB value is (116,93,85). Sum of RGB (Red+Green+Blue) = 116+93+85=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #745D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D55 is #8BA2AA. Grayscale: #636363. Windows color (decimal): -9151147 or 5594484. OLE color: 5594484.
HSL color Cylindrical-coordinate representation of color #745D55: hue angle of 15.48º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745D55 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 85 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.55 |
| HSL | 15.48º | 0.15% | 0.39% | - |
| HSV(B) | 15.48º | 0.27% | 0.45% | - |
| XYZ | 12.76 | 12.2 | 10.28 | - |
| YUV | 98.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 85 | 0 | 0.20 | 0.27 | 0.55 | 15.48 | 0.15 | 0.39 |
| Hex | 74 | 5D | 55 | 0 | 14 | 1B | 37 | F | F | 27 |
| Octal | 164 | 135 | 125 | 0 | 24 | 33 | 67 | 17 | 17 | 47 |
| Binary | 1110100 | 1011101 | 1010101 | 0 | 10100 | 11011 | 110111 | 1111 | 1111 | 100111 |
Color Harmonies of #745D55
Complementary color
Monochromatic Colors of #745D55
Black with #745D55
Text Example
Text Example
White with #745D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D55; }
p { color: rgb(116,93,85); }
H1.HeaderClassName
{
color: #745D55;
}
.AnyTagClassName
{
color: #745D55;
}
</style>
background-color css
<style>
a { background-color: #745D55; }
a { background-color: rgb(116,93,85); }
div.DivClassName
{
background-color: #745D55;
}
.BgClassName
{
background-color: #745D55;
}
</style>
border-color css
<style>
span { border-color: #745D55; }
span { border-color: rgb(116,93,85); }
td.TdClassName
{
border-color: #745D55;
}
.TagClassName
{
border-color: #745D55;
}
</style>