Shades of Dorado #745C4E
Tints of Dorado #745C4E
RGB
CMYK
RGB Variations
Color information
#745C4E (or 0x745C4E) is known color: Dorado. HEX triplet: 74, 5C and 4E. RGB value is (116,92,78). Sum of RGB (Red+Green+Blue) = 116+92+78=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #745C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C4E is #8BA3B1. Grayscale: #616161. Windows color (decimal): -9151410 or 5135476. OLE color: 5135476.
HSL color Cylindrical-coordinate representation of color #745C4E: hue angle of 22.11º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #745C4E is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 78 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.55 |
| HSL | 22.11º | 0.2% | 0.38% | - |
| HSV(B) | 22.11º | 0.33% | 0.45% | - |
| XYZ | 12.4 | 11.92 | 8.85 | - |
| YUV | 97.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 78 | 0 | 0.21 | 0.33 | 0.55 | 22.11 | 0.2 | 0.38 |
| Hex | 74 | 5C | 4E | 0 | 15 | 21 | 37 | 16 | 14 | 26 |
| Octal | 164 | 134 | 116 | 0 | 25 | 41 | 67 | 26 | 24 | 46 |
| Binary | 1110100 | 1011100 | 1001110 | 0 | 10101 | 100001 | 110111 | 10110 | 10100 | 100110 |
Color Harmonies of #745C4E
Complementary color
Monochromatic Colors of #745C4E
Black with #745C4E
Text Example
Text Example
White with #745C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C4E; }
p { color: rgb(116,92,78); }
H1.HeaderClassName
{
color: #745C4E;
}
.AnyTagClassName
{
color: #745C4E;
}
</style>
background-color css
<style>
a { background-color: #745C4E; }
a { background-color: rgb(116,92,78); }
div.DivClassName
{
background-color: #745C4E;
}
.BgClassName
{
background-color: #745C4E;
}
</style>
border-color css
<style>
span { border-color: #745C4E; }
span { border-color: rgb(116,92,78); }
td.TdClassName
{
border-color: #745C4E;
}
.TagClassName
{
border-color: #745C4E;
}
</style>