Shades of Pewter #8D988C
Tints of Pewter #8D988C
RGB
CMYK
RGB Variations
Color information
#8D988C (or 0x8D988C) is known color: Pewter. HEX triplet: 8D, 98 and 8C. RGB value is (141,152,140). Sum of RGB (Red+Green+Blue) = 141+152+140=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 152 - color contains mainly: green. Hex color #8D988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D988C is #726773. Grayscale: #939393. Windows color (decimal): -7497588 or 9214093. OLE color: 9214093.
HSL color Cylindrical-coordinate representation of color #8D988C: hue angle of 115º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D988C is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 152 | 140 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.40 |
| HSL | 115º | 0.06% | 0.57% | - |
| HSV(B) | 115º | 0.08% | 0.6% | - |
| XYZ | 26.95 | 30.01 | 29.18 | - |
| YUV | 147.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 140 | 0.07 | 0 | 0.08 | 0.40 | 115 | 0.06 | 0.57 |
| Hex | 8D | 98 | 8C | 7 | 0 | 8 | 28 | 73 | 6 | 39 |
| Octal | 215 | 230 | 214 | 7 | 0 | 10 | 50 | 163 | 6 | 71 |
| Binary | 10001101 | 10011000 | 10001100 | 111 | 0 | 1000 | 101000 | 1110011 | 110 | 111001 |
Color Harmonies of #8D988C
Complementary color
Monochromatic Colors of #8D988C
Black with #8D988C
Text Example
Text Example
White with #8D988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D988C; }
p { color: rgb(141,152,140); }
H1.HeaderClassName
{
color: #8D988C;
}
.AnyTagClassName
{
color: #8D988C;
}
</style>
background-color css
<style>
a { background-color: #8D988C; }
a { background-color: rgb(141,152,140); }
div.DivClassName
{
background-color: #8D988C;
}
.BgClassName
{
background-color: #8D988C;
}
</style>
border-color css
<style>
span { border-color: #8D988C; }
span { border-color: rgb(141,152,140); }
td.TdClassName
{
border-color: #8D988C;
}
.TagClassName
{
border-color: #8D988C;
}
</style>