#978E95

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

Shades of Taupe Grey #978E95

Tints of Taupe Grey #978E95

Color information

#978E95 (or 0x978E95) is unknown color: approx Taupe Grey. HEX triplet: 97, 8E and 95. RGB value is (151,142,149). Sum of RGB (Red+Green+Blue) = 151+142+149=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 151 - color contains mainly: red. Hex color #978E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E95 is #68716A. Grayscale: #919191. Windows color (decimal): -6844779 or 9801367. OLE color: 9801367.

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

Color convert

RGB151142149-
CMYK00.060.010.41
HSL313.33º4.15%57.45%-
HSV(B)313.33º5.96%59.22%-
XYZ27.8628.132.39-
YUV145.49129.98131.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=34.16%
G=32.13%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114214900.060.010.41313.334.1557.45
Hex978E9506129139439
Octal22721622506151471471
Binary10010111100011101001010101101101001100111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978E95; }

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

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

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

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

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

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

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

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