Shades of Patina #70877E
Tints of Patina #70877E
RGB
CMYK
RGB Variations
Color information
#70877E (or 0x70877E) is known color: Patina. HEX triplet: 70, 87 and 7E. RGB value is (112,135,126). Sum of RGB (Red+Green+Blue) = 112+135+126=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #70877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70877E is #8F7881. Grayscale: #7F7F7F. Windows color (decimal): -9402498 or 8292208. OLE color: 8292208.
HSL color Cylindrical-coordinate representation of color #70877E: hue angle of 156.52º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70877E is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 126 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.47 |
| HSL | 156.52º | 0.09% | 0.48% | - |
| HSV(B) | 156.52º | 0.17% | 0.53% | - |
| XYZ | 19.11 | 22.28 | 23.03 | - |
| YUV | 127.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 126 | 0.17 | 0 | 0.07 | 0.47 | 156.52 | 0.09 | 0.48 |
| Hex | 70 | 87 | 7E | 11 | 0 | 7 | 2F | 9D | 9 | 30 |
| Octal | 160 | 207 | 176 | 21 | 0 | 7 | 57 | 235 | 11 | 60 |
| Binary | 1110000 | 10000111 | 1111110 | 10001 | 0 | 111 | 101111 | 10011101 | 1001 | 110000 |
Color Harmonies of #70877E
Complementary color
Monochromatic Colors of #70877E
Black with #70877E
Text Example
Text Example
White with #70877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70877E; }
p { color: rgb(112,135,126); }
H1.HeaderClassName
{
color: #70877E;
}
.AnyTagClassName
{
color: #70877E;
}
</style>
background-color css
<style>
a { background-color: #70877E; }
a { background-color: rgb(112,135,126); }
div.DivClassName
{
background-color: #70877E;
}
.BgClassName
{
background-color: #70877E;
}
</style>
border-color css
<style>
span { border-color: #70877E; }
span { border-color: rgb(112,135,126); }
td.TdClassName
{
border-color: #70877E;
}
.TagClassName
{
border-color: #70877E;
}
</style>