COLOR #8A7B75

HEX: #8A7B75
RGB: (138,123,117)

Color info

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

RGB color model

#8A7B75 color RGB value is (138,123,117).

  • red value is 138;
  • green value is 123;
  • blue value is 117.
RGB:
(138,123,117)
(54%,48%,46%)

RGB channels and saturation

R 138 of 255 = 54%
G 123 of 255 = 48%
B 117 of 255 = 46%

138
123
117

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

Portions of RGB colors in percentages

R + G + B =
138 + 123 + 117 = 378 (100%)
R 138 of 378 ~ 36.51%
G 123 of 378 ~ 32.54%
B 117 of 378 ~ 30.95%

%36.51
%32.54
%30.95

CMYK color model

#8A7B75 color CMYK value is (0,11,15,46).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 15.22%
  • key color value is 45.88%
CMYK:
(0,11,15,46)
C0M11Y15K46 
(0%,11%,15%,46%)
(0.00/0.11/0.15/0.46)	

CMYK percentages

%0
%10.87
%15.22
%45.88

Codes

Color #8A7B75 in popluar color models

8A7B75
RGB138123117
HSL17°8.24%50.00%
HSB/HSV17°15.22%54.12%
CMYK0.00%10.87%15.22%
45.88%

Color #8A7B75 in popluar number systems.

HEX8A7B75
Decimal138123117
Binary1000101011110111110101
Octal212173165

Shades and tints

Shades of #8A7B75

#8A7B75
(138,123,117)
#7E706B
(126,112,107)
#726561
(114,101,97)
#665A57
(102,90,87)
#5A4F4D
(90,79,77)
#4E4443
(78,68,67)
#423939
(66,57,57)
#362E2F
(54,46,47)
#2A2325
(42,35,37)
#1E181B
(30,24,27)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #8A7B75

#8A7B75
(138,123,117)
#948781
(148,135,129)
#9E938D
(158,147,141)
#A89F99
(168,159,153)
#B2ABA5
(178,171,165)
#BCB7B1
(188,183,177)
#C6C3BD
(198,195,189)
#D0CFC9
(208,207,201)
#DADBD5
(218,219,213)
#E4E7E1
(228,231,225)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7B75; }

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

This text font color is #8A7B75.


Background Color

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

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

This div background color is #8A7B75.


Border color

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

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

This div border color is #8A7B75.


Opacity

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

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

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

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

This text has shadow with #8A7B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7B75 on black background.


Color preview on white background

This text has color #8A7B75 on white background.



Black color preview on #8A7B75 background

This text has black color on #8A7B75 background.


White color preview on #8A7B75 background

This text has white color on #8A7B75 background.