Shades of Pewter #8F978E
Tints of Pewter #8F978E
RGB
CMYK
RGB Variations
Color information
#8F978E (or 0x8F978E) is known color: Pewter. HEX triplet: 8F, 97 and 8E. RGB value is (143,151,142). Sum of RGB (Red+Green+Blue) = 143+151+142=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 151 - color contains mainly: green. Hex color #8F978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F978E is #706871. Grayscale: #939393. Windows color (decimal): -7366770 or 9344911. OLE color: 9344911.
HSL color Cylindrical-coordinate representation of color #8F978E: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8F978E is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 142 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.41 |
| HSL | 113.33º | 0.04% | 0.57% | - |
| HSV(B) | 113.33º | 0.06% | 0.59% | - |
| XYZ | 27.28 | 29.93 | 29.93 | - |
| YUV | 147.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 142 | 0.05 | 0 | 0.06 | 0.41 | 113.33 | 0.04 | 0.57 |
| Hex | 8F | 97 | 8E | 5 | 0 | 6 | 29 | 71 | 4 | 39 |
| Octal | 217 | 227 | 216 | 5 | 0 | 6 | 51 | 161 | 4 | 71 |
| Binary | 10001111 | 10010111 | 10001110 | 101 | 0 | 110 | 101001 | 1110001 | 100 | 111001 |
Color Harmonies of #8F978E
Complementary color
Monochromatic Colors of #8F978E
Black with #8F978E
Text Example
Text Example
White with #8F978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F978E; }
p { color: rgb(143,151,142); }
H1.HeaderClassName
{
color: #8F978E;
}
.AnyTagClassName
{
color: #8F978E;
}
</style>
background-color css
<style>
a { background-color: #8F978E; }
a { background-color: rgb(143,151,142); }
div.DivClassName
{
background-color: #8F978E;
}
.BgClassName
{
background-color: #8F978E;
}
</style>
border-color css
<style>
span { border-color: #8F978E; }
span { border-color: rgb(143,151,142); }
td.TdClassName
{
border-color: #8F978E;
}
.TagClassName
{
border-color: #8F978E;
}
</style>