Shades of Dorado #745951
Tints of Dorado #745951
RGB
CMYK
RGB Variations
Color information
#745951 (or 0x745951) is known color: Dorado. HEX triplet: 74, 59 and 51. RGB value is (116,89,81). Sum of RGB (Red+Green+Blue) = 116+89+81=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #745951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745951 is #8BA6AE. Grayscale: #606060. Windows color (decimal): -9152175 or 5331316. OLE color: 5331316.
HSL color Cylindrical-coordinate representation of color #745951: hue angle of 13.71º 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 #745951 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 81 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.55 |
| HSL | 13.71º | 0.18% | 0.39% | - |
| HSV(B) | 13.71º | 0.3% | 0.45% | - |
| XYZ | 12.26 | 11.45 | 9.35 | - |
| YUV | 96.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 81 | 0 | 0.23 | 0.30 | 0.55 | 13.71 | 0.18 | 0.39 |
| Hex | 74 | 59 | 51 | 0 | 17 | 1E | 37 | E | 12 | 27 |
| Octal | 164 | 131 | 121 | 0 | 27 | 36 | 67 | 16 | 22 | 47 |
| Binary | 1110100 | 1011001 | 1010001 | 0 | 10111 | 11110 | 110111 | 1110 | 10010 | 100111 |
Color Harmonies of #745951
Complementary color
Monochromatic Colors of #745951
Black with #745951
Text Example
Text Example
White with #745951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745951; }
p { color: rgb(116,89,81); }
H1.HeaderClassName
{
color: #745951;
}
.AnyTagClassName
{
color: #745951;
}
</style>
background-color css
<style>
a { background-color: #745951; }
a { background-color: rgb(116,89,81); }
div.DivClassName
{
background-color: #745951;
}
.BgClassName
{
background-color: #745951;
}
</style>
border-color css
<style>
span { border-color: #745951; }
span { border-color: rgb(116,89,81); }
td.TdClassName
{
border-color: #745951;
}
.TagClassName
{
border-color: #745951;
}
</style>