Shades of Pewter #899B88
Tints of Pewter #899B88
RGB
CMYK
RGB Variations
Color information
#899B88 (or 0x899B88) is known color: Pewter. HEX triplet: 89, 9B and 88. RGB value is (137,155,136). Sum of RGB (Red+Green+Blue) = 137+155+136=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #899B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B88 is #766477. Grayscale: #939393. Windows color (decimal): -7758968 or 8952713. OLE color: 8952713.
HSL color Cylindrical-coordinate representation of color #899B88: hue angle of 116.84º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899B88 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 136 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.39 |
| HSL | 116.84º | 0.09% | 0.57% | - |
| HSV(B) | 116.84º | 0.12% | 0.61% | - |
| XYZ | 26.48 | 30.54 | 27.79 | - |
| YUV | 147.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 136 | 0.12 | 0 | 0.12 | 0.39 | 116.84 | 0.09 | 0.57 |
| Hex | 89 | 9B | 88 | C | 0 | C | 27 | 75 | 9 | 39 |
| Octal | 211 | 233 | 210 | 14 | 0 | 14 | 47 | 165 | 11 | 71 |
| Binary | 10001001 | 10011011 | 10001000 | 1100 | 0 | 1100 | 100111 | 1110101 | 1001 | 111001 |
Color Harmonies of #899B88
Complementary color
Monochromatic Colors of #899B88
Black with #899B88
Text Example
Text Example
White with #899B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B88; }
p { color: rgb(137,155,136); }
H1.HeaderClassName
{
color: #899B88;
}
.AnyTagClassName
{
color: #899B88;
}
</style>
background-color css
<style>
a { background-color: #899B88; }
a { background-color: rgb(137,155,136); }
div.DivClassName
{
background-color: #899B88;
}
.BgClassName
{
background-color: #899B88;
}
</style>
border-color css
<style>
span { border-color: #899B88; }
span { border-color: rgb(137,155,136); }
td.TdClassName
{
border-color: #899B88;
}
.TagClassName
{
border-color: #899B88;
}
</style>