Shades of Pewter #899C88
Tints of Pewter #899C88
RGB
CMYK
RGB Variations
Color information
#899C88 (or 0x899C88) is known color: Pewter. HEX triplet: 89, 9C and 88. RGB value is (137,156,136). Sum of RGB (Red+Green+Blue) = 137+156+136=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #899C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C88 is #766377. Grayscale: #949494. Windows color (decimal): -7758712 or 8952969. OLE color: 8952969.
HSL color Cylindrical-coordinate representation of color #899C88: hue angle of 117º 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 #899C88 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 136 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.39 |
| HSL | 117º | 0.09% | 0.57% | - |
| HSV(B) | 117º | 0.13% | 0.61% | - |
| XYZ | 26.65 | 30.87 | 27.85 | - |
| YUV | 148.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 136 | 0.12 | 0 | 0.13 | 0.39 | 117 | 0.09 | 0.57 |
| Hex | 89 | 9C | 88 | C | 0 | D | 27 | 75 | 9 | 39 |
| Octal | 211 | 234 | 210 | 14 | 0 | 15 | 47 | 165 | 11 | 71 |
| Binary | 10001001 | 10011100 | 10001000 | 1100 | 0 | 1101 | 100111 | 1110101 | 1001 | 111001 |
Color Harmonies of #899C88
Complementary color
Monochromatic Colors of #899C88
Black with #899C88
Text Example
Text Example
White with #899C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C88; }
p { color: rgb(137,156,136); }
H1.HeaderClassName
{
color: #899C88;
}
.AnyTagClassName
{
color: #899C88;
}
</style>
background-color css
<style>
a { background-color: #899C88; }
a { background-color: rgb(137,156,136); }
div.DivClassName
{
background-color: #899C88;
}
.BgClassName
{
background-color: #899C88;
}
</style>
border-color css
<style>
span { border-color: #899C88; }
span { border-color: rgb(137,156,136); }
td.TdClassName
{
border-color: #899C88;
}
.TagClassName
{
border-color: #899C88;
}
</style>