Html Css Color HEX #8D978E Pewter

📋 copy color: '#8D978E'

red 141 ◦ green 151 ◦ blue 142

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

Shades of Pewter #8D978E

Tints of Pewter #8D978E

RGB

 RED value IS 141 (55.47% from 255) = 32.49%

 GREEN value IS 151 (59.38% from 255) = 34.79%

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 32.49%
G = 34.79%
B = 32.72%

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

#8D978E (or 0x8D978E) is known color: Pewter. HEX triplet: 8D, 97 and 8E. RGB value is (141,151,142). Sum of RGB (Red+Green+Blue) = 141+151+142=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 151 - color contains mainly: green. Hex color #8D978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D978E is #726871. Grayscale: #939393. Windows color (decimal): -7497842 or 9344909. OLE color: 9344909.

HSL color Cylindrical-coordinate representation of color #8D978E: 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 #8D978E is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 151 142 -
CMYK 0.07 0 0.06 0.41
HSL 126º 0.05% 0.57% -
HSV(B) 126º 0.07% 0.59% -
XYZ 26.93 29.75 29.91 -
YUV 146.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 141 151 142 0.07 0 0.06 0.41 126 0.05 0.57
Hex 8D 97 8E 7 0 6 29 7E 5 39
Octal 215 227 216 7 0 6 51 176 5 71
Binary 10001101 10010111 10001110 111 0 110 101001 1111110 101 111001

Color Harmonies of #8D978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D978E

Black with #8D978E

Text Example


Text Example

White with #8D978E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,151,142); }

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

background-color css

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

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

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

border-color css

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

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

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