COLOR #8A7785

HEX: #8A7785 RGB: (138,119,133)

Color info

#8A7785 contains red, green and blue colors in about the same proportion. Web safe color of #8A7785 is #996699 (or #969).

RGB color model

#8A7785 color RGB value is (138,119,133).

RGB: (138,119,133) (54%, 47%, 52%)

RGB channels and saturation

R 138 of 255 = 54%
G 119 of 255 = 47%
B 133 of 255 = 52%

138
119
133

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

Portions of RGB colors in percentages

R + G + B = 138 + 119 + 133 = 390 (100%)
R 138 of 390 ~ 35.38%
G 119 of 390 ~ 30.51%
B 133 of 390 ~ 34.1'%

%35.38
%30.51
%34.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 3.62%
  • key color value is 45.88%
CMYK: (0,14,4,46) C0M14Y4K46 (0%,14%,4%,46%) (0.00/0.14/0.04/0.46) 

CMYK percentages

%0
%13.77
%3.62
%45.88

Codes

Color #8A7785 in popluar color models

8A 77 85
RGB 138 119 133
HSL 316° 7.51% 50.39%
HSB/HSV 316° 13.77% 54.12%
CMYK 0.00% 13.77% 3.62%
45.88%

Color #8A7785 in popluar number systems.

HEX 8A 77 85
Decimal 138 119 133
Binary 10001010 1110111 10000101
Octal 212 167 205

Shades and tints

Shades of #8A7785

#8A7785
(138,119,133)
#7E6D79
(126,109,121)
#72636D
(114,99,109)
#665961
(102,89,97)
#5A4F55
(90,79,85)
#4E4549
(78,69,73)
#423B3D
(66,59,61)
#363131
(54,49,49)
#2A2725
(42,39,37)
#1E1D19
(30,29,25)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #8A7785

#8A7785
(138,119,133)
#948390
(148,131,144)
#9E8F9B
(158,143,155)
#A89BA6
(168,155,166)
#B2A7B1
(178,167,177)
#BCB3BC
(188,179,188)
#C6BFC7
(198,191,199)
#D0CBD2
(208,203,210)
#DAD7DD
(218,215,221)
#E4E3E8
(228,227,232)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7785; }

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

This text font color is #8A7785.

Background Color

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

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

This div background color is #8A7785.

Border color

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

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

This div border color is #8A7785.

Opacity

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

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

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

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

This text has shadow with #8A7785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7785.

Preview

Color preview on black background

This text has color #8A7785 on black background.


Color preview on white background

This text has color #8A7785 on white background.


Black color preview on #8A7785 background

This text has black color on #8A7785 background.


White color preview on #8A7785 background

This text has white color on #8A7785 background.


Related colors

Complementary color

Complementary color for #hex is #75887A.


I love getcolorcode.com

Triadic colors

1 #858A77 and #77858A with #8A7785 are triadic colors.

2 #85778A and #778A85 with #8A7785 are triadic colors.