Shades of Pewter #879F87
Tints of Pewter #879F87
RGB
CMYK
RGB Variations
Color information
#879F87 (or 0x879F87) is known color: Pewter. HEX triplet: 87, 9F and 87. RGB value is (135,159,135). Sum of RGB (Red+Green+Blue) = 135+159+135=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 159 - color contains mainly: green. Hex color #879F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879F87 is #786078. Grayscale: #959595. Windows color (decimal): -7889017 or 8888199. OLE color: 8888199.
HSL color Cylindrical-coordinate representation of color #879F87: hue angle of 120º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879F87 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 159 | 135 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.38 |
| HSL | 120º | 0.11% | 0.58% | - |
| HSV(B) | 120º | 0.15% | 0.62% | - |
| XYZ | 26.76 | 31.7 | 27.63 | - |
| YUV | 149.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 135 | 0.15 | 0 | 0.15 | 0.38 | 120 | 0.11 | 0.58 |
| Hex | 87 | 9F | 87 | F | 0 | F | 26 | 78 | B | 3A |
| Octal | 207 | 237 | 207 | 17 | 0 | 17 | 46 | 170 | 13 | 72 |
| Binary | 10000111 | 10011111 | 10000111 | 1111 | 0 | 1111 | 100110 | 1111000 | 1011 | 111010 |
Color Harmonies of #879F87
Complementary color
Monochromatic Colors of #879F87
Black with #879F87
Text Example
Text Example
White with #879F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879F87; }
p { color: rgb(135,159,135); }
H1.HeaderClassName
{
color: #879F87;
}
.AnyTagClassName
{
color: #879F87;
}
</style>
background-color css
<style>
a { background-color: #879F87; }
a { background-color: rgb(135,159,135); }
div.DivClassName
{
background-color: #879F87;
}
.BgClassName
{
background-color: #879F87;
}
</style>
border-color css
<style>
span { border-color: #879F87; }
span { border-color: rgb(135,159,135); }
td.TdClassName
{
border-color: #879F87;
}
.TagClassName
{
border-color: #879F87;
}
</style>