#978A93

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

Shades of Taupe Grey #978A93

Tints of Taupe Grey #978A93

Color information

#978A93 (or 0x978A93) is unknown color: approx Taupe Grey. HEX triplet: 97, 8A and 93. RGB value is (151,138,147). Sum of RGB (Red+Green+Blue) = 151+138+147=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 151 - color contains mainly: red. Hex color #978A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A93 is #68756C. Grayscale: #8E8E8E. Windows color (decimal): -6845805 or 9669271. OLE color: 9669271.

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

Color convert

RGB151138147-
CMYK00.090.030.41
HSL318.46º5.88%56.67%-
HSV(B)318.46º8.61%59.22%-
XYZ27.1226.8631.36-
YUV142.91130.31133.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=34.63%
G=31.65%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113814700.090.030.41318.465.8856.67
Hex978A930932913e639
Octal227212223011351476671
Binary1001011110001010100100110100111101001100111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,138,147); }

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

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

 a { background-color: rgb(151,138,147); }

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

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

 span { border-color: rgb(151,138,147); }

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