Shades of Pewter #889C89
Tints of Pewter #889C89
RGB
CMYK
RGB Variations
Color information
#889C89 (or 0x889C89) is known color: Pewter. HEX triplet: 88, 9C and 89. RGB value is (136,156,137). Sum of RGB (Red+Green+Blue) = 136+156+137=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #889C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C89 is #776376. Grayscale: #939393. Windows color (decimal): -7824247 or 9018504. OLE color: 9018504.
HSL color Cylindrical-coordinate representation of color #889C89: hue angle of 123º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889C89 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 137 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.39 |
| HSL | 123º | 0.09% | 0.57% | - |
| HSV(B) | 123º | 0.13% | 0.61% | - |
| XYZ | 26.56 | 30.82 | 28.22 | - |
| YUV | 147.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 137 | 0.13 | 0 | 0.12 | 0.39 | 123 | 0.09 | 0.57 |
| Hex | 88 | 9C | 89 | D | 0 | C | 27 | 7B | 9 | 39 |
| Octal | 210 | 234 | 211 | 15 | 0 | 14 | 47 | 173 | 11 | 71 |
| Binary | 10001000 | 10011100 | 10001001 | 1101 | 0 | 1100 | 100111 | 1111011 | 1001 | 111001 |
Color Harmonies of #889C89
Complementary color
Monochromatic Colors of #889C89
Black with #889C89
Text Example
Text Example
White with #889C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C89; }
p { color: rgb(136,156,137); }
H1.HeaderClassName
{
color: #889C89;
}
.AnyTagClassName
{
color: #889C89;
}
</style>
background-color css
<style>
a { background-color: #889C89; }
a { background-color: rgb(136,156,137); }
div.DivClassName
{
background-color: #889C89;
}
.BgClassName
{
background-color: #889C89;
}
</style>
border-color css
<style>
span { border-color: #889C89; }
span { border-color: rgb(136,156,137); }
td.TdClassName
{
border-color: #889C89;
}
.TagClassName
{
border-color: #889C89;
}
</style>