Html Css Color HEX #8B978C Pewter

📋 copy color: '#8B978C'

red 139 ◦ green 151 ◦ blue 140

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

Shades of Pewter #8B978C

Tints of Pewter #8B978C

RGB

 RED value IS 139 (54.69% from 255) = 32.33%

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

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

R = 32.33%
G = 35.12%
B = 32.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#8B978C (or 0x8B978C) is known color: Pewter. HEX triplet: 8B, 97 and 8C. RGB value is (139,151,140). Sum of RGB (Red+Green+Blue) = 139+151+140=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 151 - color contains mainly: green. Hex color #8B978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B978C is #746873. Grayscale: #929292. Windows color (decimal): -7628916 or 9213835. OLE color: 9213835.

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

Color convert

RGB 139 151 140 -
CMYK 0.08 0 0.07 0.41
HSL 125º 0.05% 0.57% -
HSV(B) 125º 0.08% 0.59% -
XYZ 26.45 29.52 29.11 -
YUV 146.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 139 151 140 0.08 0 0.07 0.41 125 0.05 0.57
Hex 8B 97 8C 8 0 7 29 7D 5 39
Octal 213 227 214 10 0 7 51 175 5 71
Binary 10001011 10010111 10001100 1000 0 111 101001 1111101 101 111001

Color Harmonies of #8B978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B978C

Black with #8B978C

Text Example


Text Example

White with #8B978C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,151,140); }

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

background-color css

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

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

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

border-color css

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

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

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