Shades of Pewter #929892
Tints of Pewter #929892
RGB
CMYK
RGB Variations
Color information
#929892 (or 0x929892) is known color: Pewter. HEX triplet: 92, 98 and 92. RGB value is (146,152,146). Sum of RGB (Red+Green+Blue) = 146+152+146=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 152 - color contains mainly: green. Hex color #929892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929892 is #6D676D. Grayscale: #959595. Windows color (decimal): -7169902 or 9607314. OLE color: 9607314.
HSL color Cylindrical-coordinate representation of color #929892: hue angle of 120º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #929892 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 152 | 146 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.40 |
| HSL | 120º | 0.03% | 0.58% | - |
| HSV(B) | 120º | 0.04% | 0.6% | - |
| XYZ | 28.27 | 30.64 | 31.62 | - |
| YUV | 149.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 146 | 0.04 | 0 | 0.04 | 0.40 | 120 | 0.03 | 0.58 |
| Hex | 92 | 98 | 92 | 4 | 0 | 4 | 28 | 78 | 3 | 3A |
| Octal | 222 | 230 | 222 | 4 | 0 | 4 | 50 | 170 | 3 | 72 |
| Binary | 10010010 | 10011000 | 10010010 | 100 | 0 | 100 | 101000 | 1111000 | 11 | 111010 |
Color Harmonies of #929892
Complementary color
Monochromatic Colors of #929892
Black with #929892
Text Example
Text Example
White with #929892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929892; }
p { color: rgb(146,152,146); }
H1.HeaderClassName
{
color: #929892;
}
.AnyTagClassName
{
color: #929892;
}
</style>
background-color css
<style>
a { background-color: #929892; }
a { background-color: rgb(146,152,146); }
div.DivClassName
{
background-color: #929892;
}
.BgClassName
{
background-color: #929892;
}
</style>
border-color css
<style>
span { border-color: #929892; }
span { border-color: rgb(146,152,146); }
td.TdClassName
{
border-color: #929892;
}
.TagClassName
{
border-color: #929892;
}
</style>