Shades of Pewter #88A087
Tints of Pewter #88A087
RGB
CMYK
RGB Variations
Color information
#88A087 (or 0x88A087) is known color: Pewter. HEX triplet: 88, A0 and 87. RGB value is (136,160,135). Sum of RGB (Red+Green+Blue) = 136+160+135=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #88A087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A087 is #775F78. Grayscale: #969696. Windows color (decimal): -7823225 or 8888456. OLE color: 8888456.
HSL color Cylindrical-coordinate representation of color #88A087: hue angle of 117.6º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A087 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 135 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.37 |
| HSL | 117.6º | 0.12% | 0.58% | - |
| HSV(B) | 117.6º | 0.16% | 0.63% | - |
| XYZ | 27.1 | 32.13 | 27.69 | - |
| YUV | 149.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 135 | 0.15 | 0 | 0.16 | 0.37 | 117.6 | 0.12 | 0.58 |
| Hex | 88 | A0 | 87 | F | 0 | 10 | 25 | 76 | C | 3A |
| Octal | 210 | 240 | 207 | 17 | 0 | 20 | 45 | 166 | 14 | 72 |
| Binary | 10001000 | 10100000 | 10000111 | 1111 | 0 | 10000 | 100101 | 1110110 | 1100 | 111010 |
Color Harmonies of #88A087
Complementary color
Monochromatic Colors of #88A087
Black with #88A087
Text Example
Text Example
White with #88A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A087; }
p { color: rgb(136,160,135); }
H1.HeaderClassName
{
color: #88A087;
}
.AnyTagClassName
{
color: #88A087;
}
</style>
background-color css
<style>
a { background-color: #88A087; }
a { background-color: rgb(136,160,135); }
div.DivClassName
{
background-color: #88A087;
}
.BgClassName
{
background-color: #88A087;
}
</style>
border-color css
<style>
span { border-color: #88A087; }
span { border-color: rgb(136,160,135); }
td.TdClassName
{
border-color: #88A087;
}
.TagClassName
{
border-color: #88A087;
}
</style>