COLOR #8C757E

HEX: #8C757E RGB: (140,117,126)

Color info

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

RGB color model

#8C757E color RGB value is (140,117,126).

RGB: (140,117,126) (55%, 46%, 49%)

RGB channels and saturation

R 140 of 255 = 55%
G 117 of 255 = 46%
B 126 of 255 = 49%

140
117
126

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

Portions of RGB colors in percentages

R + G + B = 140 + 117 + 126 = 383 (100%)
R 140 of 383 ~ 36.55%
G 117 of 383 ~ 30.55%
B 126 of 383 ~ 32.9'%

%36.55
%30.55
%32.9

CMYK color model

#8C757E color CMYK value is (0,16,10,45).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 10.00%
  • key color value is 45.10%

CMYK: (0,16,10,45)
C0M16Y10K45 (0%, 16%, 10%, 45%)
(0.00 / 0.16 / 0.10 / 0.45)

CMYK percentages

%0
%16.43
%10
%45.1

Codes

Color #8C757E in popluar color models

8C 75 7E
RGB 140 117 126
HSL 337° 9.09% 50.39%
HSB/HSV 337° 16.43% 54.90%
CMYK 0.00% 16.43% 10.00%
45.10%

Color #8C757E in popluar number systems.

HEX 8C 75 7E
Decimal 140 117 126
Binary 10001100 1110101 1111110
Octal 214 165 176

Shades and tints

Shades of #8C757E

#8C757E
(140,117,126)
#806B73
(128,107,115)
#746168
(116,97,104)
#68575D
(104,87,93)
#5C4D52
(92,77,82)
#504347
(80,67,71)
#44393C
(68,57,60)
#382F31
(56,47,49)
#2C2526
(44,37,38)
#201B1B
(32,27,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #8C757E

#8C757E
(140,117,126)
#968189
(150,129,137)
#A08D94
(160,141,148)
#AA999F
(170,153,159)
#B4A5AA
(180,165,170)
#BEB1B5
(190,177,181)
#C8BDC0
(200,189,192)
#D2C9CB
(210,201,203)
#DCD5D6
(220,213,214)
#E6E1E1
(230,225,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C757E color. Also use rgb(140,117,126) instead hex code.

Text Font Color

.myTextColor { color: #8C757E; }

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

This text font color is #8C757E.

Background Color

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

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

This div background color is #8C757E.

Border color

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

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

This div border color is #8C757E.

Opacity

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

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

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

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

This text has shadow with #8C757E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C757E.

Preview

Color preview on black background

This text has color #8C757E on black background.


Color preview on white background

This text has color #8C757E on white background.


Black color preview on #8C757E background

This text has black color on #8C757E background.


White color preview on #8C757E background

This text has white color on #8C757E background.


Related colors

Complementary color

Complementary color for #hex is #738A81.


I love getcolorcode.com

Triadic colors

1 #7E8C75 and #757E8C with #8C757E are triadic colors.

2 #7E758C and #758C7E with #8C757E are triadic colors.