COLOR #8C7076

HEX: #8C7076 RGB: (140,112,118)

Color info

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

RGB color model

#8C7076 color RGB value is (140,112,118).

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

RGB channels and saturation

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

140
112
118

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

Portions of RGB colors in percentages

R + G + B = 140 + 112 + 118 = 370 (100%)
R 140 of 370 ~ 37.84%
G 112 of 370 ~ 30.27%
B 118 of 370 ~ 31.89'%

%37.84
%30.27
%31.89

CMYK color model

#8C7076 color CMYK value is (0,20,16,45).

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

CMYK: (0,20,16,45)
C0M20Y16K45 (0%, 20%, 16%, 45%)
(0.00 / 0.20 / 0.16 / 0.45)

CMYK percentages

%0
%20
%15.71
%45.1

Codes

Color #8C7076 in popluar color models

8C 70 76
RGB 140 112 118
HSL 347° 11.11% 49.41%
HSB/HSV 347° 20.00% 54.90%
CMYK 0.00% 20.00% 15.71%
45.10%

Color #8C7076 in popluar number systems.

HEX 8C 70 76
Decimal 140 112 118
Binary 10001100 1110000 1110110
Octal 214 160 166

Shades and tints

Shades of #8C7076

#8C7076
(140,112,118)
#80666C
(128,102,108)
#745C62
(116,92,98)
#685258
(104,82,88)
#5C484E
(92,72,78)
#503E44
(80,62,68)
#44343A
(68,52,58)
#382A30
(56,42,48)
#2C2026
(44,32,38)
#20161C
(32,22,28)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #8C7076

#8C7076
(140,112,118)
#967D82
(150,125,130)
#A08A8E
(160,138,142)
#AA979A
(170,151,154)
#B4A4A6
(180,164,166)
#BEB1B2
(190,177,178)
#C8BEBE
(200,190,190)
#D2CBCA
(210,203,202)
#DCD8D6
(220,216,214)
#E6E5E2
(230,229,226)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7076; }

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

This text font color is #8C7076.

Background Color

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

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

This div background color is #8C7076.

Border color

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

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

This div border color is #8C7076.

Opacity

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

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

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

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

This text has shadow with #8C7076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7076.

Preview

Color preview on black background

This text has color #8C7076 on black background.


Color preview on white background

This text has color #8C7076 on white background.


Black color preview on #8C7076 background

This text has black color on #8C7076 background.


White color preview on #8C7076 background

This text has white color on #8C7076 background.


Related colors

Complementary color

Complementary color for #hex is #738F89.


I love getcolorcode.com

Triadic colors

1 #768C70 and #70768C with #8C7076 are triadic colors.

2 #76708C and #708C76 with #8C7076 are triadic colors.