COLOR #8C729F

HEX: #8C729F RGB: (140,114,159)

Color info

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

RGB color model

#8C729F color RGB value is (140,114,159).

RGB: (140,114,159) (55%, 45%, 62%)

RGB channels and saturation

R 140 of 255 = 55%
G 114 of 255 = 45%
B 159 of 255 = 62%

140
114
159

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

Portions of RGB colors in percentages

R + G + B = 140 + 114 + 159 = 413 (100%)
R 140 of 413 ~ 33.9%
G 114 of 413 ~ 27.6%
B 159 of 413 ~ 38.5'%

%33.9
%27.6
%38.5

CMYK color model

#8C729F color CMYK value is (12,28,0,38).

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

CMYK: (12,28,0,38)
C12M28Y0K38 (12%, 28%, 0%, 38%)
(0.12 / 0.28 / 0.00 / 0.38)

CMYK percentages

%11.95
%28.3
%0
%37.65

Codes

Color #8C729F in popluar color models

8C 72 9F
RGB 140 114 159
HSL 275° 18.99% 53.53%
HSB/HSV 275° 28.30% 62.35%
CMYK 11.95% 28.30% 0.00%
37.65%

Color #8C729F in popluar number systems.

HEX 8C 72 9F
Decimal 140 114 159
Binary 10001100 1110010 10011111
Octal 214 162 237

Shades and tints

Shades of #8C729F

#8C729F
(140,114,159)
#806891
(128,104,145)
#745E83
(116,94,131)
#685475
(104,84,117)
#5C4A67
(92,74,103)
#504059
(80,64,89)
#44364B
(68,54,75)
#382C3D
(56,44,61)
#2C222F
(44,34,47)
#201821
(32,24,33)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #8C729F

#8C729F
(140,114,159)
#967EA7
(150,126,167)
#A08AAF
(160,138,175)
#AA96B7
(170,150,183)
#B4A2BF
(180,162,191)
#BEAEC7
(190,174,199)
#C8BACF
(200,186,207)
#D2C6D7
(210,198,215)
#DCD2DF
(220,210,223)
#E6DEE7
(230,222,231)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C729F; }

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

This text font color is #8C729F.

Background Color

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

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

This div background color is #8C729F.

Border color

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

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

This div border color is #8C729F.

Opacity

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

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

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

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

This text has shadow with #8C729F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C729F.

Preview

Color preview on black background

This text has color #8C729F on black background.


Color preview on white background

This text has color #8C729F on white background.


Black color preview on #8C729F background

This text has black color on #8C729F background.


White color preview on #8C729F background

This text has white color on #8C729F background.


Related colors

Complementary color

Complementary color for #hex is #738D60.


I love getcolorcode.com

Triadic colors

1 #9F8C72 and #729F8C with #8C729F are triadic colors.

2 #9F728C and #728C9F with #8C729F are triadic colors.