#979396

Color #979396 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #979396

Tints of Taupe Grey #979396

Color information

#979396 (or 0x979396) is unknown color: approx 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

RGB151147150-
CMYK00.030.010.41
HSL315º1.89%58.43%-
HSV(B)315º2.65%59.22%-
XYZ28.729.6533.06-
YUV148.54128.83129.76-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114715000.030.010.413151.8958.43
Hex9793960312913b23a
Octal22722322603151473272
Binary100101111001001110010110011110100110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>