Shades of Dorado #746256
Tints of Dorado #746256
RGB
CMYK
RGB Variations
Color information
#746256 (or 0x746256) is known color: Dorado. HEX triplet: 74, 62 and 56. RGB value is (116,98,86). Sum of RGB (Red+Green+Blue) = 116+98+86=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746256 is #8B9DA9. Grayscale: #666666. Windows color (decimal): -9149866 or 5661300. OLE color: 5661300.
HSL color Cylindrical-coordinate representation of color #746256: hue angle of 24º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746256 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 86 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.55 |
| HSL | 24º | 0.15% | 0.4% | - |
| HSV(B) | 24º | 0.26% | 0.45% | - |
| XYZ | 13.25 | 13.12 | 10.64 | - |
| YUV | 102.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 86 | 0 | 0.16 | 0.26 | 0.55 | 24 | 0.15 | 0.4 |
| Hex | 74 | 62 | 56 | 0 | 10 | 1A | 37 | 18 | F | 28 |
| Octal | 164 | 142 | 126 | 0 | 20 | 32 | 67 | 30 | 17 | 50 |
| Binary | 1110100 | 1100010 | 1010110 | 0 | 10000 | 11010 | 110111 | 11000 | 1111 | 101000 |
Color Harmonies of #746256
Complementary color
Monochromatic Colors of #746256
Black with #746256
Text Example
Text Example
White with #746256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746256; }
p { color: rgb(116,98,86); }
H1.HeaderClassName
{
color: #746256;
}
.AnyTagClassName
{
color: #746256;
}
</style>
background-color css
<style>
a { background-color: #746256; }
a { background-color: rgb(116,98,86); }
div.DivClassName
{
background-color: #746256;
}
.BgClassName
{
background-color: #746256;
}
</style>
border-color css
<style>
span { border-color: #746256; }
span { border-color: rgb(116,98,86); }
td.TdClassName
{
border-color: #746256;
}
.TagClassName
{
border-color: #746256;
}
</style>