COLOR #8A7677

HEX: #8A7677 RGB: (138,118,119)

Color info

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

RGB color model

#8A7677 color RGB value is (138,118,119).

RGB: (138,118,119) (54%, 46%, 47%)

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 119 of 255 = 47%

138
118
119

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

Portions of RGB colors in percentages

R + G + B = 138 + 118 + 119 = 375 (100%)
R 138 of 375 ~ 36.8%
G 118 of 375 ~ 31.47%
B 119 of 375 ~ 31.73'%

%36.8
%31.47
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 13.77%
  • key color value is 45.88%
CMYK: (0,14,14,46) C0M14Y14K46 (0%,14%,14%,46%) (0.00/0.14/0.14/0.46) 

CMYK percentages

%0
%14.49
%13.77
%45.88

Codes

Color #8A7677 in popluar color models

8A 76 77
RGB 138 118 119
HSL 357° 7.87% 50.20%
HSB/HSV 357° 14.49% 54.12%
CMYK 0.00% 14.49% 13.77%
45.88%

Color #8A7677 in popluar number systems.

HEX 8A 76 77
Decimal 138 118 119
Binary 10001010 1110110 1110111
Octal 212 166 167

Shades and tints

Shades of #8A7677

#8A7677
(138,118,119)
#7E6C6D
(126,108,109)
#726263
(114,98,99)
#665859
(102,88,89)
#5A4E4F
(90,78,79)
#4E4445
(78,68,69)
#423A3B
(66,58,59)
#363031
(54,48,49)
#2A2627
(42,38,39)
#1E1C1D
(30,28,29)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #8A7677

#8A7677
(138,118,119)
#948283
(148,130,131)
#9E8E8F
(158,142,143)
#A89A9B
(168,154,155)
#B2A6A7
(178,166,167)
#BCB2B3
(188,178,179)
#C6BEBF
(198,190,191)
#D0CACB
(208,202,203)
#DAD6D7
(218,214,215)
#E4E2E3
(228,226,227)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7677; }

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

This text font color is #8A7677.

Background Color

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

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

This div background color is #8A7677.

Border color

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

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

This div border color is #8A7677.

Opacity

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

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

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

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

This text has shadow with #8A7677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7677.

Preview

Color preview on black background

This text has color #8A7677 on black background.


Color preview on white background

This text has color #8A7677 on white background.


Black color preview on #8A7677 background

This text has black color on #8A7677 background.


White color preview on #8A7677 background

This text has white color on #8A7677 background.


Related colors

Complementary color

Complementary color for #hex is #758988.


I love getcolorcode.com

Triadic colors

1 #778A76 and #76778A with #8A7677 are triadic colors.

2 #77768A and #768A77 with #8A7677 are triadic colors.