#8D7888

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

Shades of Taupe Grey #8D7888

Tints of Taupe Grey #8D7888

Color information

#8D7888 (or 0x8D7888) is unknown color: approx Taupe Grey. HEX triplet: 8D, 78 and 88. RGB value is (141,120,136). Sum of RGB (Red+Green+Blue) = 141+120+136=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7888 is #728777. Grayscale: #808080. Windows color (decimal): -7505784 or 8943757. OLE color: 8943757.

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

Color convert

RGB141120136-
CMYK00.150.040.45
HSL314.29º8.43%51.18%-
HSV(B)314.29º14.89%55.29%-
XYZ22.1420.8726.15-
YUV128.1132.46137.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=35.52%
G=30.23%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112013600.150.040.45314.298.4351.18
Hex8D78880F42D13a833
Octal2151702100174554721063
Binary10001101111100010001000011111001011011001110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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