Shades of Dorado #706157
Tints of Dorado #706157
RGB
CMYK
RGB Variations
Color information
#706157 (or 0x706157) is known color: Dorado. HEX triplet: 70, 61 and 57. RGB value is (112,97,87). Sum of RGB (Red+Green+Blue) = 112+97+87=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #706157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706157 is #8F9EA8. Grayscale: #646464. Windows color (decimal): -9412265 or 5726576. OLE color: 5726576.
HSL color Cylindrical-coordinate representation of color #706157: hue angle of 24º 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 #706157 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 87 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.56 |
| HSL | 24º | 0.13% | 0.39% | - |
| HSV(B) | 24º | 0.22% | 0.44% | - |
| XYZ | 12.68 | 12.68 | 10.8 | - |
| YUV | 100.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 87 | 0 | 0.13 | 0.22 | 0.56 | 24 | 0.13 | 0.39 |
| Hex | 70 | 61 | 57 | 0 | D | 16 | 38 | 18 | D | 27 |
| Octal | 160 | 141 | 127 | 0 | 15 | 26 | 70 | 30 | 15 | 47 |
| Binary | 1110000 | 1100001 | 1010111 | 0 | 1101 | 10110 | 111000 | 11000 | 1101 | 100111 |
Color Harmonies of #706157
Complementary color
Monochromatic Colors of #706157
Black with #706157
Text Example
Text Example
White with #706157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706157; }
p { color: rgb(112,97,87); }
H1.HeaderClassName
{
color: #706157;
}
.AnyTagClassName
{
color: #706157;
}
</style>
background-color css
<style>
a { background-color: #706157; }
a { background-color: rgb(112,97,87); }
div.DivClassName
{
background-color: #706157;
}
.BgClassName
{
background-color: #706157;
}
</style>
border-color css
<style>
span { border-color: #706157; }
span { border-color: rgb(112,97,87); }
td.TdClassName
{
border-color: #706157;
}
.TagClassName
{
border-color: #706157;
}
</style>