#978296

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

Shades of Taupe Grey #978296

Tints of Taupe Grey #978296

Color information

#978296 (or 0x978296) is unknown color: approx Taupe Grey. HEX triplet: 97, 82 and 96. RGB value is (151,130,150). Sum of RGB (Red+Green+Blue) = 151+130+150=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 151 - color contains mainly: red. Hex color #978296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978296 is #687D69. Grayscale: #8A8A8A. Windows color (decimal): -6847850 or 9863831. OLE color: 9863831.

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

Color convert

RGB151130150-
CMYK00.140.010.41
HSL302.86º9.17%55.1%-
HSV(B)302.86º13.91%59.22%-
XYZ26.2524.7532.25-
YUV138.56134.46136.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=35.03%
G=30.16%
B=34.80%

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
Decimal15113015000.140.010.41302.869.1755.1
Hex9782960E12912f937
Octal2272022260161514571167
Binary1001011110000010100101100111011010011001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978296; }

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

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

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

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

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

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

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

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