Shades of Patina #71867C
Tints of Patina #71867C
RGB
CMYK
RGB Variations
Color information
#71867C (or 0x71867C) is known color: Patina. HEX triplet: 71, 86 and 7C. RGB value is (113,134,124). Sum of RGB (Red+Green+Blue) = 113+134+124=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #71867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71867C is #8E7983. Grayscale: #7E7E7E. Windows color (decimal): -9337220 or 8160881. OLE color: 8160881.
HSL color Cylindrical-coordinate representation of color #71867C: hue angle of 151.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71867C is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 134 | 124 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.47 |
| HSL | 151.43º | 0.09% | 0.48% | - |
| HSV(B) | 151.43º | 0.16% | 0.53% | - |
| XYZ | 18.97 | 22.02 | 22.32 | - |
| YUV | 126.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 134 | 124 | 0.16 | 0 | 0.07 | 0.47 | 151.43 | 0.09 | 0.48 |
| Hex | 71 | 86 | 7C | 10 | 0 | 7 | 2F | 97 | 9 | 30 |
| Octal | 161 | 206 | 174 | 20 | 0 | 7 | 57 | 227 | 11 | 60 |
| Binary | 1110001 | 10000110 | 1111100 | 10000 | 0 | 111 | 101111 | 10010111 | 1001 | 110000 |
Color Harmonies of #71867C
Complementary color
Monochromatic Colors of #71867C
Black with #71867C
Text Example
Text Example
White with #71867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71867C; }
p { color: rgb(113,134,124); }
H1.HeaderClassName
{
color: #71867C;
}
.AnyTagClassName
{
color: #71867C;
}
</style>
background-color css
<style>
a { background-color: #71867C; }
a { background-color: rgb(113,134,124); }
div.DivClassName
{
background-color: #71867C;
}
.BgClassName
{
background-color: #71867C;
}
</style>
border-color css
<style>
span { border-color: #71867C; }
span { border-color: rgb(113,134,124); }
td.TdClassName
{
border-color: #71867C;
}
.TagClassName
{
border-color: #71867C;
}
</style>