COLOR #8A7376

HEX: #8A7376 RGB: (138,115,118)

Color info

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

RGB color model

#8A7376 color RGB value is (138,115,118).

RGB: (138,115,118) (54%, 45%, 46%)

RGB channels and saturation

R 138 of 255 = 54%
G 115 of 255 = 45%
B 118 of 255 = 46%

138
115
118

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

Portions of RGB colors in percentages

R + G + B = 138 + 115 + 118 = 371 (100%)
R 138 of 371 ~ 37.2%
G 115 of 371 ~ 31%
B 118 of 371 ~ 31.81'%

%37.2
%31
%31.81

CMYK color model

#8A7376 color CMYK value is (0,17,14,46).

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

CMYK: (0,17,14,46)
C0M17Y14K46 (0%, 17%, 14%, 46%)
(0.00 / 0.17 / 0.14 / 0.46)

CMYK percentages

%0
%16.67
%14.49
%45.88

Codes

Color #8A7376 in popluar color models

8A 73 76
RGB 138 115 118
HSL 352° 9.09% 49.61%
HSB/HSV 352° 16.67% 54.12%
CMYK 0.00% 16.67% 14.49%
45.88%

Color #8A7376 in popluar number systems.

HEX 8A 73 76
Decimal 138 115 118
Binary 10001010 1110011 1110110
Octal 212 163 166

Shades and tints

Shades of #8A7376

#8A7376
(138,115,118)
#7E696C
(126,105,108)
#725F62
(114,95,98)
#665558
(102,85,88)
#5A4B4E
(90,75,78)
#4E4144
(78,65,68)
#42373A
(66,55,58)
#362D30
(54,45,48)
#2A2326
(42,35,38)
#1E191C
(30,25,28)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #8A7376

#8A7376
(138,115,118)
#947F82
(148,127,130)
#9E8B8E
(158,139,142)
#A8979A
(168,151,154)
#B2A3A6
(178,163,166)
#BCAFB2
(188,175,178)
#C6BBBE
(198,187,190)
#D0C7CA
(208,199,202)
#DAD3D6
(218,211,214)
#E4DFE2
(228,223,226)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7376; }

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

This text font color is #8A7376.

Background Color

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

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

This div background color is #8A7376.

Border color

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

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

This div border color is #8A7376.

Opacity

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

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

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

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

This text has shadow with #8A7376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7376.

Preview

Color preview on black background

This text has color #8A7376 on black background.


Color preview on white background

This text has color #8A7376 on white background.


Black color preview on #8A7376 background

This text has black color on #8A7376 background.


White color preview on #8A7376 background

This text has white color on #8A7376 background.


Related colors

Complementary color

Complementary color for #hex is #758C89.


I love getcolorcode.com

Triadic colors

1 #768A73 and #73768A with #8A7376 are triadic colors.

2 #76738A and #738A76 with #8A7376 are triadic colors.