Shades of Dorado #745850
Tints of Dorado #745850
RGB
CMYK
RGB Variations
Color information
#745850 (or 0x745850) is known color: Dorado. HEX triplet: 74, 58 and 50. RGB value is (116,88,80). Sum of RGB (Red+Green+Blue) = 116+88+80=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #745850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745850 is #8BA7AF. Grayscale: #5F5F5F. Windows color (decimal): -9152432 or 5265524. OLE color: 5265524.
HSL color Cylindrical-coordinate representation of color #745850: hue angle of 13.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745850 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 80 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.55 |
| HSL | 13.33º | 0.18% | 0.38% | - |
| HSV(B) | 13.33º | 0.31% | 0.45% | - |
| XYZ | 12.14 | 11.27 | 9.13 | - |
| YUV | 95.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 80 | 0 | 0.24 | 0.31 | 0.55 | 13.33 | 0.18 | 0.38 |
| Hex | 74 | 58 | 50 | 0 | 18 | 1F | 37 | D | 12 | 26 |
| Octal | 164 | 130 | 120 | 0 | 30 | 37 | 67 | 15 | 22 | 46 |
| Binary | 1110100 | 1011000 | 1010000 | 0 | 11000 | 11111 | 110111 | 1101 | 10010 | 100110 |
Color Harmonies of #745850
Complementary color
Monochromatic Colors of #745850
Black with #745850
Text Example
Text Example
White with #745850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745850; }
p { color: rgb(116,88,80); }
H1.HeaderClassName
{
color: #745850;
}
.AnyTagClassName
{
color: #745850;
}
</style>
background-color css
<style>
a { background-color: #745850; }
a { background-color: rgb(116,88,80); }
div.DivClassName
{
background-color: #745850;
}
.BgClassName
{
background-color: #745850;
}
</style>
border-color css
<style>
span { border-color: #745850; }
span { border-color: rgb(116,88,80); }
td.TdClassName
{
border-color: #745850;
}
.TagClassName
{
border-color: #745850;
}
</style>