Shades of Patina #708B7D
Tints of Patina #708B7D
RGB
CMYK
RGB Variations
Color information
#708B7D (or 0x708B7D) is known color: Patina. HEX triplet: 70, 8B and 7D. RGB value is (112,139,125). Sum of RGB (Red+Green+Blue) = 112+139+125=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #708B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B7D is #8F7482. Grayscale: #818181. Windows color (decimal): -9401475 or 8227696. OLE color: 8227696.
HSL color Cylindrical-coordinate representation of color #708B7D: hue angle of 148.89º 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 #708B7D is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 125 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.45 |
| HSL | 148.89º | 0.11% | 0.49% | - |
| HSV(B) | 148.89º | 0.19% | 0.55% | - |
| XYZ | 19.62 | 23.39 | 22.88 | - |
| YUV | 129.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 125 | 0.19 | 0 | 0.10 | 0.45 | 148.89 | 0.11 | 0.49 |
| Hex | 70 | 8B | 7D | 13 | 0 | A | 2D | 95 | B | 31 |
| Octal | 160 | 213 | 175 | 23 | 0 | 12 | 55 | 225 | 13 | 61 |
| Binary | 1110000 | 10001011 | 1111101 | 10011 | 0 | 1010 | 101101 | 10010101 | 1011 | 110001 |
Color Harmonies of #708B7D
Complementary color
Monochromatic Colors of #708B7D
Black with #708B7D
Text Example
Text Example
White with #708B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B7D; }
p { color: rgb(112,139,125); }
H1.HeaderClassName
{
color: #708B7D;
}
.AnyTagClassName
{
color: #708B7D;
}
</style>
background-color css
<style>
a { background-color: #708B7D; }
a { background-color: rgb(112,139,125); }
div.DivClassName
{
background-color: #708B7D;
}
.BgClassName
{
background-color: #708B7D;
}
</style>
border-color css
<style>
span { border-color: #708B7D; }
span { border-color: rgb(112,139,125); }
td.TdClassName
{
border-color: #708B7D;
}
.TagClassName
{
border-color: #708B7D;
}
</style>