Html Css Color HEX #8A978B Pewter

📋 copy color: '#8A978B'

red 138 ◦ green 151 ◦ blue 139

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

Shades of Pewter #8A978B

Tints of Pewter #8A978B

RGB

 RED value IS 138 (54.3% from 255) = 32.24%

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

 BLUE value IS 139 (54.69% from 255) = 32.48%

R = 32.24%
G = 35.28%
B = 32.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#8A978B (or 0x8A978B) is known color: Pewter. HEX triplet: 8A, 97 and 8B. RGB value is (138,151,139). Sum of RGB (Red+Green+Blue) = 138+151+139=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 151 - color contains mainly: green. Hex color #8A978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A978B is #756874. Grayscale: #919191. Windows color (decimal): -7694453 or 9148298. OLE color: 9148298.

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

Color convert

RGB 138 151 139 -
CMYK 0.09 0 0.08 0.41
HSL 124.62º 0.06% 0.57% -
HSV(B) 124.62º 0.09% 0.59% -
XYZ 26.21 29.4 28.72 -
YUV 145.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 138 151 139 0.09 0 0.08 0.41 124.62 0.06 0.57
Hex 8A 97 8B 9 0 8 29 7D 6 39
Octal 212 227 213 11 0 10 51 175 6 71
Binary 10001010 10010111 10001011 1001 0 1000 101001 1111101 110 111001

Color Harmonies of #8A978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A978B

Black with #8A978B

Text Example


Text Example

White with #8A978B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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