COLOR #8C6A7A

HEX: #8C6A7A RGB: (140,106,122)

Color info

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

RGB color model

#8C6A7A color RGB value is (140,106,122).

RGB: (140,106,122) (55%, 42%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 106 of 255 = 42%
B 122 of 255 = 48%

140
106
122

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

Portions of RGB colors in percentages

R + G + B = 140 + 106 + 122 = 368 (100%)
R 140 of 368 ~ 38.04%
G 106 of 368 ~ 28.8%
B 122 of 368 ~ 33.15'%

%38.04
%28.8
%33.15

CMYK color model

#8C6A7A color CMYK value is (0,24,13,45).

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

CMYK: (0,24,13,45)
C0M24Y13K45 (0%, 24%, 13%, 45%)
(0.00 / 0.24 / 0.13 / 0.45)

CMYK percentages

%0
%24.29
%12.86
%45.1

Codes

Color #8C6A7A in popluar color models

8C 6A 7A
RGB 140 106 122
HSL 332° 13.82% 48.24%
HSB/HSV 332° 24.29% 54.90%
CMYK 0.00% 24.29% 12.86%
45.10%

Color #8C6A7A in popluar number systems.

HEX 8C 6A 7A
Decimal 140 106 122
Binary 10001100 1101010 1111010
Octal 214 152 172

Shades and tints

Shades of #8C6A7A

#8C6A7A
(140,106,122)
#80616F
(128,97,111)
#745864
(116,88,100)
#684F59
(104,79,89)
#5C464E
(92,70,78)
#503D43
(80,61,67)
#443438
(68,52,56)
#382B2D
(56,43,45)
#2C2222
(44,34,34)
#201917
(32,25,23)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #8C6A7A

#8C6A7A
(140,106,122)
#967786
(150,119,134)
#A08492
(160,132,146)
#AA919E
(170,145,158)
#B49EAA
(180,158,170)
#BEABB6
(190,171,182)
#C8B8C2
(200,184,194)
#D2C5CE
(210,197,206)
#DCD2DA
(220,210,218)
#E6DFE6
(230,223,230)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6A7A; }

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

This text font color is #8C6A7A.

Background Color

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

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

This div background color is #8C6A7A.

Border color

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

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

This div border color is #8C6A7A.

Opacity

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

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

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

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

This text has shadow with #8C6A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6A7A.

Preview

Color preview on black background

This text has color #8C6A7A on black background.


Color preview on white background

This text has color #8C6A7A on white background.


Black color preview on #8C6A7A background

This text has black color on #8C6A7A background.


White color preview on #8C6A7A background

This text has white color on #8C6A7A background.


Related colors

Complementary color

Complementary color for #hex is #739585.


I love getcolorcode.com

Triadic colors

1 #7A8C6A and #6A7A8C with #8C6A7A are triadic colors.

2 #7A6A8C and #6A8C7A with #8C6A7A are triadic colors.