#8C7D86

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

Shades of Taupe Grey #8C7D86

Tints of Taupe Grey #8C7D86

Color information

#8C7D86 (or 0x8C7D86) is unknown color: approx Taupe Grey. HEX triplet: 8C, 7D and 86. RGB value is (140,125,134). Sum of RGB (Red+Green+Blue) = 140+125+134=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7D86 is #738279. Grayscale: #828282. Windows color (decimal): -7570042 or 8813964. OLE color: 8813964.

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

Color convert

RGB140125134-
CMYK00.110.040.45
HSL324º6.12%51.96%-
HSV(B)324º10.71%54.9%-
XYZ22.4521.9625.61-
YUV130.51129.97134.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=35.09%
G=31.33%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012513400.110.040.453246.1251.96
Hex8C7D860B42D144634
Octal214175206013455504664
Binary1000110011111011000011001011100101101101000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,125,134); }

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

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

 a { background-color: rgb(140,125,134); }

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

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

 span { border-color: rgb(140,125,134); }

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