Shades of Pewter #889D87
Tints of Pewter #889D87
RGB
CMYK
RGB Variations
Color information
#889D87 (or 0x889D87) is known color: Pewter. HEX triplet: 88, 9D and 87. RGB value is (136,157,135). Sum of RGB (Red+Green+Blue) = 136+157+135=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #889D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D87 is #776278. Grayscale: #949494. Windows color (decimal): -7823993 or 8887688. OLE color: 8887688.
HSL color Cylindrical-coordinate representation of color #889D87: hue angle of 117.27º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889D87 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 135 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.38 |
| HSL | 117.27º | 0.1% | 0.57% | - |
| HSV(B) | 117.27º | 0.14% | 0.62% | - |
| XYZ | 26.58 | 31.1 | 27.52 | - |
| YUV | 148.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 135 | 0.13 | 0 | 0.14 | 0.38 | 117.27 | 0.1 | 0.57 |
| Hex | 88 | 9D | 87 | D | 0 | E | 26 | 75 | A | 39 |
| Octal | 210 | 235 | 207 | 15 | 0 | 16 | 46 | 165 | 12 | 71 |
| Binary | 10001000 | 10011101 | 10000111 | 1101 | 0 | 1110 | 100110 | 1110101 | 1010 | 111001 |
Color Harmonies of #889D87
Complementary color
Monochromatic Colors of #889D87
Black with #889D87
Text Example
Text Example
White with #889D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D87; }
p { color: rgb(136,157,135); }
H1.HeaderClassName
{
color: #889D87;
}
.AnyTagClassName
{
color: #889D87;
}
</style>
background-color css
<style>
a { background-color: #889D87; }
a { background-color: rgb(136,157,135); }
div.DivClassName
{
background-color: #889D87;
}
.BgClassName
{
background-color: #889D87;
}
</style>
border-color css
<style>
span { border-color: #889D87; }
span { border-color: rgb(136,157,135); }
td.TdClassName
{
border-color: #889D87;
}
.TagClassName
{
border-color: #889D87;
}
</style>