Shades of Patina #70877F
Tints of Patina #70877F
RGB
CMYK
RGB Variations
Color information
#70877F (or 0x70877F) is known color: Patina. HEX triplet: 70, 87 and 7F. RGB value is (112,135,127). Sum of RGB (Red+Green+Blue) = 112+135+127=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #70877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70877F is #8F7880. Grayscale: #7F7F7F. Windows color (decimal): -9402497 or 8357744. OLE color: 8357744.
HSL color Cylindrical-coordinate representation of color #70877F: hue angle of 159.13º 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 #70877F is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 127 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.47 |
| HSL | 159.13º | 0.09% | 0.48% | - |
| HSV(B) | 159.13º | 0.17% | 0.53% | - |
| XYZ | 19.18 | 22.31 | 23.37 | - |
| YUV | 127.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 127 | 0.17 | 0 | 0.06 | 0.47 | 159.13 | 0.09 | 0.48 |
| Hex | 70 | 87 | 7F | 11 | 0 | 6 | 2F | 9F | 9 | 30 |
| Octal | 160 | 207 | 177 | 21 | 0 | 6 | 57 | 237 | 11 | 60 |
| Binary | 1110000 | 10000111 | 1111111 | 10001 | 0 | 110 | 101111 | 10011111 | 1001 | 110000 |
Color Harmonies of #70877F
Complementary color
Monochromatic Colors of #70877F
Black with #70877F
Text Example
Text Example
White with #70877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70877F; }
p { color: rgb(112,135,127); }
H1.HeaderClassName
{
color: #70877F;
}
.AnyTagClassName
{
color: #70877F;
}
</style>
background-color css
<style>
a { background-color: #70877F; }
a { background-color: rgb(112,135,127); }
div.DivClassName
{
background-color: #70877F;
}
.BgClassName
{
background-color: #70877F;
}
</style>
border-color css
<style>
span { border-color: #70877F; }
span { border-color: rgb(112,135,127); }
td.TdClassName
{
border-color: #70877F;
}
.TagClassName
{
border-color: #70877F;
}
</style>