#8D948D

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

Shades of Pewter #8D948D

Tints of Pewter #8D948D

Color information

#8D948D (or 0x8D948D) is unknown color: approx Pewter. HEX triplet: 8D, 94 and 8D. RGB value is (141,148,141). Sum of RGB (Red+Green+Blue) = 141+148+141=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 148 - color contains mainly: green. Hex color #8D948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D948D is #726B72. Grayscale: #919191. Windows color (decimal): -7498611 or 9278605. OLE color: 9278605.

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

Color convert

RGB141148141-
CMYK0.0500.050.42
HSL120º3.17%56.67%-
HSV(B)120º4.73%58.04%-
XYZ26.3828.7729.36-
YUV145.11125.68125.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.79%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 141 (55.47% from 255) = 32.79%
R=32.79%
G=34.42%
B=32.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411481410.0500.050.421203.1756.67
Hex8D948D5052A78339
Octal21522421550552170371
Binary1000110110010100100011011010101101010111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D948D; }

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

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

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

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

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

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

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

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