#8D7388

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

Shades of Taupe Grey #8D7388

Tints of Taupe Grey #8D7388

Color information

#8D7388 (or 0x8D7388) is unknown color: approx Taupe Grey. HEX triplet: 8D, 73 and 88. RGB value is (141,115,136). Sum of RGB (Red+Green+Blue) = 141+115+136=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7388 is #728C77. Grayscale: #7D7D7D. Windows color (decimal): -7507064 or 8942477. OLE color: 8942477.

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

Color convert

RGB141115136-
CMYK00.180.040.45
HSL311.54º10.24%50.2%-
HSV(B)311.54º18.44%55.29%-
XYZ21.5619.725.96-
YUV125.17134.11139.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.97%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=35.97%
G=29.34%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111513600.180.040.45311.5410.2450.2
Hex8D738801242D138a32
Octal2151632100224554701262
Binary100011011110011100010000100101001011011001110001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,115,136); }

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

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

 a { background-color: rgb(141,115,136); }

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

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

 span { border-color: rgb(141,115,136); }

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