Html Css Color HEX #929592 Pewter

📋 copy color: '#929592'

red 146 ◦ green 149 ◦ blue 146

#929592
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pewter #929592

Tints of Pewter #929592

RGB

 RED value IS 146 (57.42% from 255) = 33.11%

 GREEN value IS 149 (58.59% from 255) = 33.79%

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 33.11%
G = 33.79%
B = 33.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#929592 (or 0x929592) is known color: Pewter. HEX triplet: 92, 95 and 92. RGB value is (146,149,146). Sum of RGB (Red+Green+Blue) = 146+149+146=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 149 - color contains mainly: green. Hex color #929592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929592 is #6D6A6D. Grayscale: #939393. Windows color (decimal): -7170670 or 9606546. OLE color: 9606546.

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

Color convert

RGB 146 149 146 -
CMYK 0.02 0 0.02 0.42
HSL 120º 0.01% 0.58% -
HSV(B) 120º 0.02% 0.58% -
XYZ 27.79 29.68 31.46 -
YUV 147.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 146 149 146 0.02 0 0.02 0.42 120 0.01 0.58
Hex 92 95 92 2 0 2 2A 78 1 3A
Octal 222 225 222 2 0 2 52 170 1 72
Binary 10010010 10010101 10010010 10 0 10 101010 1111000 1 111010

Color Harmonies of #929592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929592

Black with #929592

Text Example


Text Example

White with #929592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929592; }

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

 H1.HeaderClassName
 {
   color: #929592;
 }
 .AnyTagClassName
 {
   color: #929592;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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