Shades of Pewter #929A92
Tints of Pewter #929A92
RGB
CMYK
RGB Variations
Color information
#929A92 (or 0x929A92) is known color: Pewter. HEX triplet: 92, 9A and 92. RGB value is (146,154,146). Sum of RGB (Red+Green+Blue) = 146+154+146=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 154 - color contains mainly: green. Hex color #929A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929A92 is #6D656D. Grayscale: #969696. Windows color (decimal): -7169390 or 9607826. OLE color: 9607826.
HSL color Cylindrical-coordinate representation of color #929A92: hue angle of 120º degrees, saturation: 0.04, 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 #929A92 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 154 | 146 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.40 |
| HSL | 120º | 0.04% | 0.59% | - |
| HSV(B) | 120º | 0.05% | 0.6% | - |
| XYZ | 28.6 | 31.3 | 31.73 | - |
| YUV | 150.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 154 | 146 | 0.05 | 0 | 0.05 | 0.40 | 120 | 0.04 | 0.59 |
| Hex | 92 | 9A | 92 | 5 | 0 | 5 | 28 | 78 | 4 | 3B |
| Octal | 222 | 232 | 222 | 5 | 0 | 5 | 50 | 170 | 4 | 73 |
| Binary | 10010010 | 10011010 | 10010010 | 101 | 0 | 101 | 101000 | 1111000 | 100 | 111011 |
Color Harmonies of #929A92
Complementary color
Monochromatic Colors of #929A92
Black with #929A92
Text Example
Text Example
White with #929A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929A92; }
p { color: rgb(146,154,146); }
H1.HeaderClassName
{
color: #929A92;
}
.AnyTagClassName
{
color: #929A92;
}
</style>
background-color css
<style>
a { background-color: #929A92; }
a { background-color: rgb(146,154,146); }
div.DivClassName
{
background-color: #929A92;
}
.BgClassName
{
background-color: #929A92;
}
</style>
border-color css
<style>
span { border-color: #929A92; }
span { border-color: rgb(146,154,146); }
td.TdClassName
{
border-color: #929A92;
}
.TagClassName
{
border-color: #929A92;
}
</style>