Shades of Pewter #8D9D8D
Tints of Pewter #8D9D8D
RGB
CMYK
RGB Variations
Color information
#8D9D8D (or 0x8D9D8D) is known color: Pewter. HEX triplet: 8D, 9D and 8D. RGB value is (141,157,141). Sum of RGB (Red+Green+Blue) = 141+157+141=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9D8D is #726272. Grayscale: #969696. Windows color (decimal): -7496307 or 9280909. OLE color: 9280909.
HSL color Cylindrical-coordinate representation of color #8D9D8D: hue angle of 120º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D9D8D is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 157 | 141 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.38 |
| HSL | 120º | 0.08% | 0.58% | - |
| HSV(B) | 120º | 0.1% | 0.62% | - |
| XYZ | 27.85 | 31.7 | 29.85 | - |
| YUV | 150.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 157 | 141 | 0.10 | 0 | 0.10 | 0.38 | 120 | 0.08 | 0.58 |
| Hex | 8D | 9D | 8D | A | 0 | A | 26 | 78 | 8 | 3A |
| Octal | 215 | 235 | 215 | 12 | 0 | 12 | 46 | 170 | 10 | 72 |
| Binary | 10001101 | 10011101 | 10001101 | 1010 | 0 | 1010 | 100110 | 1111000 | 1000 | 111010 |
Color Harmonies of #8D9D8D
Complementary color
Monochromatic Colors of #8D9D8D
Black with #8D9D8D
Text Example
Text Example
White with #8D9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9D8D; }
p { color: rgb(141,157,141); }
H1.HeaderClassName
{
color: #8D9D8D;
}
.AnyTagClassName
{
color: #8D9D8D;
}
</style>
background-color css
<style>
a { background-color: #8D9D8D; }
a { background-color: rgb(141,157,141); }
div.DivClassName
{
background-color: #8D9D8D;
}
.BgClassName
{
background-color: #8D9D8D;
}
</style>
border-color css
<style>
span { border-color: #8D9D8D; }
span { border-color: rgb(141,157,141); }
td.TdClassName
{
border-color: #8D9D8D;
}
.TagClassName
{
border-color: #8D9D8D;
}
</style>