Shades of Pewter #879A88
Tints of Pewter #879A88
RGB
CMYK
RGB Variations
Color information
#879A88 (or 0x879A88) is known color: Pewter. HEX triplet: 87, 9A and 88. RGB value is (135,154,136). Sum of RGB (Red+Green+Blue) = 135+154+136=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 154 - color contains mainly: green. Hex color #879A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879A88 is #786577. Grayscale: #929292. Windows color (decimal): -7890296 or 8952455. OLE color: 8952455.
HSL color Cylindrical-coordinate representation of color #879A88: hue angle of 123.16º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879A88 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 154 | 136 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.40 |
| HSL | 123.16º | 0.09% | 0.57% | - |
| HSV(B) | 123.16º | 0.12% | 0.6% | - |
| XYZ | 25.99 | 30.04 | 27.72 | - |
| YUV | 146.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 136 | 0.12 | 0 | 0.12 | 0.40 | 123.16 | 0.09 | 0.57 |
| Hex | 87 | 9A | 88 | C | 0 | C | 28 | 7B | 9 | 39 |
| Octal | 207 | 232 | 210 | 14 | 0 | 14 | 50 | 173 | 11 | 71 |
| Binary | 10000111 | 10011010 | 10001000 | 1100 | 0 | 1100 | 101000 | 1111011 | 1001 | 111001 |
Color Harmonies of #879A88
Complementary color
Monochromatic Colors of #879A88
Black with #879A88
Text Example
Text Example
White with #879A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879A88; }
p { color: rgb(135,154,136); }
H1.HeaderClassName
{
color: #879A88;
}
.AnyTagClassName
{
color: #879A88;
}
</style>
background-color css
<style>
a { background-color: #879A88; }
a { background-color: rgb(135,154,136); }
div.DivClassName
{
background-color: #879A88;
}
.BgClassName
{
background-color: #879A88;
}
</style>
border-color css
<style>
span { border-color: #879A88; }
span { border-color: rgb(135,154,136); }
td.TdClassName
{
border-color: #879A88;
}
.TagClassName
{
border-color: #879A88;
}
</style>