COLOR #8C7671

HEX: #8C7671 RGB: (140,118,113)

Color info

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

RGB color model

#8C7671 color RGB value is (140,118,113).

RGB: (140,118,113) (55%, 46%, 44%)

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 113 of 255 = 44%

140
118
113

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

Portions of RGB colors in percentages

R + G + B = 140 + 118 + 113 = 371 (100%)
R 140 of 371 ~ 37.74%
G 118 of 371 ~ 31.81%
B 113 of 371 ~ 30.46'%

%37.74
%31.81
%30.46

CMYK color model

#8C7671 color CMYK value is (0,16,19,45).

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

CMYK: (0,16,19,45)
C0M16Y19K45 (0%, 16%, 19%, 45%)
(0.00 / 0.16 / 0.19 / 0.45)

CMYK percentages

%0
%15.71
%19.29
%45.1

Codes

Color #8C7671 in popluar color models

8C 76 71
RGB 140 118 113
HSL 11° 10.67% 49.61%
HSB/HSV 11° 19.29% 54.90%
CMYK 0.00% 15.71% 19.29%
45.10%

Color #8C7671 in popluar number systems.

HEX 8C 76 71
Decimal 140 118 113
Binary 10001100 1110110 1110001
Octal 214 166 161

Shades and tints

Shades of #8C7671

#8C7671
(140,118,113)
#806C67
(128,108,103)
#74625D
(116,98,93)
#685853
(104,88,83)
#5C4E49
(92,78,73)
#50443F
(80,68,63)
#443A35
(68,58,53)
#38302B
(56,48,43)
#2C2621
(44,38,33)
#201C17
(32,28,23)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #8C7671

#8C7671
(140,118,113)
#96827D
(150,130,125)
#A08E89
(160,142,137)
#AA9A95
(170,154,149)
#B4A6A1
(180,166,161)
#BEB2AD
(190,178,173)
#C8BEB9
(200,190,185)
#D2CAC5
(210,202,197)
#DCD6D1
(220,214,209)
#E6E2DD
(230,226,221)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7671; }

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

This text font color is #8C7671.

Background Color

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

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

This div background color is #8C7671.

Border color

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

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

This div border color is #8C7671.

Opacity

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

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

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

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

This text has shadow with #8C7671 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7671.

Preview

Color preview on black background

This text has color #8C7671 on black background.


Color preview on white background

This text has color #8C7671 on white background.


Black color preview on #8C7671 background

This text has black color on #8C7671 background.


White color preview on #8C7671 background

This text has white color on #8C7671 background.


Related colors

Complementary color

Complementary color for #hex is #73898E.


I love getcolorcode.com

Triadic colors

1 #718C76 and #76718C with #8C7671 are triadic colors.

2 #71768C and #768C71 with #8C7671 are triadic colors.