Html Css Color HEX #8C958C Pewter

📋 copy color: '#8C958C'

red 140 ◦ green 149 ◦ blue 140

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

Shades of Pewter #8C958C

Tints of Pewter #8C958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.73%

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

R = 32.63%
G = 34.73%
B = 32.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#8C958C (or 0x8C958C) is known color: Pewter. HEX triplet: 8C, 95 and 8C. RGB value is (140,149,140). Sum of RGB (Red+Green+Blue) = 140+149+140=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 149 - color contains mainly: green. Hex color #8C958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C958C is #736A73. Grayscale: #919191. Windows color (decimal): -7563892 or 9213324. OLE color: 9213324.

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

Color convert

RGB 140 149 140 -
CMYK 0.06 0 0.06 0.42
HSL 120º 0.04% 0.57% -
HSV(B) 120º 0.06% 0.58% -
XYZ 26.3 28.96 29.02 -
YUV 145.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 140 149 140 0.06 0 0.06 0.42 120 0.04 0.57
Hex 8C 95 8C 6 0 6 2A 78 4 39
Octal 214 225 214 6 0 6 52 170 4 71
Binary 10001100 10010101 10001100 110 0 110 101010 1111000 100 111001

Color Harmonies of #8C958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C958C

Black with #8C958C

Text Example


Text Example

White with #8C958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,149,140); }

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

background-color css

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

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

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

border-color css

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

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

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