Shades of Patina #738A7E
Tints of Patina #738A7E
RGB
CMYK
RGB Variations
Color information
#738A7E (or 0x738A7E) is known color: Patina. HEX triplet: 73, 8A and 7E. RGB value is (115,138,126). Sum of RGB (Red+Green+Blue) = 115+138+126=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 138 - color contains mainly: green. Hex color #738A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A7E is #8C7581. Grayscale: #818181. Windows color (decimal): -9205122 or 8292979. OLE color: 8292979.
HSL color Cylindrical-coordinate representation of color #738A7E: hue angle of 148.7º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738A7E is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 126 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.46 |
| HSL | 148.7º | 0.09% | 0.5% | - |
| HSV(B) | 148.7º | 0.17% | 0.54% | - |
| XYZ | 19.92 | 23.33 | 23.19 | - |
| YUV | 129.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 126 | 0.17 | 0 | 0.09 | 0.46 | 148.7 | 0.09 | 0.5 |
| Hex | 73 | 8A | 7E | 11 | 0 | 9 | 2E | 95 | 9 | 32 |
| Octal | 163 | 212 | 176 | 21 | 0 | 11 | 56 | 225 | 11 | 62 |
| Binary | 1110011 | 10001010 | 1111110 | 10001 | 0 | 1001 | 101110 | 10010101 | 1001 | 110010 |
Color Harmonies of #738A7E
Complementary color
Monochromatic Colors of #738A7E
Black with #738A7E
Text Example
Text Example
White with #738A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A7E; }
p { color: rgb(115,138,126); }
H1.HeaderClassName
{
color: #738A7E;
}
.AnyTagClassName
{
color: #738A7E;
}
</style>
background-color css
<style>
a { background-color: #738A7E; }
a { background-color: rgb(115,138,126); }
div.DivClassName
{
background-color: #738A7E;
}
.BgClassName
{
background-color: #738A7E;
}
</style>
border-color css
<style>
span { border-color: #738A7E; }
span { border-color: rgb(115,138,126); }
td.TdClassName
{
border-color: #738A7E;
}
.TagClassName
{
border-color: #738A7E;
}
</style>