#909790

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

Shades of Pewter #909790

Tints of Pewter #909790

Color information

#909790 (or 0x909790) is unknown color: approx Pewter. HEX triplet: 90, 97 and 90. RGB value is (144,151,144). Sum of RGB (Red+Green+Blue) = 144+151+144=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 151 - color contains mainly: green. Hex color #909790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909790 is #6F686F. Grayscale: #949494. Windows color (decimal): -7301232 or 9475984. OLE color: 9475984.

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

Color convert

RGB144151144-
CMYK0.0500.050.41
HSL120º3.26%57.84%-
HSV(B)120º4.64%59.22%-
XYZ27.630.0830.74-
YUV148.11125.68125.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.80%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=32.80%
G=34.40%
B=32.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441511440.0500.050.411203.2657.84
Hex909790505297833a
Octal22022722050551170372
Binary1001000010010111100100001010101101001111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909790; }

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

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

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

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

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

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

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

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