#8D7A85

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

Shades of Taupe Grey #8D7A85

Tints of Taupe Grey #8D7A85

Color information

#8D7A85 (or 0x8D7A85) is unknown color: approx Taupe Grey. HEX triplet: 8D, 7A and 85. RGB value is (141,122,133). Sum of RGB (Red+Green+Blue) = 141+122+133=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7A85 is #72857A. Grayscale: #808080. Windows color (decimal): -7505275 or 8747661. OLE color: 8747661.

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

Color convert

RGB141122133-
CMYK00.130.060.45
HSL325.26º7.69%51.57%-
HSV(B)325.26º13.48%55.29%-
XYZ22.1821.2825.13-
YUV128.94130.29136.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.61%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=35.61%
G=30.81%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112213300.130.060.45325.267.6951.57
Hex8D7A850D62D145834
Octal2151722050156555051064
Binary10001101111101010000101011011101011011010001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,122,133); }

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

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

 a { background-color: rgb(141,122,133); }

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

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

 span { border-color: rgb(141,122,133); }

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