COLOR #8A7F6C

HEX: #8A7F6C RGB: (138,127,108)

Color info

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

RGB color model

#8A7F6C color RGB value is (138,127,108).

RGB: (138,127,108) (54%, 50%, 42%)

RGB channels and saturation

R 138 of 255 = 54%
G 127 of 255 = 50%
B 108 of 255 = 42%

138
127
108

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

Portions of RGB colors in percentages

R + G + B = 138 + 127 + 108 = 373 (100%)
R 138 of 373 ~ 37%
G 127 of 373 ~ 34.05%
B 108 of 373 ~ 28.95'%

%37
%34.05
%28.95

CMYK color model

#8A7F6C color CMYK value is (0,8,22,46).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 21.74%
  • key color value is 45.88%

CMYK: (0,8,22,46)
C0M8Y22K46 (0%, 8%, 22%, 46%)
(0.00 / 0.08 / 0.22 / 0.46)

CMYK percentages

%0
%7.97
%21.74
%45.88

Codes

Color #8A7F6C in popluar color models

8A 7F 6C
RGB 138 127 108
HSL 38° 12.20% 48.24%
HSB/HSV 38° 21.74% 54.12%
CMYK 0.00% 7.97% 21.74%
45.88%

Color #8A7F6C in popluar number systems.

HEX 8A 7F 6C
Decimal 138 127 108
Binary 10001010 1111111 1101100
Octal 212 177 154

Shades and tints

Shades of #8A7F6C

#8A7F6C
(138,127,108)
#7E7463
(126,116,99)
#72695A
(114,105,90)
#665E51
(102,94,81)
#5A5348
(90,83,72)
#4E483F
(78,72,63)
#423D36
(66,61,54)
#36322D
(54,50,45)
#2A2724
(42,39,36)
#1E1C1B
(30,28,27)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8A7F6C

#8A7F6C
(138,127,108)
#948A79
(148,138,121)
#9E9586
(158,149,134)
#A8A093
(168,160,147)
#B2ABA0
(178,171,160)
#BCB6AD
(188,182,173)
#C6C1BA
(198,193,186)
#D0CCC7
(208,204,199)
#DAD7D4
(218,215,212)
#E4E2E1
(228,226,225)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7F6C color. Also use rgb(138,127,108) instead hex code.

Text Font Color

.myTextColor { color: #8A7F6C; }

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

This text font color is #8A7F6C.

Background Color

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

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

This div background color is #8A7F6C.

Border color

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

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

This div border color is #8A7F6C.

Opacity

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

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

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

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

This text has shadow with #8A7F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7F6C.

Preview

Color preview on black background

This text has color #8A7F6C on black background.


Color preview on white background

This text has color #8A7F6C on white background.


Black color preview on #8A7F6C background

This text has black color on #8A7F6C background.


White color preview on #8A7F6C background

This text has white color on #8A7F6C background.


Related colors

Complementary color

Complementary color for #hex is #758093.


I love getcolorcode.com

Triadic colors

1 #6C8A7F and #7F6C8A with #8A7F6C are triadic colors.

2 #6C7F8A and #7F8A6C with #8A7F6C are triadic colors.