#978295

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

Shades of Taupe Grey #978295

Tints of Taupe Grey #978295

Color information

#978295 (or 0x978295) is unknown color: approx Taupe Grey. HEX triplet: 97, 82 and 95. RGB value is (151,130,149). Sum of RGB (Red+Green+Blue) = 151+130+149=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #978295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978295 is #687D6A. Grayscale: #8A8A8A. Windows color (decimal): -6847851 or 9798295. OLE color: 9798295.

HSL color Cylindrical-coordinate representation of color #978295: hue angle of 305.71º 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 #978295 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB151130149-
CMYK00.140.010.41
HSL305.71º9.17%55.1%-
HSV(B)305.71º13.91%59.22%-
XYZ26.1724.7131.82-
YUV138.44133.96136.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=35.12%
G=30.23%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113014900.140.010.41305.719.1755.1
Hex9782950E129132937
Octal2272022250161514621167
Binary1001011110000010100101010111011010011001100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978295; }

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

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

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

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

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

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

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

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