COLOR #8C7379

HEX: #8C7379 RGB: (140,115,121)

Color info

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

RGB color model

#8C7379 color RGB value is (140,115,121).

RGB: (140,115,121) (55%, 45%, 47%)

RGB channels and saturation

R 140 of 255 = 55%
G 115 of 255 = 45%
B 121 of 255 = 47%

140
115
121

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

Portions of RGB colors in percentages

R + G + B = 140 + 115 + 121 = 376 (100%)
R 140 of 376 ~ 37.23%
G 115 of 376 ~ 30.59%
B 121 of 376 ~ 32.18'%

%37.23
%30.59
%32.18

CMYK color model

#8C7379 color CMYK value is (0,18,14,45).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 13.57%
  • key color value is 45.10%

CMYK: (0,18,14,45)
C0M18Y14K45 (0%, 18%, 14%, 45%)
(0.00 / 0.18 / 0.14 / 0.45)

CMYK percentages

%0
%17.86
%13.57
%45.1

Codes

Color #8C7379 in popluar color models

8C 73 79
RGB 140 115 121
HSL 346° 9.80% 50.00%
HSB/HSV 346° 17.86% 54.90%
CMYK 0.00% 17.86% 13.57%
45.10%

Color #8C7379 in popluar number systems.

HEX 8C 73 79
Decimal 140 115 121
Binary 10001100 1110011 1111001
Octal 214 163 171

Shades and tints

Shades of #8C7379

#8C7379
(140,115,121)
#80696E
(128,105,110)
#745F63
(116,95,99)
#685558
(104,85,88)
#5C4B4D
(92,75,77)
#504142
(80,65,66)
#443737
(68,55,55)
#382D2C
(56,45,44)
#2C2321
(44,35,33)
#201916
(32,25,22)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #8C7379

#8C7379
(140,115,121)
#967F85
(150,127,133)
#A08B91
(160,139,145)
#AA979D
(170,151,157)
#B4A3A9
(180,163,169)
#BEAFB5
(190,175,181)
#C8BBC1
(200,187,193)
#D2C7CD
(210,199,205)
#DCD3D9
(220,211,217)
#E6DFE5
(230,223,229)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7379 color. Also use rgb(140,115,121) instead hex code.

Text Font Color

.myTextColor { color: #8C7379; }

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

This text font color is #8C7379.

Background Color

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

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

This div background color is #8C7379.

Border color

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

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

This div border color is #8C7379.

Opacity

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

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

Text with #8C7379 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 #8C7379;}

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

This text has shadow with #8C7379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7379.

Preview

Color preview on black background

This text has color #8C7379 on black background.


Color preview on white background

This text has color #8C7379 on white background.


Black color preview on #8C7379 background

This text has black color on #8C7379 background.


White color preview on #8C7379 background

This text has white color on #8C7379 background.


Related colors

Complementary color

Complementary color for #hex is #738C86.


I love getcolorcode.com

Triadic colors

1 #798C73 and #73798C with #8C7379 are triadic colors.

2 #79738C and #738C79 with #8C7379 are triadic colors.