#8D7688

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

Shades of Taupe Grey #8D7688

Tints of Taupe Grey #8D7688

Color information

#8D7688 (or 0x8D7688) is unknown color: approx Taupe Grey. HEX triplet: 8D, 76 and 88. RGB value is (141,118,136). Sum of RGB (Red+Green+Blue) = 141+118+136=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7688 is #728977. Grayscale: #7E7E7E. Windows color (decimal): -7506296 or 8943245. OLE color: 8943245.

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

Color convert

RGB141118136-
CMYK00.160.040.45
HSL313.04º9.16%50.78%-
HSV(B)313.04º16.31%55.29%-
XYZ21.9120.426.07-
YUV126.93133.12138.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=35.70%
G=29.87%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111813600.160.040.45313.049.1650.78
Hex8D768801042D139933
Octal2151662100204554711163
Binary100011011110110100010000100001001011011001110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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