Html Css Color HEX #979B97 Pewter

📋 copy color: '#979B97'

red 151 ◦ green 155 ◦ blue 151

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

Shades of Pewter #979B97

Tints of Pewter #979B97

RGB

 RED value IS 151 (59.38% from 255) = 33.04%

 GREEN value IS 155 (60.94% from 255) = 33.92%

 BLUE value IS 151 (59.38% from 255) = 33.04%

R = 33.04%
G = 33.92%
B = 33.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#979B97 (or 0x979B97) is known color: Pewter. HEX triplet: 97, 9B and 97. RGB value is (151,155,151). Sum of RGB (Red+Green+Blue) = 151+155+151=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 155 - color contains mainly: green. Hex color #979B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B97 is #686468. Grayscale: #999999. Windows color (decimal): -6841449 or 9935767. OLE color: 9935767.

HSL color Cylindrical-coordinate representation of color #979B97: hue angle of 120º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #979B97 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 155 151 -
CMYK 0.03 0 0.03 0.39
HSL 120º 0.02% 0.6% -
HSV(B) 120º 0.03% 0.61% -
XYZ 30.07 32.26 33.92 -
YUV 153.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 151 155 151 0.03 0 0.03 0.39 120 0.02 0.6
Hex 97 9B 97 3 0 3 27 78 2 3C
Octal 227 233 227 3 0 3 47 170 2 74
Binary 10010111 10011011 10010111 11 0 11 100111 1111000 10 111100

Color Harmonies of #979B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979B97

Black with #979B97

Text Example


Text Example

White with #979B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979B97; }

 p { color: rgb(151,155,151); }

 H1.HeaderClassName
 {
   color: #979B97;
 }
 .AnyTagClassName
 {
   color: #979B97;
 }
</style>

background-color css

<style>
 a { background-color: #979B97; }

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

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

border-color css

<style>
 span { border-color: #979B97; }

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

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