COLOR #8C777C

HEX: #8C777C
RGB: (140,119,124)

Color info

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

RGB color model

#8C777C color RGB value is (140,119,124).

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

RGB channels and saturation

R 140 of 255 = 55%
G 119 of 255 = 47%
B 124 of 255 = 49%

140
119
124

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

Portions of RGB colors in percentages

R + G + B =
140 + 119 + 124 = 383 (100%)
R 140 of 383 ~ 36.55%
G 119 of 383 ~ 31.07%
B 124 of 383 ~ 32.38%

%36.55
%31.07
%32.38

CMYK color model

#8C777C color CMYK value is (0,15,11,45).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 11.43%
  • key color value is 45.10%
CMYK:
(0,15,11,45)
C0M15Y11K45 
(0%,15%,11%,45%)
(0.00/0.15/0.11/0.45)	

CMYK percentages

%0
%15
%11.43
%45.1

Codes

Color #8C777C in popluar color models

8C777C
RGB140119124
HSL346°8.37%50.78%
HSB/HSV346°15.00%54.90%
CMYK0.00%15.00%11.43%
45.10%

Color #8C777C in popluar number systems.

HEX8C777C
Decimal140119124
Binary1000110011101111111100
Octal214167174

Shades and tints

Shades of #8C777C

#8C777C
(140,119,124)
#806D71
(128,109,113)
#746366
(116,99,102)
#68595B
(104,89,91)
#5C4F50
(92,79,80)
#504545
(80,69,69)
#443B3A
(68,59,58)
#38312F
(56,49,47)
#2C2724
(44,39,36)
#201D19
(32,29,25)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #8C777C

#8C777C
(140,119,124)
#968387
(150,131,135)
#A08F92
(160,143,146)
#AA9B9D
(170,155,157)
#B4A7A8
(180,167,168)
#BEB3B3
(190,179,179)
#C8BFBE
(200,191,190)
#D2CBC9
(210,203,201)
#DCD7D4
(220,215,212)
#E6E3DF
(230,227,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C777C; }

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

This text font color is #8C777C.


Background Color

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

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

This div background color is #8C777C.


Border color

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

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

This div border color is #8C777C.


Opacity

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

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

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

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

This text has shadow with #8C777C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C777C on black background.


Color preview on white background

This text has color #8C777C on white background.



Black color preview on #8C777C background

This text has black color on #8C777C background.


White color preview on #8C777C background

This text has white color on #8C777C background.