Shades of Pewter #889988
Tints of Pewter #889988
RGB
CMYK
RGB Variations
Color information
#889988 (or 0x889988) is known color: Pewter. HEX triplet: 88, 99 and 88. RGB value is (136,153,136). Sum of RGB (Red+Green+Blue) = 136+153+136=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #889988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889988 is #776677. Grayscale: #929292. Windows color (decimal): -7825016 or 8952200. OLE color: 8952200.
HSL color Cylindrical-coordinate representation of color #889988: hue angle of 120º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889988 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 153 | 136 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.4 |
| HSL | 120º | 0.08% | 0.57% | - |
| HSV(B) | 120º | 0.11% | 0.6% | - |
| XYZ | 25.99 | 29.79 | 27.67 | - |
| YUV | 145.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 136 | 0.11 | 0 | 0.11 | 0.4 | 120 | 0.08 | 0.57 |
| Hex | 88 | 99 | 88 | B | 0 | B | 28 | 78 | 8 | 39 |
| Octal | 210 | 231 | 210 | 13 | 0 | 13 | 50 | 170 | 10 | 71 |
| Binary | 10001000 | 10011001 | 10001000 | 1011 | 0 | 1011 | 101000 | 1111000 | 1000 | 111001 |
Color Harmonies of #889988
Complementary color
Monochromatic Colors of #889988
Black with #889988
Text Example
Text Example
White with #889988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889988; }
p { color: rgb(136,153,136); }
H1.HeaderClassName
{
color: #889988;
}
.AnyTagClassName
{
color: #889988;
}
</style>
background-color css
<style>
a { background-color: #889988; }
a { background-color: rgb(136,153,136); }
div.DivClassName
{
background-color: #889988;
}
.BgClassName
{
background-color: #889988;
}
</style>
border-color css
<style>
span { border-color: #889988; }
span { border-color: rgb(136,153,136); }
td.TdClassName
{
border-color: #889988;
}
.TagClassName
{
border-color: #889988;
}
</style>