COLOR #8A766F

HEX: #8A766F RGB: (138,118,111)

Color info

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

RGB color model

#8A766F color RGB value is (138,118,111).

RGB: (138,118,111) (54%, 46%, 44%)

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 111 of 255 = 44%

138
118
111

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

Portions of RGB colors in percentages

R + G + B = 138 + 118 + 111 = 367 (100%)
R 138 of 367 ~ 37.6%
G 118 of 367 ~ 32.15%
B 111 of 367 ~ 30.25'%

%37.6
%32.15
%30.25

CMYK color model

#8A766F color CMYK value is (0,14,20,46).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 19.57%
  • key color value is 45.88%

CMYK: (0,14,20,46)
C0M14Y20K46 (0%, 14%, 20%, 46%)
(0.00 / 0.14 / 0.20 / 0.46)

CMYK percentages

%0
%14.49
%19.57
%45.88

Codes

Color #8A766F in popluar color models

8A 76 6F
RGB 138 118 111
HSL 16° 10.84% 48.82%
HSB/HSV 16° 19.57% 54.12%
CMYK 0.00% 14.49% 19.57%
45.88%

Color #8A766F in popluar number systems.

HEX 8A 76 6F
Decimal 138 118 111
Binary 10001010 1110110 1101111
Octal 212 166 157

Shades and tints

Shades of #8A766F

#8A766F
(138,118,111)
#7E6C65
(126,108,101)
#72625B
(114,98,91)
#665851
(102,88,81)
#5A4E47
(90,78,71)
#4E443D
(78,68,61)
#423A33
(66,58,51)
#363029
(54,48,41)
#2A261F
(42,38,31)
#1E1C15
(30,28,21)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #8A766F

#8A766F
(138,118,111)
#94827C
(148,130,124)
#9E8E89
(158,142,137)
#A89A96
(168,154,150)
#B2A6A3
(178,166,163)
#BCB2B0
(188,178,176)
#C6BEBD
(198,190,189)
#D0CACA
(208,202,202)
#DAD6D7
(218,214,215)
#E4E2E4
(228,226,228)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A766F color. Also use rgb(138,118,111) instead hex code.

Text Font Color

.myTextColor { color: #8A766F; }

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

This text font color is #8A766F.

Background Color

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

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

This div background color is #8A766F.

Border color

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

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

This div border color is #8A766F.

Opacity

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

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

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

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

This text has shadow with #8A766F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A766F.

Preview

Color preview on black background

This text has color #8A766F on black background.


Color preview on white background

This text has color #8A766F on white background.


Black color preview on #8A766F background

This text has black color on #8A766F background.


White color preview on #8A766F background

This text has white color on #8A766F background.


Related colors

Complementary color

Complementary color for #hex is #758990.


I love getcolorcode.com

Triadic colors

1 #6F8A76 and #766F8A with #8A766F are triadic colors.

2 #6F768A and #768A6F with #8A766F are triadic colors.