Shades of Dorado #705C57
Tints of Dorado #705C57
RGB
CMYK
RGB Variations
Color information
#705C57 (or 0x705C57) is known color: Dorado. HEX triplet: 70, 5C and 57. RGB value is (112,92,87). Sum of RGB (Red+Green+Blue) = 112+92+87=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #705C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C57 is #8FA3A8. Grayscale: #616161. Windows color (decimal): -9413545 or 5725296. OLE color: 5725296.
HSL color Cylindrical-coordinate representation of color #705C57: hue angle of 12º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #705C57 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 87 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.56 |
| HSL | 12º | 0.13% | 0.39% | - |
| HSV(B) | 12º | 0.22% | 0.44% | - |
| XYZ | 12.23 | 11.79 | 10.65 | - |
| YUV | 97.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 87 | 0 | 0.18 | 0.22 | 0.56 | 12 | 0.13 | 0.39 |
| Hex | 70 | 5C | 57 | 0 | 12 | 16 | 38 | C | D | 27 |
| Octal | 160 | 134 | 127 | 0 | 22 | 26 | 70 | 14 | 15 | 47 |
| Binary | 1110000 | 1011100 | 1010111 | 0 | 10010 | 10110 | 111000 | 1100 | 1101 | 100111 |
Color Harmonies of #705C57
Complementary color
Monochromatic Colors of #705C57
Black with #705C57
Text Example
Text Example
White with #705C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C57; }
p { color: rgb(112,92,87); }
H1.HeaderClassName
{
color: #705C57;
}
.AnyTagClassName
{
color: #705C57;
}
</style>
background-color css
<style>
a { background-color: #705C57; }
a { background-color: rgb(112,92,87); }
div.DivClassName
{
background-color: #705C57;
}
.BgClassName
{
background-color: #705C57;
}
</style>
border-color css
<style>
span { border-color: #705C57; }
span { border-color: rgb(112,92,87); }
td.TdClassName
{
border-color: #705C57;
}
.TagClassName
{
border-color: #705C57;
}
</style>