Shades of Pewter #8F948F
Tints of Pewter #8F948F
RGB
CMYK
RGB Variations
Color information
#8F948F (or 0x8F948F) is known color: Pewter. HEX triplet: 8F, 94 and 8F. RGB value is (143,148,143). Sum of RGB (Red+Green+Blue) = 143+148+143=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 148 - color contains mainly: green. Hex color #8F948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F948F is #706B70. Grayscale: #919191. Windows color (decimal): -7367537 or 9409679. OLE color: 9409679.
HSL color Cylindrical-coordinate representation of color #8F948F: hue angle of 120º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8F948F is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 143 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.42 |
| HSL | 120º | 0.02% | 0.57% | - |
| HSV(B) | 120º | 0.03% | 0.58% | - |
| XYZ | 26.88 | 29 | 30.17 | - |
| YUV | 145.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 143 | 0.03 | 0 | 0.03 | 0.42 | 120 | 0.02 | 0.57 |
| Hex | 8F | 94 | 8F | 3 | 0 | 3 | 2A | 78 | 2 | 39 |
| Octal | 217 | 224 | 217 | 3 | 0 | 3 | 52 | 170 | 2 | 71 |
| Binary | 10001111 | 10010100 | 10001111 | 11 | 0 | 11 | 101010 | 1111000 | 10 | 111001 |
Color Harmonies of #8F948F
Complementary color
Monochromatic Colors of #8F948F
Black with #8F948F
Text Example
Text Example
White with #8F948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F948F; }
p { color: rgb(143,148,143); }
H1.HeaderClassName
{
color: #8F948F;
}
.AnyTagClassName
{
color: #8F948F;
}
</style>
background-color css
<style>
a { background-color: #8F948F; }
a { background-color: rgb(143,148,143); }
div.DivClassName
{
background-color: #8F948F;
}
.BgClassName
{
background-color: #8F948F;
}
</style>
border-color css
<style>
span { border-color: #8F948F; }
span { border-color: rgb(143,148,143); }
td.TdClassName
{
border-color: #8F948F;
}
.TagClassName
{
border-color: #8F948F;
}
</style>