Shades of Dorado #705750
Tints of Dorado #705750
RGB
CMYK
RGB Variations
Color information
#705750 (or 0x705750) is known color: Dorado. HEX triplet: 70, 57 and 50. RGB value is (112,87,80). Sum of RGB (Red+Green+Blue) = 112+87+80=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705750 is #8FA8AF. Grayscale: #5D5D5D. Windows color (decimal): -9414832 or 5265264. OLE color: 5265264.
HSL color Cylindrical-coordinate representation of color #705750: hue angle of 13.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705750 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 80 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.56 |
| HSL | 13.13º | 0.17% | 0.38% | - |
| HSV(B) | 13.13º | 0.29% | 0.44% | - |
| XYZ | 11.54 | 10.84 | 9.07 | - |
| YUV | 93.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 80 | 0 | 0.22 | 0.29 | 0.56 | 13.13 | 0.17 | 0.38 |
| Hex | 70 | 57 | 50 | 0 | 16 | 1D | 38 | D | 11 | 26 |
| Octal | 160 | 127 | 120 | 0 | 26 | 35 | 70 | 15 | 21 | 46 |
| Binary | 1110000 | 1010111 | 1010000 | 0 | 10110 | 11101 | 111000 | 1101 | 10001 | 100110 |
Color Harmonies of #705750
Complementary color
Monochromatic Colors of #705750
Black with #705750
Text Example
Text Example
White with #705750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705750; }
p { color: rgb(112,87,80); }
H1.HeaderClassName
{
color: #705750;
}
.AnyTagClassName
{
color: #705750;
}
</style>
background-color css
<style>
a { background-color: #705750; }
a { background-color: rgb(112,87,80); }
div.DivClassName
{
background-color: #705750;
}
.BgClassName
{
background-color: #705750;
}
</style>
border-color css
<style>
span { border-color: #705750; }
span { border-color: rgb(112,87,80); }
td.TdClassName
{
border-color: #705750;
}
.TagClassName
{
border-color: #705750;
}
</style>