COLOR #8A7577

HEX: #8A7577
RGB: (138,117,119)

Color info

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

RGB color model

#8A7577 color RGB value is (138,117,119).

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

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 119 of 255 = 47%

138
117
119

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

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 119 = 374 (100%)
R 138 of 374 ~ 36.9%
G 117 of 374 ~ 31.28%
B 119 of 374 ~ 31.82%

%36.9
%31.28
%31.82

CMYK color model

#8A7577 color CMYK value is (0,15,14,46).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 13.77%
  • key color value is 45.88%
CMYK:
(0,15,14,46)
C0M15Y14K46 
(0%,15%,14%,46%)
(0.00/0.15/0.14/0.46)	

CMYK percentages

%0
%15.22
%13.77
%45.88

Codes

Color #8A7577 in popluar color models

8A7577
RGB138117119
HSL354°8.24%50.00%
HSB/HSV354°15.22%54.12%
CMYK0.00%15.22%13.77%
45.88%

Color #8A7577 in popluar number systems.

HEX8A7577
Decimal138117119
Binary1000101011101011110111
Octal212165167

Shades and tints

Shades of #8A7577

#8A7577
(138,117,119)
#7E6B6D
(126,107,109)
#726163
(114,97,99)
#665759
(102,87,89)
#5A4D4F
(90,77,79)
#4E4345
(78,67,69)
#42393B
(66,57,59)
#362F31
(54,47,49)
#2A2527
(42,37,39)
#1E1B1D
(30,27,29)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #8A7577

#8A7577
(138,117,119)
#948183
(148,129,131)
#9E8D8F
(158,141,143)
#A8999B
(168,153,155)
#B2A5A7
(178,165,167)
#BCB1B3
(188,177,179)
#C6BDBF
(198,189,191)
#D0C9CB
(208,201,203)
#DAD5D7
(218,213,215)
#E4E1E3
(228,225,227)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7577; }

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

This text font color is #8A7577.


Background Color

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

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

This div background color is #8A7577.


Border color

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

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

This div border color is #8A7577.


Opacity

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

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

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

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

This text has shadow with #8A7577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7577 on black background.


Color preview on white background

This text has color #8A7577 on white background.



Black color preview on #8A7577 background

This text has black color on #8A7577 background.


White color preview on #8A7577 background

This text has white color on #8A7577 background.