COLOR #8A7B76

HEX: #8A7B76
RGB: (138,123,118)

Color info

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

RGB color model

#8A7B76 color RGB value is (138,123,118).

  • red value is 138;
  • green value is 123;
  • blue value is 118.
RGB:
(138,123,118)
(54%,48%,46%)

RGB channels and saturation

R 138 of 255 = 54%
G 123 of 255 = 48%
B 118 of 255 = 46%

138
123
118

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

Portions of RGB colors in percentages

R + G + B =
138 + 123 + 118 = 379 (100%)
R 138 of 379 ~ 36.41%
G 123 of 379 ~ 32.45%
B 118 of 379 ~ 31.13%

%36.41
%32.45
%31.13

CMYK color model

#8A7B76 color CMYK value is (0,11,14,46).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 14.49%
  • key color value is 45.88%
CMYK:
(0,11,14,46)
C0M11Y14K46 
(0%,11%,14%,46%)
(0.00/0.11/0.14/0.46)	

CMYK percentages

%0
%10.87
%14.49
%45.88

Codes

Color #8A7B76 in popluar color models

8A7B76
RGB138123118
HSL15°7.87%50.20%
HSB/HSV15°14.49%54.12%
CMYK0.00%10.87%14.49%
45.88%

Color #8A7B76 in popluar number systems.

HEX8A7B76
Decimal138123118
Binary1000101011110111110110
Octal212173166

Shades and tints

Shades of #8A7B76

#8A7B76
(138,123,118)
#7E706C
(126,112,108)
#726562
(114,101,98)
#665A58
(102,90,88)
#5A4F4E
(90,79,78)
#4E4444
(78,68,68)
#42393A
(66,57,58)
#362E30
(54,46,48)
#2A2326
(42,35,38)
#1E181C
(30,24,28)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #8A7B76

#8A7B76
(138,123,118)
#948782
(148,135,130)
#9E938E
(158,147,142)
#A89F9A
(168,159,154)
#B2ABA6
(178,171,166)
#BCB7B2
(188,183,178)
#C6C3BE
(198,195,190)
#D0CFCA
(208,207,202)
#DADBD6
(218,219,214)
#E4E7E2
(228,231,226)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7B76; }

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

This text font color is #8A7B76.


Background Color

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

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

This div background color is #8A7B76.


Border color

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

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

This div border color is #8A7B76.


Opacity

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

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

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

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

This text has shadow with #8A7B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7B76 on black background.


Color preview on white background

This text has color #8A7B76 on white background.



Black color preview on #8A7B76 background

This text has black color on #8A7B76 background.


White color preview on #8A7B76 background

This text has white color on #8A7B76 background.