#8D7687

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

Shades of Taupe Grey #8D7687

Tints of Taupe Grey #8D7687

Color information

#8D7687 (or 0x8D7687) is unknown color: approx Taupe Grey. HEX triplet: 8D, 76 and 87. RGB value is (141,118,135). Sum of RGB (Red+Green+Blue) = 141+118+135=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7687 is #728978. Grayscale: #7E7E7E. Windows color (decimal): -7506297 or 8877709. OLE color: 8877709.

HSL color Cylindrical-coordinate representation of color #8D7687: hue angle of 315.65º 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 #8D7687 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB141118135-
CMYK00.160.040.45
HSL315.65º9.16%50.78%-
HSV(B)315.65º16.31%55.29%-
XYZ21.8420.3725.7-
YUV126.81132.62138.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=35.79%
G=29.95%
B=34.26%

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
Decimal14111813500.160.040.45315.659.1650.78
Hex8D768701042D13c933
Octal2151662070204554741163
Binary100011011110110100001110100001001011011001111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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