COLOR #8A6775

HEX: #8A6775 RGB: (138,103,117)

Color info

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

RGB color model

#8A6775 color RGB value is (138,103,117).

RGB: (138,103,117) (54%, 40%, 46%)

RGB channels and saturation

R 138 of 255 = 54%
G 103 of 255 = 40%
B 117 of 255 = 46%

138
103
117

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

Portions of RGB colors in percentages

R + G + B = 138 + 103 + 117 = 358 (100%)
R 138 of 358 ~ 38.55%
G 103 of 358 ~ 28.77%
B 117 of 358 ~ 32.68'%

%38.55
%28.77
%32.68

CMYK color model

#8A6775 color CMYK value is (0,25,15,46).

  • cyan value is 0.00%
  • magenta value is 25.36%
  • yellow value is 15.22%
  • key color value is 45.88%

CMYK: (0,25,15,46)
C0M25Y15K46 (0%, 25%, 15%, 46%)
(0.00 / 0.25 / 0.15 / 0.46)

CMYK percentages

%0
%25.36
%15.22
%45.88

Codes

Color #8A6775 in popluar color models

8A 67 75
RGB 138 103 117
HSL 336° 14.52% 47.25%
HSB/HSV 336° 25.36% 54.12%
CMYK 0.00% 25.36% 15.22%
45.88%

Color #8A6775 in popluar number systems.

HEX 8A 67 75
Decimal 138 103 117
Binary 10001010 1100111 1110101
Octal 212 147 165

Shades and tints

Shades of #8A6775

#8A6775
(138,103,117)
#7E5E6B
(126,94,107)
#725561
(114,85,97)
#664C57
(102,76,87)
#5A434D
(90,67,77)
#4E3A43
(78,58,67)
#423139
(66,49,57)
#36282F
(54,40,47)
#2A1F25
(42,31,37)
#1E161B
(30,22,27)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #8A6775

#8A6775
(138,103,117)
#947481
(148,116,129)
#9E818D
(158,129,141)
#A88E99
(168,142,153)
#B29BA5
(178,155,165)
#BCA8B1
(188,168,177)
#C6B5BD
(198,181,189)
#D0C2C9
(208,194,201)
#DACFD5
(218,207,213)
#E4DCE1
(228,220,225)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6775 color. Also use rgb(138,103,117) instead hex code.

Text Font Color

.myTextColor { color: #8A6775; }

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

This text font color is #8A6775.

Background Color

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

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

This div background color is #8A6775.

Border color

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

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

This div border color is #8A6775.

Opacity

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

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

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

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

This text has shadow with #8A6775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A6775.

Preview

Color preview on black background

This text has color #8A6775 on black background.


Color preview on white background

This text has color #8A6775 on white background.


Black color preview on #8A6775 background

This text has black color on #8A6775 background.


White color preview on #8A6775 background

This text has white color on #8A6775 background.


Related colors

Complementary color

Complementary color for #hex is #75988A.


I love getcolorcode.com

Triadic colors

1 #758A67 and #67758A with #8A6775 are triadic colors.

2 #75678A and #678A75 with #8A6775 are triadic colors.