#8D7987

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

Shades of Taupe Grey #8D7987

Tints of Taupe Grey #8D7987

Color information

#8D7987 (or 0x8D7987) is unknown color: approx Taupe Grey. HEX triplet: 8D, 79 and 87. RGB value is (141,121,135). Sum of RGB (Red+Green+Blue) = 141+121+135=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7987 is #728678. Grayscale: #808080. Windows color (decimal): -7505529 or 8878477. OLE color: 8878477.

HSL color Cylindrical-coordinate representation of color #8D7987: hue angle of 318º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D7987 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB141121135-
CMYK00.140.040.45
HSL318º8.06%51.37%-
HSV(B)318º14.18%55.29%-
XYZ22.221.0925.82-
YUV128.58131.63136.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 135 (53.12% from 255) = 34.01%
R=35.52%
G=30.48%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112113500.140.040.453188.0651.37
Hex8D79870E42D13e833
Octal2151712070164554761063
Binary10001101111100110000111011101001011011001111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,121,135); }

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

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

 a { background-color: rgb(141,121,135); }

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

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

 span { border-color: rgb(141,121,135); }

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