COLOR #8C7660

HEX: #8C7660 RGB: (140,118,96)

Color info

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

RGB color model

#8C7660 color RGB value is (140,118,96).

RGB: (140,118,96) (55%, 46%, 38%)

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 96 of 255 = 38%

140
118
96

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

Portions of RGB colors in percentages

R + G + B = 140 + 118 + 96 = 354 (100%)
R 140 of 354 ~ 39.55%
G 118 of 354 ~ 33.33%
B 96 of 354 ~ 27.12'%

%39.55
%33.33
%27.12

CMYK color model

#8C7660 color CMYK value is (0,16,31,45).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 31.43%
  • key color value is 45.10%

CMYK: (0,16,31,45)
C0M16Y31K45 (0%, 16%, 31%, 45%)
(0.00 / 0.16 / 0.31 / 0.45)

CMYK percentages

%0
%15.71
%31.43
%45.1

Codes

Color #8C7660 in popluar color models

8C 76 60
RGB 140 118 96
HSL 30° 18.64% 46.27%
HSB/HSV 30° 31.43% 54.90%
CMYK 0.00% 15.71% 31.43%
45.10%

Color #8C7660 in popluar number systems.

HEX 8C 76 60
Decimal 140 118 96
Binary 10001100 1110110 1100000
Octal 214 166 140

Shades and tints

Shades of #8C7660

#8C7660
(140,118,96)
#806C58
(128,108,88)
#746250
(116,98,80)
#685848
(104,88,72)
#5C4E40
(92,78,64)
#504438
(80,68,56)
#443A30
(68,58,48)
#383028
(56,48,40)
#2C2620
(44,38,32)
#201C18
(32,28,24)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #8C7660

#8C7660
(140,118,96)
#96826E
(150,130,110)
#A08E7C
(160,142,124)
#AA9A8A
(170,154,138)
#B4A698
(180,166,152)
#BEB2A6
(190,178,166)
#C8BEB4
(200,190,180)
#D2CAC2
(210,202,194)
#DCD6D0
(220,214,208)
#E6E2DE
(230,226,222)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7660 color. Also use rgb(140,118,96) instead hex code.

Text Font Color

.myTextColor { color: #8C7660; }

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

This text font color is #8C7660.

Background Color

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

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

This div background color is #8C7660.

Border color

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

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

This div border color is #8C7660.

Opacity

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

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

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

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

This text has shadow with #8C7660 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7660.

Preview

Color preview on black background

This text has color #8C7660 on black background.


Color preview on white background

This text has color #8C7660 on white background.


Black color preview on #8C7660 background

This text has black color on #8C7660 background.


White color preview on #8C7660 background

This text has white color on #8C7660 background.


Related colors

Complementary color

Complementary color for #hex is #73899F.


I love getcolorcode.com

Triadic colors

1 #608C76 and #76608C with #8C7660 are triadic colors.

2 #60768C and #768C60 with #8C7660 are triadic colors.