COLOR #8C765B

HEX: #8C765B RGB: (140,118,91)

Color info

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

RGB color model

#8C765B color RGB value is (140,118,91).

RGB: (140,118,91) (55%, 46%, 36%)

RGB channels and saturation

R 140 of 255 = 55%
G 118 of 255 = 46%
B 91 of 255 = 36%

140
118
91

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

Portions of RGB colors in percentages

R + G + B = 140 + 118 + 91 = 349 (100%)
R 140 of 349 ~ 40.11%
G 118 of 349 ~ 33.81%
B 91 of 349 ~ 26.07'%

%40.11
%33.81
%26.07

CMYK color model

#8C765B color CMYK value is (0,16,35,45).

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

CMYK: (0,16,35,45)
C0M16Y35K45 (0%, 16%, 35%, 45%)
(0.00 / 0.16 / 0.35 / 0.45)

CMYK percentages

%0
%15.71
%35
%45.1

Codes

Color #8C765B in popluar color models

8C 76 5B
RGB 140 118 91
HSL 33° 21.21% 45.29%
HSB/HSV 33° 35.00% 54.90%
CMYK 0.00% 15.71% 35.00%
45.10%

Color #8C765B in popluar number systems.

HEX 8C 76 5B
Decimal 140 118 91
Binary 10001100 1110110 1011011
Octal 214 166 133

Shades and tints

Shades of #8C765B

#8C765B
(140,118,91)
#806C53
(128,108,83)
#74624B
(116,98,75)
#685843
(104,88,67)
#5C4E3B
(92,78,59)
#504433
(80,68,51)
#443A2B
(68,58,43)
#383023
(56,48,35)
#2C261B
(44,38,27)
#201C13
(32,28,19)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #8C765B

#8C765B
(140,118,91)
#968269
(150,130,105)
#A08E77
(160,142,119)
#AA9A85
(170,154,133)
#B4A693
(180,166,147)
#BEB2A1
(190,178,161)
#C8BEAF
(200,190,175)
#D2CABD
(210,202,189)
#DCD6CB
(220,214,203)
#E6E2D9
(230,226,217)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C765B; }

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

This text font color is #8C765B.

Background Color

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

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

This div background color is #8C765B.

Border color

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

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

This div border color is #8C765B.

Opacity

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

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

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

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

This text has shadow with #8C765B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C765B.

Preview

Color preview on black background

This text has color #8C765B on black background.


Color preview on white background

This text has color #8C765B on white background.


Black color preview on #8C765B background

This text has black color on #8C765B background.


White color preview on #8C765B background

This text has white color on #8C765B background.


Related colors

Complementary color

Complementary color for #hex is #7389A4.


I love getcolorcode.com

Triadic colors

1 #5B8C76 and #765B8C with #8C765B are triadic colors.

2 #5B768C and #768C5B with #8C765B are triadic colors.