COLOR #8C7769

HEX: #8C7769 RGB: (140,119,105)

Color info

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

RGB color model

#8C7769 color RGB value is (140,119,105).

RGB: (140,119,105) (55%, 47%, 41%)

RGB channels and saturation

R 140 of 255 = 55%
G 119 of 255 = 47%
B 105 of 255 = 41%

140
119
105

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

Portions of RGB colors in percentages

R + G + B = 140 + 119 + 105 = 364 (100%)
R 140 of 364 ~ 38.46%
G 119 of 364 ~ 32.69%
B 105 of 364 ~ 28.85'%

%38.46
%32.69
%28.85

CMYK color model

#8C7769 color CMYK value is (0,15,25,45).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 25.00%
  • key color value is 45.10%

CMYK: (0,15,25,45)
C0M15Y25K45 (0%, 15%, 25%, 45%)
(0.00 / 0.15 / 0.25 / 0.45)

CMYK percentages

%0
%15
%25
%45.1

Codes

Color #8C7769 in popluar color models

8C 77 69
RGB 140 119 105
HSL 24° 14.29% 48.04%
HSB/HSV 24° 25.00% 54.90%
CMYK 0.00% 15.00% 25.00%
45.10%

Color #8C7769 in popluar number systems.

HEX 8C 77 69
Decimal 140 119 105
Binary 10001100 1110111 1101001
Octal 214 167 151

Shades and tints

Shades of #8C7769

#8C7769
(140,119,105)
#806D60
(128,109,96)
#746357
(116,99,87)
#68594E
(104,89,78)
#5C4F45
(92,79,69)
#50453C
(80,69,60)
#443B33
(68,59,51)
#38312A
(56,49,42)
#2C2721
(44,39,33)
#201D18
(32,29,24)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #8C7769

#8C7769
(140,119,105)
#968376
(150,131,118)
#A08F83
(160,143,131)
#AA9B90
(170,155,144)
#B4A79D
(180,167,157)
#BEB3AA
(190,179,170)
#C8BFB7
(200,191,183)
#D2CBC4
(210,203,196)
#DCD7D1
(220,215,209)
#E6E3DE
(230,227,222)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7769 color. Also use rgb(140,119,105) instead hex code.

Text Font Color

.myTextColor { color: #8C7769; }

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

This text font color is #8C7769.

Background Color

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

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

This div background color is #8C7769.

Border color

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

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

This div border color is #8C7769.

Opacity

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

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

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

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

This text has shadow with #8C7769 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7769.

Preview

Color preview on black background

This text has color #8C7769 on black background.


Color preview on white background

This text has color #8C7769 on white background.


Black color preview on #8C7769 background

This text has black color on #8C7769 background.


White color preview on #8C7769 background

This text has white color on #8C7769 background.


Related colors

Complementary color

Complementary color for #hex is #738896.


I love getcolorcode.com

Triadic colors

1 #698C77 and #77698C with #8C7769 are triadic colors.

2 #69778C and #778C69 with #8C7769 are triadic colors.