Shades of Pewter #889D89
Tints of Pewter #889D89
RGB
CMYK
RGB Variations
Color information
#889D89 (or 0x889D89) is known color: Pewter. HEX triplet: 88, 9D and 89. RGB value is (136,157,137). Sum of RGB (Red+Green+Blue) = 136+157+137=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 157 - color contains mainly: green. Hex color #889D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D89 is #776276. Grayscale: #949494. Windows color (decimal): -7823991 or 9018760. OLE color: 9018760.
HSL color Cylindrical-coordinate representation of color #889D89: hue angle of 122.86º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889D89 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 137 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.38 |
| HSL | 122.86º | 0.1% | 0.57% | - |
| HSV(B) | 122.86º | 0.13% | 0.62% | - |
| XYZ | 26.73 | 31.15 | 28.27 | - |
| YUV | 148.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 137 | 0.13 | 0 | 0.13 | 0.38 | 122.86 | 0.1 | 0.57 |
| Hex | 88 | 9D | 89 | D | 0 | D | 26 | 7B | A | 39 |
| Octal | 210 | 235 | 211 | 15 | 0 | 15 | 46 | 173 | 12 | 71 |
| Binary | 10001000 | 10011101 | 10001001 | 1101 | 0 | 1101 | 100110 | 1111011 | 1010 | 111001 |
Color Harmonies of #889D89
Complementary color
Monochromatic Colors of #889D89
Black with #889D89
Text Example
Text Example
White with #889D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D89; }
p { color: rgb(136,157,137); }
H1.HeaderClassName
{
color: #889D89;
}
.AnyTagClassName
{
color: #889D89;
}
</style>
background-color css
<style>
a { background-color: #889D89; }
a { background-color: rgb(136,157,137); }
div.DivClassName
{
background-color: #889D89;
}
.BgClassName
{
background-color: #889D89;
}
</style>
border-color css
<style>
span { border-color: #889D89; }
span { border-color: rgb(136,157,137); }
td.TdClassName
{
border-color: #889D89;
}
.TagClassName
{
border-color: #889D89;
}
</style>