Shades of Patina #71877C
Tints of Patina #71877C
RGB
CMYK
RGB Variations
Color information
#71877C (or 0x71877C) is known color: Patina. HEX triplet: 71, 87 and 7C. RGB value is (113,135,124). Sum of RGB (Red+Green+Blue) = 113+135+124=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #71877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71877C is #8E7883. Grayscale: #7F7F7F. Windows color (decimal): -9336964 or 8161137. OLE color: 8161137.
HSL color Cylindrical-coordinate representation of color #71877C: hue angle of 150º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71877C is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 124 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.47 |
| HSL | 150º | 0.09% | 0.49% | - |
| HSV(B) | 150º | 0.16% | 0.53% | - |
| XYZ | 19.11 | 22.29 | 22.36 | - |
| YUV | 127.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 124 | 0.16 | 0 | 0.08 | 0.47 | 150 | 0.09 | 0.49 |
| Hex | 71 | 87 | 7C | 10 | 0 | 8 | 2F | 96 | 9 | 31 |
| Octal | 161 | 207 | 174 | 20 | 0 | 10 | 57 | 226 | 11 | 61 |
| Binary | 1110001 | 10000111 | 1111100 | 10000 | 0 | 1000 | 101111 | 10010110 | 1001 | 110001 |
Color Harmonies of #71877C
Complementary color
Monochromatic Colors of #71877C
Black with #71877C
Text Example
Text Example
White with #71877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71877C; }
p { color: rgb(113,135,124); }
H1.HeaderClassName
{
color: #71877C;
}
.AnyTagClassName
{
color: #71877C;
}
</style>
background-color css
<style>
a { background-color: #71877C; }
a { background-color: rgb(113,135,124); }
div.DivClassName
{
background-color: #71877C;
}
.BgClassName
{
background-color: #71877C;
}
</style>
border-color css
<style>
span { border-color: #71877C; }
span { border-color: rgb(113,135,124); }
td.TdClassName
{
border-color: #71877C;
}
.TagClassName
{
border-color: #71877C;
}
</style>