Shades of Patina #72857E
Tints of Patina #72857E
RGB
CMYK
RGB Variations
Color information
#72857E (or 0x72857E) is known color: Patina. HEX triplet: 72, 85 and 7E. RGB value is (114,133,126). Sum of RGB (Red+Green+Blue) = 114+133+126=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #72857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72857E is #8D7A81. Grayscale: #7E7E7E. Windows color (decimal): -9271938 or 8291698. OLE color: 8291698.
HSL color Cylindrical-coordinate representation of color #72857E: hue angle of 157.89º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #72857E is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 126 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.48 |
| HSL | 157.89º | 0.08% | 0.48% | - |
| HSV(B) | 157.89º | 0.14% | 0.52% | - |
| XYZ | 19.09 | 21.86 | 22.95 | - |
| YUV | 126.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 126 | 0.14 | 0 | 0.05 | 0.48 | 157.89 | 0.08 | 0.48 |
| Hex | 72 | 85 | 7E | E | 0 | 5 | 30 | 9E | 8 | 30 |
| Octal | 162 | 205 | 176 | 16 | 0 | 5 | 60 | 236 | 10 | 60 |
| Binary | 1110010 | 10000101 | 1111110 | 1110 | 0 | 101 | 110000 | 10011110 | 1000 | 110000 |
Color Harmonies of #72857E
Complementary color
Monochromatic Colors of #72857E
Black with #72857E
Text Example
Text Example
White with #72857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72857E; }
p { color: rgb(114,133,126); }
H1.HeaderClassName
{
color: #72857E;
}
.AnyTagClassName
{
color: #72857E;
}
</style>
background-color css
<style>
a { background-color: #72857E; }
a { background-color: rgb(114,133,126); }
div.DivClassName
{
background-color: #72857E;
}
.BgClassName
{
background-color: #72857E;
}
</style>
border-color css
<style>
span { border-color: #72857E; }
span { border-color: rgb(114,133,126); }
td.TdClassName
{
border-color: #72857E;
}
.TagClassName
{
border-color: #72857E;
}
</style>