#919792

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

Shades of Pewter #919792

Tints of Pewter #919792

Color information

#919792 (or 0x919792) is unknown color: approx Pewter. HEX triplet: 91, 97 and 92. RGB value is (145,151,146). Sum of RGB (Red+Green+Blue) = 145+151+146=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 151 - color contains mainly: green. Hex color #919792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919792 is #6E686D. Grayscale: #949494. Windows color (decimal): -7235694 or 9607057. OLE color: 9607057.

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

Color convert

RGB145151146-
CMYK0.0400.030.41
HSL130º2.8%58.04%-
HSV(B)130º3.97%59.22%-
XYZ27.9330.2331.56-
YUV148.64126.51125.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.81%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 146 (57.42% from 255) = 33.03%
R=32.81%
G=34.16%
B=33.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451511460.0400.030.411302.858.04
Hex919792403298233a
Octal22122722240351202372
Binary1001000110010111100100101000111010011000001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919792; }

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

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

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

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

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

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

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

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