Shades of Patina #708B7E
Tints of Patina #708B7E
RGB
CMYK
RGB Variations
Color information
#708B7E (or 0x708B7E) is known color: Patina. HEX triplet: 70, 8B and 7E. RGB value is (112,139,126). Sum of RGB (Red+Green+Blue) = 112+139+126=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #708B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B7E is #8F7481. Grayscale: #818181. Windows color (decimal): -9401474 or 8293232. OLE color: 8293232.
HSL color Cylindrical-coordinate representation of color #708B7E: hue angle of 151.11º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708B7E is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 126 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.45 |
| HSL | 151.11º | 0.11% | 0.49% | - |
| HSV(B) | 151.11º | 0.19% | 0.55% | - |
| XYZ | 19.68 | 23.42 | 23.22 | - |
| YUV | 129.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 126 | 0.19 | 0 | 0.09 | 0.45 | 151.11 | 0.11 | 0.49 |
| Hex | 70 | 8B | 7E | 13 | 0 | 9 | 2D | 97 | B | 31 |
| Octal | 160 | 213 | 176 | 23 | 0 | 11 | 55 | 227 | 13 | 61 |
| Binary | 1110000 | 10001011 | 1111110 | 10011 | 0 | 1001 | 101101 | 10010111 | 1011 | 110001 |
Color Harmonies of #708B7E
Complementary color
Monochromatic Colors of #708B7E
Black with #708B7E
Text Example
Text Example
White with #708B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B7E; }
p { color: rgb(112,139,126); }
H1.HeaderClassName
{
color: #708B7E;
}
.AnyTagClassName
{
color: #708B7E;
}
</style>
background-color css
<style>
a { background-color: #708B7E; }
a { background-color: rgb(112,139,126); }
div.DivClassName
{
background-color: #708B7E;
}
.BgClassName
{
background-color: #708B7E;
}
</style>
border-color css
<style>
span { border-color: #708B7E; }
span { border-color: rgb(112,139,126); }
td.TdClassName
{
border-color: #708B7E;
}
.TagClassName
{
border-color: #708B7E;
}
</style>