COLOR #8C777D

HEX: #8C777D
RGB: (140,119,125)

Color info

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

RGB color model

#8C777D color RGB value is (140,119,125).

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

RGB channels and saturation

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

140
119
125

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

Portions of RGB colors in percentages

R + G + B =
140 + 119 + 125 = 384 (100%)
R 140 of 384 ~ 36.46%
G 119 of 384 ~ 30.99%
B 125 of 384 ~ 32.55%

%36.46
%30.99
%32.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 10.71%
  • 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
%10.71
%45.1

Codes

Color #8C777D in popluar color models

8C777D
RGB140119125
HSL343°8.37%50.78%
HSB/HSV343°15.00%54.90%
CMYK0.00%15.00%10.71%
45.10%

Color #8C777D in popluar number systems.

HEX8C777D
Decimal140119125
Binary1000110011101111111101
Octal214167175

Shades and tints

Shades of #8C777D

#8C777D
(140,119,125)
#806D72
(128,109,114)
#746367
(116,99,103)
#68595C
(104,89,92)
#5C4F51
(92,79,81)
#504546
(80,69,70)
#443B3B
(68,59,59)
#383130
(56,49,48)
#2C2725
(44,39,37)
#201D1A
(32,29,26)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #8C777D

#8C777D
(140,119,125)
#968388
(150,131,136)
#A08F93
(160,143,147)
#AA9B9E
(170,155,158)
#B4A7A9
(180,167,169)
#BEB3B4
(190,179,180)
#C8BFBF
(200,191,191)
#D2CBCA
(210,203,202)
#DCD7D5
(220,215,213)
#E6E3E0
(230,227,224)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C777D; }

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

This text font color is #8C777D.


Background Color

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

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

This div background color is #8C777D.


Border color

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

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

This div border color is #8C777D.


Opacity

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

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

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

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

This text has shadow with #8C777D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C777D on black background.


Color preview on white background

This text has color #8C777D on white background.



Black color preview on #8C777D background

This text has black color on #8C777D background.


White color preview on #8C777D background

This text has white color on #8C777D background.