Html Css Color HEX #8C948D Pewter

📋 copy color: '#8C948D'

red 140 ◦ green 148 ◦ blue 141

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

Shades of Pewter #8C948D

Tints of Pewter #8C948D

RGB

 RED value IS 140 (55.08% from 255) = 32.63%

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 32.63%
G = 34.5%
B = 32.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#8C948D (or 0x8C948D) is known color: Pewter. HEX triplet: 8C, 94 and 8D. RGB value is (140,148,141). Sum of RGB (Red+Green+Blue) = 140+148+141=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 148 - color contains mainly: green. Hex color #8C948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C948D is #736B72. Grayscale: #909090. Windows color (decimal): -7564147 or 9278604. OLE color: 9278604.

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

Color convert

RGB 140 148 141 -
CMYK 0.05 0 0.05 0.42
HSL 127.5º 0.04% 0.56% -
HSV(B) 127.5º 0.05% 0.58% -
XYZ 26.21 28.68 29.35 -
YUV 144.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 140 148 141 0.05 0 0.05 0.42 127.5 0.04 0.56
Hex 8C 94 8D 5 0 5 2A 80 4 38
Octal 214 224 215 5 0 5 52 200 4 70
Binary 10001100 10010100 10001101 101 0 101 101010 10000000 100 111000

Color Harmonies of #8C948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C948D

Black with #8C948D

Text Example


Text Example

White with #8C948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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