#978995

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

Shades of Taupe Grey #978995

Tints of Taupe Grey #978995

Color information

#978995 (or 0x978995) is unknown color: approx Taupe Grey. HEX triplet: 97, 89 and 95. RGB value is (151,137,149). Sum of RGB (Red+Green+Blue) = 151+137+149=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 151 - color contains mainly: red. Hex color #978995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978995 is #68766A. Grayscale: #8E8E8E. Windows color (decimal): -6846059 or 9800087. OLE color: 9800087.

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

Color convert

RGB151137149-
CMYK00.090.010.41
HSL308.57º6.31%56.47%-
HSV(B)308.57º9.27%59.22%-
XYZ27.1326.6432.15-
YUV142.55131.64134.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.55%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=34.55%
G=31.35%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113714900.090.010.41308.576.3156.47
Hex97899509129135638
Octal227211225011151465670
Binary100101111000100110010101010011101001100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978995; }

 p { color: rgb(151,137,149); }

 H1.HeaderClassName
 {
   color: #978995;
 }
 .AnyTagClassName
 {
   color: #978995;
 }
</style>
background-color css

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

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

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

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

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

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