COLOR #A7878B

HEX: #A7878B
RGB: (167,135,139)

Color info

#A7878B contains red, green and blue colors in about the same proportion. Web safe color of #A7878B is #999999 (or #999).

RGB color model

#A7878B color RGB value is (167,135,139).

  • red value is 167;
  • green value is 135;
  • blue value is 139.
RGB:
(167,135,139)
(65%,53%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 135 of 255 = 53%
B 139 of 255 = 55%

167
135
139

R + G + B ~ 58%. #A7878B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 135 + 139 = 441 (100%)
R 167 of 441 ~ 37.87%
G 135 of 441 ~ 30.61%
B 139 of 441 ~ 31.52%

%37.87
%30.61
%31.52

CMYK color model

#A7878B color CMYK value is (0,19,17,35).

  • cyan value is 0.00%
  • magenta value is 19.16%
  • yellow value is 16.77%
  • key color value is 34.51%
CMYK:
(0,19,17,35)
C0M19Y17K35 
(0%,19%,17%,35%)
(0.00/0.19/0.17/0.35)	

CMYK percentages

%0
%19.16
%16.77
%34.51

Codes

Color #A7878B in popluar color models

A7878B
RGB167135139
HSL353°15.38%59.22%
HSB/HSV353°19.16%65.49%
CMYK0.00%19.16%16.77%
34.51%

Color #A7878B in popluar number systems.

HEXA7878B
Decimal167135139
Binary101001111000011110001011
Octal247207213

Shades and tints

Shades of #A7878B

#A7878B
(167,135,139)
#987B7F
(152,123,127)
#896F73
(137,111,115)
#7A6367
(122,99,103)
#6B575B
(107,87,91)
#5C4B4F
(92,75,79)
#4D3F43
(77,63,67)
#3E3337
(62,51,55)
#2F272B
(47,39,43)
#201B1F
(32,27,31)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #A7878B

#A7878B
(167,135,139)
#AF9195
(175,145,149)
#B79B9F
(183,155,159)
#BFA5A9
(191,165,169)
#C7AFB3
(199,175,179)
#CFB9BD
(207,185,189)
#D7C3C7
(215,195,199)
#DFCDD1
(223,205,209)
#E7D7DB
(231,215,219)
#EFE1E5
(239,225,229)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7878B color. Also use rgb(167,135,139) instead hex code.

Text Font Color

.myTextColor { color: #A7878B; }

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

This text font color is #A7878B.


Background Color

.myBgColor { background-color: #A7878B; }

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

This div background color is #A7878B.


Border color

.myBorderColor { border: 1px solid #A7878B; }

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

This div border color is #A7878B.


Opacity

.myOpacity80 { color: #A7878B; opacity: 0.8; }

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

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

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

This text has shadow with #A7878B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7878B on black background.


Color preview on white background

This text has color #A7878B on white background.



Black color preview on #A7878B background

This text has black color on #A7878B background.


White color preview on #A7878B background

This text has white color on #A7878B background.