Shades of Pewter #8FA791
Tints of Pewter #8FA791
RGB
CMYK
RGB Variations
Color information
#8FA791 (or 0x8FA791) is known color: Pewter. HEX triplet: 8F, A7 and 91. RGB value is (143,167,145). Sum of RGB (Red+Green+Blue) = 143+167+145=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA791 is #70586E. Grayscale: #9D9D9D. Windows color (decimal): -7362671 or 9545615. OLE color: 9545615.
HSL color Cylindrical-coordinate representation of color #8FA791: hue angle of 125º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA791 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 167 | 145 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.35 |
| HSL | 125º | 0.12% | 0.61% | - |
| HSV(B) | 125º | 0.14% | 0.65% | - |
| XYZ | 30.26 | 35.52 | 32.05 | - |
| YUV | 157.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 145 | 0.14 | 0 | 0.13 | 0.35 | 125 | 0.12 | 0.61 |
| Hex | 8F | A7 | 91 | E | 0 | D | 23 | 7D | C | 3D |
| Octal | 217 | 247 | 221 | 16 | 0 | 15 | 43 | 175 | 14 | 75 |
| Binary | 10001111 | 10100111 | 10010001 | 1110 | 0 | 1101 | 100011 | 1111101 | 1100 | 111101 |
Color Harmonies of #8FA791
Complementary color
Monochromatic Colors of #8FA791
Black with #8FA791
Text Example
Text Example
White with #8FA791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA791; }
p { color: rgb(143,167,145); }
H1.HeaderClassName
{
color: #8FA791;
}
.AnyTagClassName
{
color: #8FA791;
}
</style>
background-color css
<style>
a { background-color: #8FA791; }
a { background-color: rgb(143,167,145); }
div.DivClassName
{
background-color: #8FA791;
}
.BgClassName
{
background-color: #8FA791;
}
</style>
border-color css
<style>
span { border-color: #8FA791; }
span { border-color: rgb(143,167,145); }
td.TdClassName
{
border-color: #8FA791;
}
.TagClassName
{
border-color: #8FA791;
}
</style>