Shades of Dorado #706158
Tints of Dorado #706158
RGB
CMYK
RGB Variations
Color information
#706158 (or 0x706158) is known color: Dorado. HEX triplet: 70, 61 and 58. RGB value is (112,97,88). Sum of RGB (Red+Green+Blue) = 112+97+88=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706158 is #8F9EA7. Grayscale: #646464. Windows color (decimal): -9412264 or 5792112. OLE color: 5792112.
HSL color Cylindrical-coordinate representation of color #706158: hue angle of 22.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706158 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 88 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.56 |
| HSL | 22.5º | 0.12% | 0.39% | - |
| HSV(B) | 22.5º | 0.21% | 0.44% | - |
| XYZ | 12.72 | 12.7 | 11.01 | - |
| YUV | 100.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 88 | 0 | 0.13 | 0.21 | 0.56 | 22.5 | 0.12 | 0.39 |
| Hex | 70 | 61 | 58 | 0 | D | 15 | 38 | 16 | C | 27 |
| Octal | 160 | 141 | 130 | 0 | 15 | 25 | 70 | 26 | 14 | 47 |
| Binary | 1110000 | 1100001 | 1011000 | 0 | 1101 | 10101 | 111000 | 10110 | 1100 | 100111 |
Color Harmonies of #706158
Complementary color
Monochromatic Colors of #706158
Black with #706158
Text Example
Text Example
White with #706158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706158; }
p { color: rgb(112,97,88); }
H1.HeaderClassName
{
color: #706158;
}
.AnyTagClassName
{
color: #706158;
}
</style>
background-color css
<style>
a { background-color: #706158; }
a { background-color: rgb(112,97,88); }
div.DivClassName
{
background-color: #706158;
}
.BgClassName
{
background-color: #706158;
}
</style>
border-color css
<style>
span { border-color: #706158; }
span { border-color: rgb(112,97,88); }
td.TdClassName
{
border-color: #706158;
}
.TagClassName
{
border-color: #706158;
}
</style>