Shades of Pewter #929D92
Tints of Pewter #929D92
RGB
CMYK
RGB Variations
Color information
#929D92 (or 0x929D92) is known color: Pewter. HEX triplet: 92, 9D and 92. RGB value is (146,157,146). Sum of RGB (Red+Green+Blue) = 146+157+146=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 157 - color contains mainly: green. Hex color #929D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929D92 is #6D626D. Grayscale: #989898. Windows color (decimal): -7168622 or 9608594. OLE color: 9608594.
HSL color Cylindrical-coordinate representation of color #929D92: hue angle of 120º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #929D92 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 157 | 146 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.38 |
| HSL | 120º | 0.05% | 0.59% | - |
| HSV(B) | 120º | 0.07% | 0.62% | - |
| XYZ | 29.1 | 32.3 | 31.9 | - |
| YUV | 152.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 146 | 0.07 | 0 | 0.07 | 0.38 | 120 | 0.05 | 0.59 |
| Hex | 92 | 9D | 92 | 7 | 0 | 7 | 26 | 78 | 5 | 3B |
| Octal | 222 | 235 | 222 | 7 | 0 | 7 | 46 | 170 | 5 | 73 |
| Binary | 10010010 | 10011101 | 10010010 | 111 | 0 | 111 | 100110 | 1111000 | 101 | 111011 |
Color Harmonies of #929D92
Complementary color
Monochromatic Colors of #929D92
Black with #929D92
Text Example
Text Example
White with #929D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929D92; }
p { color: rgb(146,157,146); }
H1.HeaderClassName
{
color: #929D92;
}
.AnyTagClassName
{
color: #929D92;
}
</style>
background-color css
<style>
a { background-color: #929D92; }
a { background-color: rgb(146,157,146); }
div.DivClassName
{
background-color: #929D92;
}
.BgClassName
{
background-color: #929D92;
}
</style>
border-color css
<style>
span { border-color: #929D92; }
span { border-color: rgb(146,157,146); }
td.TdClassName
{
border-color: #929D92;
}
.TagClassName
{
border-color: #929D92;
}
</style>