COLOR #8C767C

HEX: #8C767C
RGB: (140,118,124)

Color info

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

RGB color model

#8C767C color RGB value is (140,118,124).

  • red value is 140;
  • green value is 118;
  • blue value is 124.
RGB:
(140,118,124)
(55%,46%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 124 of 255 = 49%

140
118
124

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

Portions of RGB colors in percentages

R + G + B =
140 + 118 + 124 = 382 (100%)
R 140 of 382 ~ 36.65%
G 118 of 382 ~ 30.89%
B 124 of 382 ~ 32.46%

%36.65
%30.89
%32.46

CMYK color model

#8C767C color CMYK value is (0,16,11,45).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 11.43%
  • key color value is 45.10%
CMYK:
(0,16,11,45)
C0M16Y11K45 
(0%,16%,11%,45%)
(0.00/0.16/0.11/0.45)	

CMYK percentages

%0
%15.71
%11.43
%45.1

Codes

Color #8C767C in popluar color models

8C767C
RGB140118124
HSL344°8.73%50.59%
HSB/HSV344°15.71%54.90%
CMYK0.00%15.71%11.43%
45.10%

Color #8C767C in popluar number systems.

HEX8C767C
Decimal140118124
Binary1000110011101101111100
Octal214166174

Shades and tints

Shades of #8C767C

#8C767C
(140,118,124)
#806C71
(128,108,113)
#746266
(116,98,102)
#68585B
(104,88,91)
#5C4E50
(92,78,80)
#504445
(80,68,69)
#443A3A
(68,58,58)
#38302F
(56,48,47)
#2C2624
(44,38,36)
#201C19
(32,28,25)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #8C767C

#8C767C
(140,118,124)
#968287
(150,130,135)
#A08E92
(160,142,146)
#AA9A9D
(170,154,157)
#B4A6A8
(180,166,168)
#BEB2B3
(190,178,179)
#C8BEBE
(200,190,190)
#D2CAC9
(210,202,201)
#DCD6D4
(220,214,212)
#E6E2DF
(230,226,223)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C767C; }

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

This text font color is #8C767C.


Background Color

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

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

This div background color is #8C767C.


Border color

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

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

This div border color is #8C767C.


Opacity

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

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

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

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

This text has shadow with #8C767C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C767C on black background.


Color preview on white background

This text has color #8C767C on white background.



Black color preview on #8C767C background

This text has black color on #8C767C background.


White color preview on #8C767C background

This text has white color on #8C767C background.