Shades of Patina #70857E
Tints of Patina #70857E
RGB
CMYK
RGB Variations
Color information
#70857E (or 0x70857E) is known color: Patina. HEX triplet: 70, 85 and 7E. RGB value is (112,133,126). Sum of RGB (Red+Green+Blue) = 112+133+126=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #70857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70857E is #8F7A81. Grayscale: #7D7D7D. Windows color (decimal): -9403010 or 8291696. OLE color: 8291696.
HSL color Cylindrical-coordinate representation of color #70857E: hue angle of 160º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70857E is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 126 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.48 |
| HSL | 160º | 0.09% | 0.48% | - |
| HSV(B) | 160º | 0.16% | 0.52% | - |
| XYZ | 18.84 | 21.73 | 22.94 | - |
| YUV | 125.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 126 | 0.16 | 0 | 0.05 | 0.48 | 160 | 0.09 | 0.48 |
| Hex | 70 | 85 | 7E | 10 | 0 | 5 | 30 | A0 | 9 | 30 |
| Octal | 160 | 205 | 176 | 20 | 0 | 5 | 60 | 240 | 11 | 60 |
| Binary | 1110000 | 10000101 | 1111110 | 10000 | 0 | 101 | 110000 | 10100000 | 1001 | 110000 |
Color Harmonies of #70857E
Complementary color
Monochromatic Colors of #70857E
Black with #70857E
Text Example
Text Example
White with #70857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70857E; }
p { color: rgb(112,133,126); }
H1.HeaderClassName
{
color: #70857E;
}
.AnyTagClassName
{
color: #70857E;
}
</style>
background-color css
<style>
a { background-color: #70857E; }
a { background-color: rgb(112,133,126); }
div.DivClassName
{
background-color: #70857E;
}
.BgClassName
{
background-color: #70857E;
}
</style>
border-color css
<style>
span { border-color: #70857E; }
span { border-color: rgb(112,133,126); }
td.TdClassName
{
border-color: #70857E;
}
.TagClassName
{
border-color: #70857E;
}
</style>