#8D898C

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

Shades of Taupe Grey #8D898C

Tints of Taupe Grey #8D898C

Color information

#8D898C (or 0x8D898C) is unknown color: approx Taupe Grey. HEX triplet: 8D, 89 and 8C. RGB value is (141,137,140). Sum of RGB (Red+Green+Blue) = 141+137+140=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 141 - color contains mainly: red. Hex color #8D898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D898C is #727673. Grayscale: #8A8A8A. Windows color (decimal): -7501428 or 9210253. OLE color: 9210253.

HSL color Cylindrical-coordinate representation of color #8D898C: hue angle of 315º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8D898C is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB141137140-
CMYK00.030.010.45
HSL315º1.72%54.51%-
HSV(B)315º2.84%55.29%-
XYZ24.6625.4528.42-
YUV138.54128.83129.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.73%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=33.73%
G=32.78%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113714000.030.010.453151.7254.51
Hex8D898C0312D13b237
Octal21521121403155473267
Binary100011011000100110001100011110110110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D898C; }

 p { color: rgb(141,137,140); }

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

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

 a { background-color: rgb(141,137,140); }

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

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

 span { border-color: rgb(141,137,140); }

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