Html Css Color HEX #949794 Pewter

📋 copy color: '#949794'

red 148 ◦ green 151 ◦ blue 148

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

Shades of Pewter #949794

Tints of Pewter #949794

RGB

 RED value IS 148 (58.2% from 255) = 33.11%

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

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 33.11%
G = 33.78%
B = 33.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#949794 (or 0x949794) is known color: Pewter. HEX triplet: 94, 97 and 94. RGB value is (148,151,148). Sum of RGB (Red+Green+Blue) = 148+151+148=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 151 - color contains mainly: green. Hex color #949794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949794 is #6B686B. Grayscale: #959595. Windows color (decimal): -7039084 or 9738132. OLE color: 9738132.

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

Color convert

RGB 148 151 148 -
CMYK 0.02 0 0.02 0.41
HSL 120º 0.01% 0.59% -
HSV(B) 120º 0.02% 0.59% -
XYZ 28.62 30.57 32.41 -
YUV 149.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 148 151 148 0.02 0 0.02 0.41 120 0.01 0.59
Hex 94 97 94 2 0 2 29 78 1 3B
Octal 224 227 224 2 0 2 51 170 1 73
Binary 10010100 10010111 10010100 10 0 10 101001 1111000 1 111011

Color Harmonies of #949794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949794

Black with #949794

Text Example


Text Example

White with #949794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949794; }

 p { color: rgb(148,151,148); }

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

background-color css

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

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

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

border-color css

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

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

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