COLOR #8C779F

HEX: #8C779F RGB: (140,119,159)

Color info

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

RGB color model

#8C779F color RGB value is (140,119,159).

RGB: (140,119,159) (55%, 47%, 62%)

RGB channels and saturation

R 140 of 255 = 55%
G 119 of 255 = 47%
B 159 of 255 = 62%

140
119
159

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

Portions of RGB colors in percentages

R + G + B = 140 + 119 + 159 = 418 (100%)
R 140 of 418 ~ 33.49%
G 119 of 418 ~ 28.47%
B 159 of 418 ~ 38.04'%

%33.49
%28.47
%38.04

CMYK color model

#8C779F color CMYK value is (12,25,0,38).

  • cyan value is 11.95%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (12,25,0,38)
C12M25Y0K38 (12%, 25%, 0%, 38%)
(0.12 / 0.25 / 0.00 / 0.38)

CMYK percentages

%11.95
%25.16
%0
%37.65

Codes

Color #8C779F in popluar color models

8C 77 9F
RGB 140 119 159
HSL 272° 17.24% 54.51%
HSB/HSV 272° 25.16% 62.35%
CMYK 11.95% 25.16% 0.00%
37.65%

Color #8C779F in popluar number systems.

HEX 8C 77 9F
Decimal 140 119 159
Binary 10001100 1110111 10011111
Octal 214 167 237

Shades and tints

Shades of #8C779F

#8C779F
(140,119,159)
#806D91
(128,109,145)
#746383
(116,99,131)
#685975
(104,89,117)
#5C4F67
(92,79,103)
#504559
(80,69,89)
#443B4B
(68,59,75)
#38313D
(56,49,61)
#2C272F
(44,39,47)
#201D21
(32,29,33)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8C779F

#8C779F
(140,119,159)
#9683A7
(150,131,167)
#A08FAF
(160,143,175)
#AA9BB7
(170,155,183)
#B4A7BF
(180,167,191)
#BEB3C7
(190,179,199)
#C8BFCF
(200,191,207)
#D2CBD7
(210,203,215)
#DCD7DF
(220,215,223)
#E6E3E7
(230,227,231)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C779F; }

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

This text font color is #8C779F.

Background Color

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

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

This div background color is #8C779F.

Border color

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

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

This div border color is #8C779F.

Opacity

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

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

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

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

This text has shadow with #8C779F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C779F.

Preview

Color preview on black background

This text has color #8C779F on black background.


Color preview on white background

This text has color #8C779F on white background.


Black color preview on #8C779F background

This text has black color on #8C779F background.


White color preview on #8C779F background

This text has white color on #8C779F background.


Related colors

Complementary color

Complementary color for #hex is #738860.


I love getcolorcode.com

Triadic colors

1 #9F8C77 and #779F8C with #8C779F are triadic colors.

2 #9F778C and #778C9F with #8C779F are triadic colors.