#8D7F8C

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

Shades of Taupe Grey #8D7F8C

Tints of Taupe Grey #8D7F8C

Color information

#8D7F8C (or 0x8D7F8C) is unknown color: approx Taupe Grey. HEX triplet: 8D, 7F and 8C. RGB value is (141,127,140). Sum of RGB (Red+Green+Blue) = 141+127+140=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7F8C is #728073. Grayscale: #848484. Windows color (decimal): -7503988 or 9207693. OLE color: 9207693.

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

Color convert

RGB141127140-
CMYK00.100.010.45
HSL304.29º5.79%52.55%-
HSV(B)304.29º9.93%55.29%-
XYZ23.3122.7327.97-
YUV132.67132.14133.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.56%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=34.56%
G=31.13%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112714000.100.010.45304.295.7952.55
Hex8D7F8C0A12D130635
Octal215177214012155460665
Binary10001101111111110001100010101101101100110000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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