#978B95

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

Shades of Taupe Grey #978B95

Tints of Taupe Grey #978B95

Color information

#978B95 (or 0x978B95) is unknown color: approx Taupe Grey. HEX triplet: 97, 8B and 95. RGB value is (151,139,149). Sum of RGB (Red+Green+Blue) = 151+139+149=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 151 - color contains mainly: red. Hex color #978B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978B95 is #68746A. Grayscale: #8F8F8F. Windows color (decimal): -6845547 or 9800599. OLE color: 9800599.

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

Color convert

RGB151139149-
CMYK00.080.010.41
HSL310º5.45%56.86%-
HSV(B)310º7.95%59.22%-
XYZ27.4227.2132.24-
YUV143.73130.98133.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=34.40%
G=31.66%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113914900.080.010.413105.4556.86
Hex978B9508129136539
Octal227213225010151466571
Binary100101111000101110010101010001101001100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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