COLOR #8C7170

HEX: #8C7170 RGB: (140,113,112)

Color info

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

RGB color model

#8C7170 color RGB value is (140,113,112).

RGB: (140,113,112) (55%, 44%, 44%)

RGB channels and saturation

R 140 of 255 = 55%
G 113 of 255 = 44%
B 112 of 255 = 44%

140
113
112

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

Portions of RGB colors in percentages

R + G + B = 140 + 113 + 112 = 365 (100%)
R 140 of 365 ~ 38.36%
G 113 of 365 ~ 30.96%
B 112 of 365 ~ 30.68'%

%38.36
%30.96
%30.68

CMYK color model

#8C7170 color CMYK value is (0,19,20,45).

  • cyan value is 0.00%
  • magenta value is 19.29%
  • yellow value is 20.00%
  • key color value is 45.10%

CMYK: (0,19,20,45)
C0M19Y20K45 (0%, 19%, 20%, 45%)
(0.00 / 0.19 / 0.20 / 0.45)

CMYK percentages

%0
%19.29
%20
%45.1

Codes

Color #8C7170 in popluar color models

8C 71 70
RGB 140 113 112
HSL 11.11% 49.41%
HSB/HSV 20.00% 54.90%
CMYK 0.00% 19.29% 20.00%
45.10%

Color #8C7170 in popluar number systems.

HEX 8C 71 70
Decimal 140 113 112
Binary 10001100 1110001 1110000
Octal 214 161 160

Shades and tints

Shades of #8C7170

#8C7170
(140,113,112)
#806766
(128,103,102)
#745D5C
(116,93,92)
#685352
(104,83,82)
#5C4948
(92,73,72)
#503F3E
(80,63,62)
#443534
(68,53,52)
#382B2A
(56,43,42)
#2C2120
(44,33,32)
#201716
(32,23,22)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #8C7170

#8C7170
(140,113,112)
#967D7D
(150,125,125)
#A0898A
(160,137,138)
#AA9597
(170,149,151)
#B4A1A4
(180,161,164)
#BEADB1
(190,173,177)
#C8B9BE
(200,185,190)
#D2C5CB
(210,197,203)
#DCD1D8
(220,209,216)
#E6DDE5
(230,221,229)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7170 color. Also use rgb(140,113,112) instead hex code.

Text Font Color

.myTextColor { color: #8C7170; }

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

This text font color is #8C7170.

Background Color

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

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

This div background color is #8C7170.

Border color

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

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

This div border color is #8C7170.

Opacity

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

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

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

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

This text has shadow with #8C7170 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7170.

Preview

Color preview on black background

This text has color #8C7170 on black background.


Color preview on white background

This text has color #8C7170 on white background.


Black color preview on #8C7170 background

This text has black color on #8C7170 background.


White color preview on #8C7170 background

This text has white color on #8C7170 background.


Related colors

Complementary color

Complementary color for #hex is #738E8F.


I love getcolorcode.com

Triadic colors

1 #708C71 and #71708C with #8C7170 are triadic colors.

2 #70718C and #718C70 with #8C7170 are triadic colors.