#929392

Color #929392 Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #929392

Tints of Pewter #929392

Color information

#929392 (or 0x929392) is unknown color: approx Pewter. HEX triplet: 92, 93 and 92. RGB value is (146,147,146). Sum of RGB (Red+Green+Blue) = 146+147+146=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 147 - color contains mainly: green. Hex color #929392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929392 is #6D6C6D. Grayscale: #929292. Windows color (decimal): -7171182 or 9606034. OLE color: 9606034.

HSL color Cylindrical-coordinate representation of color #929392: hue angle of 120º degrees, saturation: 0, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #929392 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB146147146-
CMYK0.0100.010.42
HSL120º0.46%57.45%-
HSV(B)120º0.68%57.65%-
XYZ27.4829.0531.35-
YUV146.59127.67127.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 33.26%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=33.26%
G=33.49%
B=33.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461471460.0100.010.421200.4657.45
Hex9293921012A78039
Octal22222322210152170071
Binary10010010100100111001001010110101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929392; }

 p { color: rgb(146,147,146); }

 H1.HeaderClassName
 {
   color: #929392;
 }
 .AnyTagClassName
 {
   color: #929392;
 }
</style>
background-color css

<style>
 a { background-color: #929392; }

 a { background-color: rgb(146,147,146); }

 div.DivClassName
 {
   background-color: #929392;
 }
 .BgClassName
 {
   background-color: #929392;
 }
</style>
border-color css

<style>
 span { border-color: #929392; }

 span { border-color: rgb(146,147,146); }

 td.TdClassName
 {
   border-color: #929392;
 }
 .TagClassName
 {
   border-color: #929392;
 }
</style>