Html Css Color HEX #929793 Pewter

📋 copy color: '#929793'

red 146 ◦ green 151 ◦ blue 147

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

Shades of Pewter #929793

Tints of Pewter #929793

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.01%

 BLUE value IS 147 (57.81% from 255) = 33.11%

R = 32.88%
G = 34.01%
B = 33.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#929793 (or 0x929793) is known color: Pewter. HEX triplet: 92, 97 and 93. RGB value is (146,151,147). Sum of RGB (Red+Green+Blue) = 146+151+147=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 151 - color contains mainly: green. Hex color #929793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929793 is #6D686C. Grayscale: #959595. Windows color (decimal): -7170157 or 9672594. OLE color: 9672594.

HSL color Cylindrical-coordinate representation of color #929793: hue angle of 132º 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 #929793 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 146 151 147 -
CMYK 0.03 0 0.03 0.41
HSL 132º 0.02% 0.58% -
HSV(B) 132º 0.03% 0.59% -
XYZ 28.19 30.35 31.98 -
YUV 149.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 146 151 147 0.03 0 0.03 0.41 132 0.02 0.58
Hex 92 97 93 3 0 3 29 84 2 3A
Octal 222 227 223 3 0 3 51 204 2 72
Binary 10010010 10010111 10010011 11 0 11 101001 10000100 10 111010

Color Harmonies of #929793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929793

Black with #929793

Text Example


Text Example

White with #929793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929793; }

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

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

background-color css

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

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

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

border-color css

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

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

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