Shades of Dorado #70574F
Tints of Dorado #70574F
RGB
CMYK
RGB Variations
Color information
#70574F (or 0x70574F) is known color: Dorado. HEX triplet: 70, 57 and 4F. RGB value is (112,87,79). Sum of RGB (Red+Green+Blue) = 112+87+79=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #70574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70574F is #8FA8B0. Grayscale: #5D5D5D. Windows color (decimal): -9414833 or 5199728. OLE color: 5199728.
HSL color Cylindrical-coordinate representation of color #70574F: hue angle of 14.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70574F is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 79 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.56 |
| HSL | 14.55º | 0.17% | 0.37% | - |
| HSV(B) | 14.55º | 0.29% | 0.44% | - |
| XYZ | 11.5 | 10.83 | 8.88 | - |
| YUV | 93.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 79 | 0 | 0.22 | 0.29 | 0.56 | 14.55 | 0.17 | 0.37 |
| Hex | 70 | 57 | 4F | 0 | 16 | 1D | 38 | F | 11 | 25 |
| Octal | 160 | 127 | 117 | 0 | 26 | 35 | 70 | 17 | 21 | 45 |
| Binary | 1110000 | 1010111 | 1001111 | 0 | 10110 | 11101 | 111000 | 1111 | 10001 | 100101 |
Color Harmonies of #70574F
Complementary color
Monochromatic Colors of #70574F
Black with #70574F
Text Example
Text Example
White with #70574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70574F; }
p { color: rgb(112,87,79); }
H1.HeaderClassName
{
color: #70574F;
}
.AnyTagClassName
{
color: #70574F;
}
</style>
background-color css
<style>
a { background-color: #70574F; }
a { background-color: rgb(112,87,79); }
div.DivClassName
{
background-color: #70574F;
}
.BgClassName
{
background-color: #70574F;
}
</style>
border-color css
<style>
span { border-color: #70574F; }
span { border-color: rgb(112,87,79); }
td.TdClassName
{
border-color: #70574F;
}
.TagClassName
{
border-color: #70574F;
}
</style>