Shades of Patina #73857E
Tints of Patina #73857E
RGB
CMYK
RGB Variations
Color information
#73857E (or 0x73857E) is known color: Patina. HEX triplet: 73, 85 and 7E. RGB value is (115,133,126). Sum of RGB (Red+Green+Blue) = 115+133+126=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #73857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73857E is #8C7A81. Grayscale: #7E7E7E. Windows color (decimal): -9206402 or 8291699. OLE color: 8291699.
HSL color Cylindrical-coordinate representation of color #73857E: hue angle of 156.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #73857E is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 133 | 126 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.48 |
| HSL | 156.67º | 0.07% | 0.49% | - |
| HSV(B) | 156.67º | 0.14% | 0.52% | - |
| XYZ | 19.22 | 21.93 | 22.96 | - |
| YUV | 126.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 126 | 0.14 | 0 | 0.05 | 0.48 | 156.67 | 0.07 | 0.49 |
| Hex | 73 | 85 | 7E | E | 0 | 5 | 30 | 9D | 7 | 31 |
| Octal | 163 | 205 | 176 | 16 | 0 | 5 | 60 | 235 | 7 | 61 |
| Binary | 1110011 | 10000101 | 1111110 | 1110 | 0 | 101 | 110000 | 10011101 | 111 | 110001 |
Color Harmonies of #73857E
Complementary color
Monochromatic Colors of #73857E
Black with #73857E
Text Example
Text Example
White with #73857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73857E; }
p { color: rgb(115,133,126); }
H1.HeaderClassName
{
color: #73857E;
}
.AnyTagClassName
{
color: #73857E;
}
</style>
background-color css
<style>
a { background-color: #73857E; }
a { background-color: rgb(115,133,126); }
div.DivClassName
{
background-color: #73857E;
}
.BgClassName
{
background-color: #73857E;
}
</style>
border-color css
<style>
span { border-color: #73857E; }
span { border-color: rgb(115,133,126); }
td.TdClassName
{
border-color: #73857E;
}
.TagClassName
{
border-color: #73857E;
}
</style>