Shades of Dorado #745A51
Tints of Dorado #745A51
RGB
CMYK
RGB Variations
Color information
#745A51 (or 0x745A51) is known color: Dorado. HEX triplet: 74, 5A and 51. RGB value is (116,90,81). Sum of RGB (Red+Green+Blue) = 116+90+81=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #745A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745A51 is #8BA5AE. Grayscale: #606060. Windows color (decimal): -9151919 or 5331572. OLE color: 5331572.
HSL color Cylindrical-coordinate representation of color #745A51: hue angle of 15.43º 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 #745A51 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 81 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.55 |
| HSL | 15.43º | 0.18% | 0.39% | - |
| HSV(B) | 15.43º | 0.3% | 0.45% | - |
| XYZ | 12.34 | 11.62 | 9.38 | - |
| YUV | 96.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 81 | 0 | 0.22 | 0.30 | 0.55 | 15.43 | 0.18 | 0.39 |
| Hex | 74 | 5A | 51 | 0 | 16 | 1E | 37 | F | 12 | 27 |
| Octal | 164 | 132 | 121 | 0 | 26 | 36 | 67 | 17 | 22 | 47 |
| Binary | 1110100 | 1011010 | 1010001 | 0 | 10110 | 11110 | 110111 | 1111 | 10010 | 100111 |
Color Harmonies of #745A51
Complementary color
Monochromatic Colors of #745A51
Black with #745A51
Text Example
Text Example
White with #745A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A51; }
p { color: rgb(116,90,81); }
H1.HeaderClassName
{
color: #745A51;
}
.AnyTagClassName
{
color: #745A51;
}
</style>
background-color css
<style>
a { background-color: #745A51; }
a { background-color: rgb(116,90,81); }
div.DivClassName
{
background-color: #745A51;
}
.BgClassName
{
background-color: #745A51;
}
</style>
border-color css
<style>
span { border-color: #745A51; }
span { border-color: rgb(116,90,81); }
td.TdClassName
{
border-color: #745A51;
}
.TagClassName
{
border-color: #745A51;
}
</style>