COLOR #8C627A

HEX: #8C627A RGB: (140,98,122)

Color info

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

RGB color model

#8C627A color RGB value is (140,98,122).

RGB: (140,98,122) (55%, 38%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 98 of 255 = 38%
B 122 of 255 = 48%

140
98
122

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

Portions of RGB colors in percentages

R + G + B = 140 + 98 + 122 = 360 (100%)
R 140 of 360 ~ 38.89%
G 98 of 360 ~ 27.22%
B 122 of 360 ~ 33.89'%

%38.89
%27.22
%33.89

CMYK color model

#8C627A color CMYK value is (0,30,13,45).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 12.86%
  • key color value is 45.10%

CMYK: (0,30,13,45)
C0M30Y13K45 (0%, 30%, 13%, 45%)
(0.00 / 0.30 / 0.13 / 0.45)

CMYK percentages

%0
%30
%12.86
%45.1

Codes

Color #8C627A in popluar color models

8C 62 7A
RGB 140 98 122
HSL 326° 17.65% 46.67%
HSB/HSV 326° 30.00% 54.90%
CMYK 0.00% 30.00% 12.86%
45.10%

Color #8C627A in popluar number systems.

HEX 8C 62 7A
Decimal 140 98 122
Binary 10001100 1100010 1111010
Octal 214 142 172

Shades and tints

Shades of #8C627A

#8C627A
(140,98,122)
#805A6F
(128,90,111)
#745264
(116,82,100)
#684A59
(104,74,89)
#5C424E
(92,66,78)
#503A43
(80,58,67)
#443238
(68,50,56)
#382A2D
(56,42,45)
#2C2222
(44,34,34)
#201A17
(32,26,23)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #8C627A

#8C627A
(140,98,122)
#967086
(150,112,134)
#A07E92
(160,126,146)
#AA8C9E
(170,140,158)
#B49AAA
(180,154,170)
#BEA8B6
(190,168,182)
#C8B6C2
(200,182,194)
#D2C4CE
(210,196,206)
#DCD2DA
(220,210,218)
#E6E0E6
(230,224,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C627A color. Also use rgb(140,98,122) instead hex code.

Text Font Color

.myTextColor { color: #8C627A; }

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

This text font color is #8C627A.

Background Color

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

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

This div background color is #8C627A.

Border color

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

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

This div border color is #8C627A.

Opacity

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

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

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

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

This text has shadow with #8C627A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C627A.

Preview

Color preview on black background

This text has color #8C627A on black background.


Color preview on white background

This text has color #8C627A on white background.


Black color preview on #8C627A background

This text has black color on #8C627A background.


White color preview on #8C627A background

This text has white color on #8C627A background.


Related colors

Complementary color

Complementary color for #hex is #739D85.


I love getcolorcode.com

Triadic colors

1 #7A8C62 and #627A8C with #8C627A are triadic colors.

2 #7A628C and #628C7A with #8C627A are triadic colors.