COLOR #8A7F78

HEX: #8A7F78
RGB: (138,127,120)

Color info

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

RGB color model

#8A7F78 color RGB value is (138,127,120).

  • red value is 138;
  • green value is 127;
  • blue value is 120.
RGB:
(138,127,120)
(54%,50%,47%)

RGB channels and saturation

R 138 of 255 = 54%
G 127 of 255 = 50%
B 120 of 255 = 47%

138
127
120

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

Portions of RGB colors in percentages

R + G + B =
138 + 127 + 120 = 385 (100%)
R 138 of 385 ~ 35.84%
G 127 of 385 ~ 32.99%
B 120 of 385 ~ 31.17%

%35.84
%32.99
%31.17

CMYK color model

#8A7F78 color CMYK value is (0,8,13,46).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 13.04%
  • key color value is 45.88%
CMYK:
(0,8,13,46)
C0M8Y13K46 
(0%,8%,13%,46%)
(0.00/0.08/0.13/0.46)	

CMYK percentages

%0
%7.97
%13.04
%45.88

Codes

Color #8A7F78 in popluar color models

8A7F78
RGB138127120
HSL23°7.14%50.59%
HSB/HSV23°13.04%54.12%
CMYK0.00%7.97%13.04%
45.88%

Color #8A7F78 in popluar number systems.

HEX8A7F78
Decimal138127120
Binary1000101011111111111000
Octal212177170

Shades and tints

Shades of #8A7F78

#8A7F78
(138,127,120)
#7E746E
(126,116,110)
#726964
(114,105,100)
#665E5A
(102,94,90)
#5A5350
(90,83,80)
#4E4846
(78,72,70)
#423D3C
(66,61,60)
#363232
(54,50,50)
#2A2728
(42,39,40)
#1E1C1E
(30,28,30)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #8A7F78

#8A7F78
(138,127,120)
#948A84
(148,138,132)
#9E9590
(158,149,144)
#A8A09C
(168,160,156)
#B2ABA8
(178,171,168)
#BCB6B4
(188,182,180)
#C6C1C0
(198,193,192)
#D0CCCC
(208,204,204)
#DAD7D8
(218,215,216)
#E4E2E4
(228,226,228)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7F78 color. Also use rgb(138,127,120) instead hex code.

Text Font Color

.myTextColor { color: #8A7F78; }

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

This text font color is #8A7F78.


Background Color

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

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

This div background color is #8A7F78.


Border color

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

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

This div border color is #8A7F78.


Opacity

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

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

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

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

This text has shadow with #8A7F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7F78 on black background.


Color preview on white background

This text has color #8A7F78 on white background.



Black color preview on #8A7F78 background

This text has black color on #8A7F78 background.


White color preview on #8A7F78 background

This text has white color on #8A7F78 background.