Shades of Pewter #929E92
Tints of Pewter #929E92
RGB
CMYK
RGB Variations
Color information
#929E92 (or 0x929E92) is known color: Pewter. HEX triplet: 92, 9E and 92. RGB value is (146,158,146). Sum of RGB (Red+Green+Blue) = 146+158+146=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 158 - color contains mainly: green. Hex color #929E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929E92 is #6D616D. Grayscale: #999999. Windows color (decimal): -7168366 or 9608850. OLE color: 9608850.
HSL color Cylindrical-coordinate representation of color #929E92: hue angle of 120º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #929E92 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 158 | 146 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.38 |
| HSL | 120º | 0.06% | 0.6% | - |
| HSV(B) | 120º | 0.08% | 0.62% | - |
| XYZ | 29.27 | 32.64 | 31.95 | - |
| YUV | 153.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 146 | 0.08 | 0 | 0.08 | 0.38 | 120 | 0.06 | 0.6 |
| Hex | 92 | 9E | 92 | 8 | 0 | 8 | 26 | 78 | 6 | 3C |
| Octal | 222 | 236 | 222 | 10 | 0 | 10 | 46 | 170 | 6 | 74 |
| Binary | 10010010 | 10011110 | 10010010 | 1000 | 0 | 1000 | 100110 | 1111000 | 110 | 111100 |
Color Harmonies of #929E92
Complementary color
Monochromatic Colors of #929E92
Black with #929E92
Text Example
Text Example
White with #929E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929E92; }
p { color: rgb(146,158,146); }
H1.HeaderClassName
{
color: #929E92;
}
.AnyTagClassName
{
color: #929E92;
}
</style>
background-color css
<style>
a { background-color: #929E92; }
a { background-color: rgb(146,158,146); }
div.DivClassName
{
background-color: #929E92;
}
.BgClassName
{
background-color: #929E92;
}
</style>
border-color css
<style>
span { border-color: #929E92; }
span { border-color: rgb(146,158,146); }
td.TdClassName
{
border-color: #929E92;
}
.TagClassName
{
border-color: #929E92;
}
</style>