Shades of Pewter #899889
Tints of Pewter #899889
RGB
CMYK
RGB Variations
Color information
#899889 (or 0x899889) is known color: Pewter. HEX triplet: 89, 98 and 89. RGB value is (137,152,137). Sum of RGB (Red+Green+Blue) = 137+152+137=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #899889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899889 is #766776. Grayscale: #919191. Windows color (decimal): -7759735 or 9017481. OLE color: 9017481.
HSL color Cylindrical-coordinate representation of color #899889: hue angle of 120º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899889 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 137 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.40 |
| HSL | 120º | 0.07% | 0.57% | - |
| HSV(B) | 120º | 0.1% | 0.6% | - |
| XYZ | 26.06 | 29.58 | 28 | - |
| YUV | 145.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 137 | 0.10 | 0 | 0.10 | 0.40 | 120 | 0.07 | 0.57 |
| Hex | 89 | 98 | 89 | A | 0 | A | 28 | 78 | 7 | 39 |
| Octal | 211 | 230 | 211 | 12 | 0 | 12 | 50 | 170 | 7 | 71 |
| Binary | 10001001 | 10011000 | 10001001 | 1010 | 0 | 1010 | 101000 | 1111000 | 111 | 111001 |
Color Harmonies of #899889
Complementary color
Monochromatic Colors of #899889
Black with #899889
Text Example
Text Example
White with #899889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899889; }
p { color: rgb(137,152,137); }
H1.HeaderClassName
{
color: #899889;
}
.AnyTagClassName
{
color: #899889;
}
</style>
background-color css
<style>
a { background-color: #899889; }
a { background-color: rgb(137,152,137); }
div.DivClassName
{
background-color: #899889;
}
.BgClassName
{
background-color: #899889;
}
</style>
border-color css
<style>
span { border-color: #899889; }
span { border-color: rgb(137,152,137); }
td.TdClassName
{
border-color: #899889;
}
.TagClassName
{
border-color: #899889;
}
</style>