COLOR #8C7664

HEX: #8C7664 RGB: (140,118,100)

Color info

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

RGB color model

#8C7664 color RGB value is (140,118,100).

RGB: (140,118,100) (55%, 46%, 39%)

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 100 of 255 = 39%

140
118
100

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

Portions of RGB colors in percentages

R + G + B = 140 + 118 + 100 = 358 (100%)
R 140 of 358 ~ 39.11%
G 118 of 358 ~ 32.96%
B 100 of 358 ~ 27.93'%

%39.11
%32.96
%27.93

CMYK color model

#8C7664 color CMYK value is (0,16,29,45).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 28.57%
  • key color value is 45.10%
CMYK: (0,16,29,45) C0M16Y29K45 (0%,16%,29%,45%) (0.00/0.16/0.29/0.45) 

CMYK percentages

%0
%15.71
%28.57
%45.1

Codes

Color #8C7664 in popluar color models

8C 76 64
RGB 140 118 100
HSL 27° 16.67% 47.06%
HSB/HSV 27° 28.57% 54.90%
CMYK 0.00% 15.71% 28.57%
45.10%

Color #8C7664 in popluar number systems.

HEX 8C 76 64
Decimal 140 118 100
Binary 10001100 1110110 1100100
Octal 214 166 144

Shades and tints

Shades of #8C7664

#8C7664
(140,118,100)
#806C5B
(128,108,91)
#746252
(116,98,82)
#685849
(104,88,73)
#5C4E40
(92,78,64)
#504437
(80,68,55)
#443A2E
(68,58,46)
#383025
(56,48,37)
#2C261C
(44,38,28)
#201C13
(32,28,19)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #8C7664

#8C7664
(140,118,100)
#968272
(150,130,114)
#A08E80
(160,142,128)
#AA9A8E
(170,154,142)
#B4A69C
(180,166,156)
#BEB2AA
(190,178,170)
#C8BEB8
(200,190,184)
#D2CAC6
(210,202,198)
#DCD6D4
(220,214,212)
#E6E2E2
(230,226,226)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7664; }

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

This text font color is #8C7664.

Background Color

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

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

This div background color is #8C7664.

Border color

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

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

This div border color is #8C7664.

Opacity

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

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

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

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

This text has shadow with #8C7664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7664.

Preview

Color preview on black background

This text has color #8C7664 on black background.


Color preview on white background

This text has color #8C7664 on white background.


Black color preview on #8C7664 background

This text has black color on #8C7664 background.


White color preview on #8C7664 background

This text has white color on #8C7664 background.


Related colors

Complementary color

Complementary color for #hex is #73899B.


I love getcolorcode.com

Triadic colors

1 #648C76 and #76648C with #8C7664 are triadic colors.

2 #64768C and #768C64 with #8C7664 are triadic colors.