Shades of Pewter #929692
Tints of Pewter #929692
RGB
CMYK
RGB Variations
Color information
#929692 (or 0x929692) is known color: Pewter. HEX triplet: 92, 96 and 92. RGB value is (146,150,146). Sum of RGB (Red+Green+Blue) = 146+150+146=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 150 - color contains mainly: green. Hex color #929692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929692 is #6D696D. Grayscale: #949494. Windows color (decimal): -7170414 or 9606802. OLE color: 9606802.
HSL color Cylindrical-coordinate representation of color #929692: hue angle of 120º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #929692 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
RGB | 146 | 150 | 146 | - |
CMYK | 0.03 | 0 | 0.03 | 0.41 |
HSL | 120º | 0.02% | 0.58% | - |
HSV(B) | 120º | 0.03% | 0.59% | - |
XYZ | 27.95 | 30 | 31.51 | - |
YUV | 148.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 146 | 150 | 146 | 0.03 | 0 | 0.03 | 0.41 | 120 | 0.02 | 0.58 |
Hex | 92 | 96 | 92 | 3 | 0 | 3 | 29 | 78 | 2 | 3A |
Octal | 222 | 226 | 222 | 3 | 0 | 3 | 51 | 170 | 2 | 72 |
Binary | 10010010 | 10010110 | 10010010 | 11 | 0 | 11 | 101001 | 1111000 | 10 | 111010 |
Color Harmonies of #929692
Complementary color
Monochromatic Colors of #929692
Black with #929692
Text Example
Text Example
White with #929692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929692; }
p { color: rgb(146,150,146); }
H1.HeaderClassName
{
color: #929692;
}
.AnyTagClassName
{
color: #929692;
}
</style>
background-color css
<style>
a { background-color: #929692; }
a { background-color: rgb(146,150,146); }
div.DivClassName
{
background-color: #929692;
}
.BgClassName
{
background-color: #929692;
}
</style>
border-color css
<style>
span { border-color: #929692; }
span { border-color: rgb(146,150,146); }
td.TdClassName
{
border-color: #929692;
}
.TagClassName
{
border-color: #929692;
}
</style>