Shades of Dorado #745F57
Tints of Dorado #745F57
RGB
CMYK
RGB Variations
Color information
#745F57 (or 0x745F57) is known color: Dorado. HEX triplet: 74, 5F and 57. RGB value is (116,95,87). Sum of RGB (Red+Green+Blue) = 116+95+87=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #745F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F57 is #8BA0A8. Grayscale: #646464. Windows color (decimal): -9150633 or 5726068. OLE color: 5726068.
HSL color Cylindrical-coordinate representation of color #745F57: hue angle of 16.55º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #745F57 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 87 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.55 |
| HSL | 16.55º | 0.14% | 0.4% | - |
| HSV(B) | 16.55º | 0.25% | 0.45% | - |
| XYZ | 13.01 | 12.59 | 10.76 | - |
| YUV | 100.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 87 | 0 | 0.18 | 0.25 | 0.55 | 16.55 | 0.14 | 0.4 |
| Hex | 74 | 5F | 57 | 0 | 12 | 19 | 37 | 11 | E | 28 |
| Octal | 164 | 137 | 127 | 0 | 22 | 31 | 67 | 21 | 16 | 50 |
| Binary | 1110100 | 1011111 | 1010111 | 0 | 10010 | 11001 | 110111 | 10001 | 1110 | 101000 |
Color Harmonies of #745F57
Complementary color
Monochromatic Colors of #745F57
Black with #745F57
Text Example
Text Example
White with #745F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F57; }
p { color: rgb(116,95,87); }
H1.HeaderClassName
{
color: #745F57;
}
.AnyTagClassName
{
color: #745F57;
}
</style>
background-color css
<style>
a { background-color: #745F57; }
a { background-color: rgb(116,95,87); }
div.DivClassName
{
background-color: #745F57;
}
.BgClassName
{
background-color: #745F57;
}
</style>
border-color css
<style>
span { border-color: #745F57; }
span { border-color: rgb(116,95,87); }
td.TdClassName
{
border-color: #745F57;
}
.TagClassName
{
border-color: #745F57;
}
</style>