Shades of Pewter #889C88
Tints of Pewter #889C88
RGB
CMYK
RGB Variations
Color information
#889C88 (or 0x889C88) is known color: Pewter. HEX triplet: 88, 9C and 88. RGB value is (136,156,136). Sum of RGB (Red+Green+Blue) = 136+156+136=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 156 - color contains mainly: green. Hex color #889C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C88 is #776377. Grayscale: #939393. Windows color (decimal): -7824248 or 8952968. OLE color: 8952968.
HSL color Cylindrical-coordinate representation of color #889C88: hue angle of 120º 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 #889C88 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 136 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.39 |
| HSL | 120º | 0.09% | 0.57% | - |
| HSV(B) | 120º | 0.13% | 0.61% | - |
| XYZ | 26.49 | 30.79 | 27.84 | - |
| YUV | 147.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 136 | 0.13 | 0 | 0.13 | 0.39 | 120 | 0.09 | 0.57 |
| Hex | 88 | 9C | 88 | D | 0 | D | 27 | 78 | 9 | 39 |
| Octal | 210 | 234 | 210 | 15 | 0 | 15 | 47 | 170 | 11 | 71 |
| Binary | 10001000 | 10011100 | 10001000 | 1101 | 0 | 1101 | 100111 | 1111000 | 1001 | 111001 |
Color Harmonies of #889C88
Complementary color
Monochromatic Colors of #889C88
Black with #889C88
Text Example
Text Example
White with #889C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C88; }
p { color: rgb(136,156,136); }
H1.HeaderClassName
{
color: #889C88;
}
.AnyTagClassName
{
color: #889C88;
}
</style>
background-color css
<style>
a { background-color: #889C88; }
a { background-color: rgb(136,156,136); }
div.DivClassName
{
background-color: #889C88;
}
.BgClassName
{
background-color: #889C88;
}
</style>
border-color css
<style>
span { border-color: #889C88; }
span { border-color: rgb(136,156,136); }
td.TdClassName
{
border-color: #889C88;
}
.TagClassName
{
border-color: #889C88;
}
</style>