COLOR #8C747A

HEX: #8C747A RGB: (140,116,122)

Color info

#8C747A contains red, green and blue colors in about the same proportion. Web safe color of #8C747A is #996666 (or #966).

RGB color model

#8C747A color RGB value is (140,116,122).

RGB: (140,116,122) (55%, 45%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 122 of 255 = 48%

140
116
122

R + G + B ~ 49%. #8C747A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 116 + 122 = 378 (100%)
R 140 of 378 ~ 37.04%
G 116 of 378 ~ 30.69%
B 122 of 378 ~ 32.28'%

%37.04
%30.69
%32.28

CMYK color model

#8C747A color CMYK value is (0,17,13,45).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 12.86%
  • key color value is 45.10%

CMYK: (0,17,13,45)
C0M17Y13K45 (0%, 17%, 13%, 45%)
(0.00 / 0.17 / 0.13 / 0.45)

CMYK percentages

%0
%17.14
%12.86
%45.1

Codes

Color #8C747A in popluar color models

8C 74 7A
RGB 140 116 122
HSL 345° 9.45% 50.20%
HSB/HSV 345° 17.14% 54.90%
CMYK 0.00% 17.14% 12.86%
45.10%

Color #8C747A in popluar number systems.

HEX 8C 74 7A
Decimal 140 116 122
Binary 10001100 1110100 1111010
Octal 214 164 172

Shades and tints

Shades of #8C747A

#8C747A
(140,116,122)
#806A6F
(128,106,111)
#746064
(116,96,100)
#685659
(104,86,89)
#5C4C4E
(92,76,78)
#504243
(80,66,67)
#443838
(68,56,56)
#382E2D
(56,46,45)
#2C2422
(44,36,34)
#201A17
(32,26,23)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #8C747A

#8C747A
(140,116,122)
#968086
(150,128,134)
#A08C92
(160,140,146)
#AA989E
(170,152,158)
#B4A4AA
(180,164,170)
#BEB0B6
(190,176,182)
#C8BCC2
(200,188,194)
#D2C8CE
(210,200,206)
#DCD4DA
(220,212,218)
#E6E0E6
(230,224,230)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C747A color. Also use rgb(140,116,122) instead hex code.

Text Font Color

.myTextColor { color: #8C747A; }

<p style="color:#8C747A">This sample text font color is #8C747A.</p>

This text font color is #8C747A.

Background Color

.myBgColor { background-color: #8C747A; }

<div style="background-color:#8C747A">Inner text</div>

This div background color is #8C747A.

Border color

.myBorderColor { border: 1px solid #8C747A; }

<div style="border:3px solid #8C747A">Div</div>

This div border color is #8C747A.

Opacity

.myOpacity80 { color: #8C747A; opacity: 0.8; }

<p style="color:#8C747A;opacity:0.8;">80%</p>

Text with #8C747A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8C747A;}

<p style="text-shadow: 3px 3px 1px #8C747A">Text here.</p>

This text has shadow with #8C747A color.


.textShadow {text-shadow: 3px 3px 1px #8C747A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8C747A, 5px 5px 20px red">Text here.</p>

This text has shadow with #8C747A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8C747A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8C747A, Direction=45, Strength=4)">Text</p>

This text has shadow with #8C747A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8C747A;
-webkit-box-shadow: 1px 1px 3px 2px #8C747A;
box-shadow: 1px 1px 3px 2px #8C747A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8C747A; -webkit-box-shadow: 1px 1px 3px 2px #8C747A; box-shadow:1px 1px 3px 2px #8C747A;">
Div content here
</div>

This div box has shadow with color #8C747A.

Preview

Color preview on black background

This text has color #8C747A on black background.


Color preview on white background

This text has color #8C747A on white background.


Black color preview on #8C747A background

This text has black color on #8C747A background.


White color preview on #8C747A background

This text has white color on #8C747A background.


Related colors

Complementary color

Complementary color for #hex is #738B85.


I love getcolorcode.com

Triadic colors

1 #7A8C74 and #747A8C with #8C747A are triadic colors.

2 #7A748C and #748C7A with #8C747A are triadic colors.