Shades of Dorado #745952
Tints of Dorado #745952
RGB
CMYK
RGB Variations
Color information
#745952 (or 0x745952) is known color: Dorado. HEX triplet: 74, 59 and 52. RGB value is (116,89,82). Sum of RGB (Red+Green+Blue) = 116+89+82=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #745952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745952 is #8BA6AD. Grayscale: #606060. Windows color (decimal): -9152174 or 5396852. OLE color: 5396852.
HSL color Cylindrical-coordinate representation of color #745952: hue angle of 12.35º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745952 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 82 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.55 |
| HSL | 12.35º | 0.17% | 0.39% | - |
| HSV(B) | 12.35º | 0.29% | 0.45% | - |
| XYZ | 12.3 | 11.47 | 9.55 | - |
| YUV | 96.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 82 | 0 | 0.23 | 0.29 | 0.55 | 12.35 | 0.17 | 0.39 |
| Hex | 74 | 59 | 52 | 0 | 17 | 1D | 37 | C | 11 | 27 |
| Octal | 164 | 131 | 122 | 0 | 27 | 35 | 67 | 14 | 21 | 47 |
| Binary | 1110100 | 1011001 | 1010010 | 0 | 10111 | 11101 | 110111 | 1100 | 10001 | 100111 |
Color Harmonies of #745952
Complementary color
Monochromatic Colors of #745952
Black with #745952
Text Example
Text Example
White with #745952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745952; }
p { color: rgb(116,89,82); }
H1.HeaderClassName
{
color: #745952;
}
.AnyTagClassName
{
color: #745952;
}
</style>
background-color css
<style>
a { background-color: #745952; }
a { background-color: rgb(116,89,82); }
div.DivClassName
{
background-color: #745952;
}
.BgClassName
{
background-color: #745952;
}
</style>
border-color css
<style>
span { border-color: #745952; }
span { border-color: rgb(116,89,82); }
td.TdClassName
{
border-color: #745952;
}
.TagClassName
{
border-color: #745952;
}
</style>