COLOR #8C7F8A

HEX: #8C7F8A RGB: (140,127,138)

Color info

#8C7F8A contains red, green and blue colors in about the same proportion. Web safe color of #8C7F8A is #996699 (or #969).

RGB color model

#8C7F8A color RGB value is (140,127,138).

RGB: (140,127,138) (55%, 50%, 54%)

RGB channels and saturation

R 140 of 255 = 55%
G 127 of 255 = 50%
B 138 of 255 = 54%

140
127
138

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

Portions of RGB colors in percentages

R + G + B = 140 + 127 + 138 = 405 (100%)
R 140 of 405 ~ 34.57%
G 127 of 405 ~ 31.36%
B 138 of 405 ~ 34.07'%

%34.57
%31.36
%34.07

CMYK color model

#8C7F8A color CMYK value is (0,9,1,45).

  • cyan value is 0.00%
  • magenta value is 9.29%
  • yellow value is 1.43%
  • key color value is 45.10%

CMYK: (0,9,1,45)
C0M9Y1K45 (0%, 9%, 1%, 45%)
(0.00 / 0.09 / 0.01 / 0.45)

CMYK percentages

%0
%9.29
%1.43
%45.1

Codes

Color #8C7F8A in popluar color models

8C 7F 8A
RGB 140 127 138
HSL 309° 5.35% 52.35%
HSB/HSV 309° 9.29% 54.90%
CMYK 0.00% 9.29% 1.43%
45.10%

Color #8C7F8A in popluar number systems.

HEX 8C 7F 8A
Decimal 140 127 138
Binary 10001100 1111111 10001010
Octal 214 177 212

Shades and tints

Shades of #8C7F8A

#8C7F8A
(140,127,138)
#80747E
(128,116,126)
#746972
(116,105,114)
#685E66
(104,94,102)
#5C535A
(92,83,90)
#50484E
(80,72,78)
#443D42
(68,61,66)
#383236
(56,50,54)
#2C272A
(44,39,42)
#201C1E
(32,28,30)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #8C7F8A

#8C7F8A
(140,127,138)
#968A94
(150,138,148)
#A0959E
(160,149,158)
#AAA0A8
(170,160,168)
#B4ABB2
(180,171,178)
#BEB6BC
(190,182,188)
#C8C1C6
(200,193,198)
#D2CCD0
(210,204,208)
#DCD7DA
(220,215,218)
#E6E2E4
(230,226,228)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7F8A color. Also use rgb(140,127,138) instead hex code.

Text Font Color

.myTextColor { color: #8C7F8A; }

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

This text font color is #8C7F8A.

Background Color

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

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

This div background color is #8C7F8A.

Border color

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

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

This div border color is #8C7F8A.

Opacity

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

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

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

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

This text has shadow with #8C7F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7F8A.

Preview

Color preview on black background

This text has color #8C7F8A on black background.


Color preview on white background

This text has color #8C7F8A on white background.


Black color preview on #8C7F8A background

This text has black color on #8C7F8A background.


White color preview on #8C7F8A background

This text has white color on #8C7F8A background.


Related colors

Complementary color

Complementary color for #hex is #738075.


I love getcolorcode.com

Triadic colors

1 #8A8C7F and #7F8A8C with #8C7F8A are triadic colors.

2 #8A7F8C and #7F8C8A with #8C7F8A are triadic colors.