Shades of Pewter #889A89
Tints of Pewter #889A89
RGB
CMYK
RGB Variations
Color information
#889A89 (or 0x889A89) is known color: Pewter. HEX triplet: 88, 9A and 89. RGB value is (136,154,137). Sum of RGB (Red+Green+Blue) = 136+154+137=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 154 - color contains mainly: green. Hex color #889A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889A89 is #776576. Grayscale: #929292. Windows color (decimal): -7824759 or 9017992. OLE color: 9017992.
HSL color Cylindrical-coordinate representation of color #889A89: hue angle of 123.33º degrees, saturation: 0.08, 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 #889A89 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 154 | 137 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.40 |
| HSL | 123.33º | 0.08% | 0.57% | - |
| HSV(B) | 123.33º | 0.12% | 0.6% | - |
| XYZ | 26.22 | 30.15 | 28.1 | - |
| YUV | 146.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 137 | 0.12 | 0 | 0.11 | 0.40 | 123.33 | 0.08 | 0.57 |
| Hex | 88 | 9A | 89 | C | 0 | B | 28 | 7B | 8 | 39 |
| Octal | 210 | 232 | 211 | 14 | 0 | 13 | 50 | 173 | 10 | 71 |
| Binary | 10001000 | 10011010 | 10001001 | 1100 | 0 | 1011 | 101000 | 1111011 | 1000 | 111001 |
Color Harmonies of #889A89
Complementary color
Monochromatic Colors of #889A89
Black with #889A89
Text Example
Text Example
White with #889A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889A89; }
p { color: rgb(136,154,137); }
H1.HeaderClassName
{
color: #889A89;
}
.AnyTagClassName
{
color: #889A89;
}
</style>
background-color css
<style>
a { background-color: #889A89; }
a { background-color: rgb(136,154,137); }
div.DivClassName
{
background-color: #889A89;
}
.BgClassName
{
background-color: #889A89;
}
</style>
border-color css
<style>
span { border-color: #889A89; }
span { border-color: rgb(136,154,137); }
td.TdClassName
{
border-color: #889A89;
}
.TagClassName
{
border-color: #889A89;
}
</style>