Shades of Pewter #889E87
Tints of Pewter #889E87
RGB
CMYK
RGB Variations
Color information
#889E87 (or 0x889E87) is known color: Pewter. HEX triplet: 88, 9E and 87. RGB value is (136,158,135). Sum of RGB (Red+Green+Blue) = 136+158+135=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 158 - color contains mainly: green. Hex color #889E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889E87 is #776178. Grayscale: #949494. Windows color (decimal): -7823737 or 8887944. OLE color: 8887944.
HSL color Cylindrical-coordinate representation of color #889E87: hue angle of 117.39º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #889E87 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 158 | 135 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.38 |
| HSL | 117.39º | 0.11% | 0.57% | - |
| HSV(B) | 117.39º | 0.15% | 0.62% | - |
| XYZ | 26.75 | 31.44 | 27.58 | - |
| YUV | 148.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 135 | 0.14 | 0 | 0.15 | 0.38 | 117.39 | 0.11 | 0.57 |
| Hex | 88 | 9E | 87 | E | 0 | F | 26 | 75 | B | 39 |
| Octal | 210 | 236 | 207 | 16 | 0 | 17 | 46 | 165 | 13 | 71 |
| Binary | 10001000 | 10011110 | 10000111 | 1110 | 0 | 1111 | 100110 | 1110101 | 1011 | 111001 |
Color Harmonies of #889E87
Complementary color
Monochromatic Colors of #889E87
Black with #889E87
Text Example
Text Example
White with #889E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889E87; }
p { color: rgb(136,158,135); }
H1.HeaderClassName
{
color: #889E87;
}
.AnyTagClassName
{
color: #889E87;
}
</style>
background-color css
<style>
a { background-color: #889E87; }
a { background-color: rgb(136,158,135); }
div.DivClassName
{
background-color: #889E87;
}
.BgClassName
{
background-color: #889E87;
}
</style>
border-color css
<style>
span { border-color: #889E87; }
span { border-color: rgb(136,158,135); }
td.TdClassName
{
border-color: #889E87;
}
.TagClassName
{
border-color: #889E87;
}
</style>