Shades of Patina #71857C
Tints of Patina #71857C
RGB
CMYK
RGB Variations
Color information
#71857C (or 0x71857C) is known color: Patina. HEX triplet: 71, 85 and 7C. RGB value is (113,133,124). Sum of RGB (Red+Green+Blue) = 113+133+124=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #71857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71857C is #8E7A83. Grayscale: #7E7E7E. Windows color (decimal): -9337476 or 8160625. OLE color: 8160625.
HSL color Cylindrical-coordinate representation of color #71857C: hue angle of 153º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #71857C is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 124 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.48 |
| HSL | 153º | 0.08% | 0.48% | - |
| HSV(B) | 153º | 0.15% | 0.52% | - |
| XYZ | 18.84 | 21.74 | 22.27 | - |
| YUV | 125.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 124 | 0.15 | 0 | 0.07 | 0.48 | 153 | 0.08 | 0.48 |
| Hex | 71 | 85 | 7C | F | 0 | 7 | 30 | 99 | 8 | 30 |
| Octal | 161 | 205 | 174 | 17 | 0 | 7 | 60 | 231 | 10 | 60 |
| Binary | 1110001 | 10000101 | 1111100 | 1111 | 0 | 111 | 110000 | 10011001 | 1000 | 110000 |
Color Harmonies of #71857C
Complementary color
Monochromatic Colors of #71857C
Black with #71857C
Text Example
Text Example
White with #71857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71857C; }
p { color: rgb(113,133,124); }
H1.HeaderClassName
{
color: #71857C;
}
.AnyTagClassName
{
color: #71857C;
}
</style>
background-color css
<style>
a { background-color: #71857C; }
a { background-color: rgb(113,133,124); }
div.DivClassName
{
background-color: #71857C;
}
.BgClassName
{
background-color: #71857C;
}
</style>
border-color css
<style>
span { border-color: #71857C; }
span { border-color: rgb(113,133,124); }
td.TdClassName
{
border-color: #71857C;
}
.TagClassName
{
border-color: #71857C;
}
</style>