Html Css Color HEX #8C968D Pewter

📋 copy color: '#8C968D'

red 140 ◦ green 150 ◦ blue 141

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

Shades of Pewter #8C968D

Tints of Pewter #8C968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.8%

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

R = 32.48%
G = 34.8%
B = 32.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#8C968D (or 0x8C968D) is known color: Pewter. HEX triplet: 8C, 96 and 8D. RGB value is (140,150,141). Sum of RGB (Red+Green+Blue) = 140+150+141=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 150 - color contains mainly: green. Hex color #8C968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C968D is #736972. Grayscale: #929292. Windows color (decimal): -7563635 or 9279116. OLE color: 9279116.

HSL color Cylindrical-coordinate representation of color #8C968D: hue angle of 126º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C968D is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 150 141 -
CMYK 0.07 0 0.06 0.41
HSL 126º 0.05% 0.57% -
HSV(B) 126º 0.07% 0.59% -
XYZ 26.53 29.31 29.46 -
YUV 145.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 140 150 141 0.07 0 0.06 0.41 126 0.05 0.57
Hex 8C 96 8D 7 0 6 29 7E 5 39
Octal 214 226 215 7 0 6 51 176 5 71
Binary 10001100 10010110 10001101 111 0 110 101001 1111110 101 111001

Color Harmonies of #8C968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C968D

Black with #8C968D

Text Example


Text Example

White with #8C968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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