Shades of Pewter #929992
Tints of Pewter #929992
RGB
CMYK
RGB Variations
Color information
#929992 (or 0x929992) is known color: Pewter. HEX triplet: 92, 99 and 92. RGB value is (146,153,146). Sum of RGB (Red+Green+Blue) = 146+153+146=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 153 - color contains mainly: green. Hex color #929992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929992 is #6D666D. Grayscale: #969696. Windows color (decimal): -7169646 or 9607570. OLE color: 9607570.
HSL color Cylindrical-coordinate representation of color #929992: hue angle of 120º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #929992 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 153 | 146 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.4 |
| HSL | 120º | 0.03% | 0.59% | - |
| HSV(B) | 120º | 0.05% | 0.6% | - |
| XYZ | 28.43 | 30.97 | 31.67 | - |
| YUV | 150.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 146 | 0.05 | 0 | 0.05 | 0.4 | 120 | 0.03 | 0.59 |
| Hex | 92 | 99 | 92 | 5 | 0 | 5 | 28 | 78 | 3 | 3B |
| Octal | 222 | 231 | 222 | 5 | 0 | 5 | 50 | 170 | 3 | 73 |
| Binary | 10010010 | 10011001 | 10010010 | 101 | 0 | 101 | 101000 | 1111000 | 11 | 111011 |
Color Harmonies of #929992
Complementary color
Monochromatic Colors of #929992
Black with #929992
Text Example
Text Example
White with #929992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929992; }
p { color: rgb(146,153,146); }
H1.HeaderClassName
{
color: #929992;
}
.AnyTagClassName
{
color: #929992;
}
</style>
background-color css
<style>
a { background-color: #929992; }
a { background-color: rgb(146,153,146); }
div.DivClassName
{
background-color: #929992;
}
.BgClassName
{
background-color: #929992;
}
</style>
border-color css
<style>
span { border-color: #929992; }
span { border-color: rgb(146,153,146); }
td.TdClassName
{
border-color: #929992;
}
.TagClassName
{
border-color: #929992;
}
</style>