COLOR #8A765B

HEX: #8A765B RGB: (138,118,91)

Color info

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

RGB color model

#8A765B color RGB value is (138,118,91).

RGB: (138,118,91) (54%, 46%, 36%)

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 91 of 255 = 36%

138
118
91

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

Portions of RGB colors in percentages

R + G + B = 138 + 118 + 91 = 347 (100%)
R 138 of 347 ~ 39.77%
G 118 of 347 ~ 34.01%
B 91 of 347 ~ 26.22'%

%39.77
%34.01
%26.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 34.06%
  • key color value is 45.88%

CMYK: (0,14,34,46)
C0M14Y34K46 (0%, 14%, 34%, 46%)
(0.00 / 0.14 / 0.34 / 0.46)

CMYK percentages

%0
%14.49
%34.06
%45.88

Codes

Color #8A765B in popluar color models

8A 76 5B
RGB 138 118 91
HSL 34° 20.52% 44.90%
HSB/HSV 34° 34.06% 54.12%
CMYK 0.00% 14.49% 34.06%
45.88%

Color #8A765B in popluar number systems.

HEX 8A 76 5B
Decimal 138 118 91
Binary 10001010 1110110 1011011
Octal 212 166 133

Shades and tints

Shades of #8A765B

#8A765B
(138,118,91)
#7E6C53
(126,108,83)
#72624B
(114,98,75)
#665843
(102,88,67)
#5A4E3B
(90,78,59)
#4E4433
(78,68,51)
#423A2B
(66,58,43)
#363023
(54,48,35)
#2A261B
(42,38,27)
#1E1C13
(30,28,19)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #8A765B

#8A765B
(138,118,91)
#948269
(148,130,105)
#9E8E77
(158,142,119)
#A89A85
(168,154,133)
#B2A693
(178,166,147)
#BCB2A1
(188,178,161)
#C6BEAF
(198,190,175)
#D0CABD
(208,202,189)
#DAD6CB
(218,214,203)
#E4E2D9
(228,226,217)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A765B; }

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

This text font color is #8A765B.

Background Color

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

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

This div background color is #8A765B.

Border color

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

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

This div border color is #8A765B.

Opacity

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

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

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

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

This text has shadow with #8A765B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A765B.

Preview

Color preview on black background

This text has color #8A765B on black background.


Color preview on white background

This text has color #8A765B on white background.


Black color preview on #8A765B background

This text has black color on #8A765B background.


White color preview on #8A765B background

This text has white color on #8A765B background.


Related colors

Complementary color

Complementary color for #hex is #7589A4.


I love getcolorcode.com

Triadic colors

1 #5B8A76 and #765B8A with #8A765B are triadic colors.

2 #5B768A and #768A5B with #8A765B are triadic colors.