#978993

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

Shades of Taupe Grey #978993

Tints of Taupe Grey #978993

Color information

#978993 (or 0x978993) is unknown color: approx Taupe Grey. HEX triplet: 97, 89 and 93. RGB value is (151,137,147). Sum of RGB (Red+Green+Blue) = 151+137+147=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 151 - color contains mainly: red. Hex color #978993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978993 is #68766C. Grayscale: #8E8E8E. Windows color (decimal): -6846061 or 9669015. OLE color: 9669015.

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

Color convert

RGB151137147-
CMYK00.090.030.41
HSL317.14º6.31%56.47%-
HSV(B)317.14º9.27%59.22%-
XYZ26.9726.5831.31-
YUV142.33130.64134.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 147 (57.81% from 255) = 33.79%
R=34.71%
G=31.49%
B=33.79%

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
Decimal15113714700.090.030.41317.146.3156.47
Hex9789930932913d638
Octal227211223011351475670
Binary1001011110001001100100110100111101001100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978993; }

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

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

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

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

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

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

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

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