#988D94

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

Shades of Taupe Grey #988D94

Tints of Taupe Grey #988D94

Color information

#988D94 (or 0x988D94) is unknown color: approx Taupe Grey. HEX triplet: 98, 8D and 94. RGB value is (152,141,148). Sum of RGB (Red+Green+Blue) = 152+141+148=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 152 - color contains mainly: red. Hex color #988D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D94 is #67726B. Grayscale: #919191. Windows color (decimal): -6779500 or 9735576. OLE color: 9735576.

HSL color Cylindrical-coordinate representation of color #988D94: hue angle of 321.82º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #988D94 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152141148-
CMYK00.070.030.40
HSL321.82º5.07%57.45%-
HSV(B)321.82º7.24%59.61%-
XYZ27.8227.8631.93-
YUV145.09129.64132.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=34.47%
G=31.97%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214114800.070.030.40321.825.0757.45
Hex988D9407328142539
Octal23021522407350502571
Binary100110001000110110010100011111101000101000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988D94; }

 p { color: rgb(152,141,148); }

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

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

 a { background-color: rgb(152,141,148); }

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

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

 span { border-color: rgb(152,141,148); }

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