Html Css Color HEX #979396 Taupe Grey

📋 copy color: '#979396'

red 151 ◦ green 147 ◦ blue 150

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

Shades of Taupe Grey #979396

Tints of Taupe Grey #979396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.81%

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 33.71%
G = 32.81%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#979396 (or 0x979396) is known color: Taupe Grey. HEX triplet: 97, 93 and 96. RGB value is (151,147,150). Sum of RGB (Red+Green+Blue) = 151+147+150=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 151 - color contains mainly: red. Hex color #979396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979396 is #686C69. Grayscale: #949494. Windows color (decimal): -6843498 or 9868183. OLE color: 9868183.

HSL color Cylindrical-coordinate representation of color #979396: hue angle of 315º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #979396 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 147 150 -
CMYK 0 0.03 0.01 0.41
HSL 315º 0.02% 0.58% -
HSV(B) 315º 0.03% 0.59% -
XYZ 28.7 29.65 33.06 -
YUV 148.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 151 147 150 0 0.03 0.01 0.41 315 0.02 0.58
Hex 97 93 96 0 3 1 29 13B 2 3A
Octal 227 223 226 0 3 1 51 473 2 72
Binary 10010111 10010011 10010110 0 11 1 101001 100111011 10 111010

Color Harmonies of #979396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979396

Black with #979396

Text Example


Text Example

White with #979396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979396; }

 p { color: rgb(151,147,150); }

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

background-color css

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

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

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

border-color css

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

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

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