Shades of Patina #708D7E
Tints of Patina #708D7E
RGB
CMYK
RGB Variations
Color information
#708D7E (or 0x708D7E) is known color: Patina. HEX triplet: 70, 8D and 7E. RGB value is (112,141,126). Sum of RGB (Red+Green+Blue) = 112+141+126=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 141 - color contains mainly: green. Hex color #708D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D7E is #8F7281. Grayscale: #828282. Windows color (decimal): -9400962 or 8293744. OLE color: 8293744.
HSL color Cylindrical-coordinate representation of color #708D7E: hue angle of 148.97º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708D7E is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 126 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.45 |
| HSL | 148.97º | 0.11% | 0.5% | - |
| HSV(B) | 148.97º | 0.21% | 0.55% | - |
| XYZ | 19.97 | 24 | 23.32 | - |
| YUV | 130.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 126 | 0.21 | 0 | 0.11 | 0.45 | 148.97 | 0.11 | 0.5 |
| Hex | 70 | 8D | 7E | 15 | 0 | B | 2D | 95 | B | 32 |
| Octal | 160 | 215 | 176 | 25 | 0 | 13 | 55 | 225 | 13 | 62 |
| Binary | 1110000 | 10001101 | 1111110 | 10101 | 0 | 1011 | 101101 | 10010101 | 1011 | 110010 |
Color Harmonies of #708D7E
Complementary color
Monochromatic Colors of #708D7E
Black with #708D7E
Text Example
Text Example
White with #708D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D7E; }
p { color: rgb(112,141,126); }
H1.HeaderClassName
{
color: #708D7E;
}
.AnyTagClassName
{
color: #708D7E;
}
</style>
background-color css
<style>
a { background-color: #708D7E; }
a { background-color: rgb(112,141,126); }
div.DivClassName
{
background-color: #708D7E;
}
.BgClassName
{
background-color: #708D7E;
}
</style>
border-color css
<style>
span { border-color: #708D7E; }
span { border-color: rgb(112,141,126); }
td.TdClassName
{
border-color: #708D7E;
}
.TagClassName
{
border-color: #708D7E;
}
</style>