COLOR #8A7877

HEX: #8A7877 RGB: (138,120,119)

Color info

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

RGB color model

#8A7877 color RGB value is (138,120,119).

RGB: (138,120,119) (54%, 47%, 47%)

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 119 of 255 = 47%

138
120
119

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

Portions of RGB colors in percentages

R + G + B = 138 + 120 + 119 = 377 (100%)
R 138 of 377 ~ 36.6%
G 120 of 377 ~ 31.83%
B 119 of 377 ~ 31.56'%

%36.6
%31.83
%31.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 13.77%
  • key color value is 45.88%

CMYK: (0,13,14,46)
C0M13Y14K46 (0%, 13%, 14%, 46%)
(0.00 / 0.13 / 0.14 / 0.46)

CMYK percentages

%0
%13.04
%13.77
%45.88

Codes

Color #8A7877 in popluar color models

8A 78 77
RGB 138 120 119
HSL 7.51% 50.39%
HSB/HSV 13.77% 54.12%
CMYK 0.00% 13.04% 13.77%
45.88%

Color #8A7877 in popluar number systems.

HEX 8A 78 77
Decimal 138 120 119
Binary 10001010 1111000 1110111
Octal 212 170 167

Shades and tints

Shades of #8A7877

#8A7877
(138,120,119)
#7E6E6D
(126,110,109)
#726463
(114,100,99)
#665A59
(102,90,89)
#5A504F
(90,80,79)
#4E4645
(78,70,69)
#423C3B
(66,60,59)
#363231
(54,50,49)
#2A2827
(42,40,39)
#1E1E1D
(30,30,29)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #8A7877

#8A7877
(138,120,119)
#948483
(148,132,131)
#9E908F
(158,144,143)
#A89C9B
(168,156,155)
#B2A8A7
(178,168,167)
#BCB4B3
(188,180,179)
#C6C0BF
(198,192,191)
#D0CCCB
(208,204,203)
#DAD8D7
(218,216,215)
#E4E4E3
(228,228,227)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7877; }

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

This text font color is #8A7877.

Background Color

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

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

This div background color is #8A7877.

Border color

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

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

This div border color is #8A7877.

Opacity

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

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

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

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

This text has shadow with #8A7877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7877.

Preview

Color preview on black background

This text has color #8A7877 on black background.


Color preview on white background

This text has color #8A7877 on white background.


Black color preview on #8A7877 background

This text has black color on #8A7877 background.


White color preview on #8A7877 background

This text has white color on #8A7877 background.


Related colors

Complementary color

Complementary color for #hex is #758788.


I love getcolorcode.com

Triadic colors

1 #778A78 and #78778A with #8A7877 are triadic colors.

2 #77788A and #788A77 with #8A7877 are triadic colors.