Shades of Dorado #705C56
Tints of Dorado #705C56
RGB
CMYK
RGB Variations
Color information
#705C56 (or 0x705C56) is known color: Dorado. HEX triplet: 70, 5C and 56. RGB value is (112,92,86). Sum of RGB (Red+Green+Blue) = 112+92+86=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #705C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C56 is #8FA3A9. Grayscale: #616161. Windows color (decimal): -9413546 or 5659760. OLE color: 5659760.
HSL color Cylindrical-coordinate representation of color #705C56: hue angle of 13.85º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705C56 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 86 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.56 |
| HSL | 13.85º | 0.13% | 0.39% | - |
| HSV(B) | 13.85º | 0.23% | 0.44% | - |
| XYZ | 12.19 | 11.77 | 10.43 | - |
| YUV | 97.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 86 | 0 | 0.18 | 0.23 | 0.56 | 13.85 | 0.13 | 0.39 |
| Hex | 70 | 5C | 56 | 0 | 12 | 17 | 38 | E | D | 27 |
| Octal | 160 | 134 | 126 | 0 | 22 | 27 | 70 | 16 | 15 | 47 |
| Binary | 1110000 | 1011100 | 1010110 | 0 | 10010 | 10111 | 111000 | 1110 | 1101 | 100111 |
Color Harmonies of #705C56
Complementary color
Monochromatic Colors of #705C56
Black with #705C56
Text Example
Text Example
White with #705C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C56; }
p { color: rgb(112,92,86); }
H1.HeaderClassName
{
color: #705C56;
}
.AnyTagClassName
{
color: #705C56;
}
</style>
background-color css
<style>
a { background-color: #705C56; }
a { background-color: rgb(112,92,86); }
div.DivClassName
{
background-color: #705C56;
}
.BgClassName
{
background-color: #705C56;
}
</style>
border-color css
<style>
span { border-color: #705C56; }
span { border-color: rgb(112,92,86); }
td.TdClassName
{
border-color: #705C56;
}
.TagClassName
{
border-color: #705C56;
}
</style>