Html Css Color HEX #8C958D Pewter

📋 copy color: '#8C958D'

red 140 ◦ green 149 ◦ blue 141

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

Shades of Pewter #8C958D

Tints of Pewter #8C958D

RGB

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

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

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

R = 32.56%
G = 34.65%
B = 32.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#8C958D (or 0x8C958D) is known color: Pewter. HEX triplet: 8C, 95 and 8D. RGB value is (140,149,141). Sum of RGB (Red+Green+Blue) = 140+149+141=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 149 - color contains mainly: green. Hex color #8C958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C958D is #736A72. Grayscale: #919191. Windows color (decimal): -7563891 or 9278860. OLE color: 9278860.

HSL color Cylindrical-coordinate representation of color #8C958D: hue angle of 126.67º 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 #8C958D is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 149 141 -
CMYK 0.06 0 0.05 0.42
HSL 126.67º 0.04% 0.57% -
HSV(B) 126.67º 0.06% 0.58% -
XYZ 26.37 28.99 29.41 -
YUV 145.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 140 149 141 0.06 0 0.05 0.42 126.67 0.04 0.57
Hex 8C 95 8D 6 0 5 2A 7F 4 39
Octal 214 225 215 6 0 5 52 177 4 71
Binary 10001100 10010101 10001101 110 0 101 101010 1111111 100 111001

Color Harmonies of #8C958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C958D

Black with #8C958D

Text Example


Text Example

White with #8C958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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