#978294

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

Shades of Taupe Grey #978294

Tints of Taupe Grey #978294

Color information

#978294 (or 0x978294) is unknown color: approx Taupe Grey. HEX triplet: 97, 82 and 94. RGB value is (151,130,148). Sum of RGB (Red+Green+Blue) = 151+130+148=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 151 - color contains mainly: red. Hex color #978294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978294 is #687D6B. Grayscale: #8A8A8A. Windows color (decimal): -6847852 or 9732759. OLE color: 9732759.

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

Color convert

RGB151130148-
CMYK00.140.020.41
HSL308.57º9.17%55.1%-
HSV(B)308.57º13.91%59.22%-
XYZ26.0924.6831.41-
YUV138.33133.46137.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.20%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=35.20%
G=30.30%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113014800.140.020.41308.579.1755.1
Hex9782940E229135937
Octal2272022240162514651167
Binary10010111100000101001010001110101010011001101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978294; }

 p { color: rgb(151,130,148); }

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

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

 a { background-color: rgb(151,130,148); }

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

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

 span { border-color: rgb(151,130,148); }

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