COLOR #A76B78

HEX: #A76B78
RGB: (167,107,120)

Color info

#A76B78 contains mainly red and blue colors. Web safe color of #A76B78 is #996666 (or #966).

RGB color model

#A76B78 color RGB value is (167,107,120).

  • red value is 167;
  • green value is 107;
  • blue value is 120.
RGB:
(167,107,120)
(65%,42%,47%)

RGB channels and saturation

R 167 of 255 = 65%
G 107 of 255 = 42%
B 120 of 255 = 47%

167
107
120

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

Portions of RGB colors in percentages

R + G + B =
167 + 107 + 120 = 394 (100%)
R 167 of 394 ~ 42.39%
G 107 of 394 ~ 27.16%
B 120 of 394 ~ 30.46%

%42.39
%27.16
%30.46

CMYK color model

#A76B78 color CMYK value is (0,36,28,35).

  • cyan value is 0.00%
  • magenta value is 35.93%
  • yellow value is 28.14%
  • key color value is 34.51%
CMYK:
(0,36,28,35)
C0M36Y28K35 
(0%,36%,28%,35%)
(0.00/0.36/0.28/0.35)	

CMYK percentages

%0
%35.93
%28.14
%34.51

Codes

Color #A76B78 in popluar color models

A76B78
RGB167107120
HSL347°25.42%53.73%
HSB/HSV347°35.93%65.49%
CMYK0.00%35.93%28.14%
34.51%

Color #A76B78 in popluar number systems.

HEXA76B78
Decimal167107120
Binary1010011111010111111000
Octal247153170

Shades and tints

Shades of #A76B78

#A76B78
(167,107,120)
#98626E
(152,98,110)
#895964
(137,89,100)
#7A505A
(122,80,90)
#6B4750
(107,71,80)
#5C3E46
(92,62,70)
#4D353C
(77,53,60)
#3E2C32
(62,44,50)
#2F2328
(47,35,40)
#201A1E
(32,26,30)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #A76B78

#A76B78
(167,107,120)
#AF7884
(175,120,132)
#B78590
(183,133,144)
#BF929C
(191,146,156)
#C79FA8
(199,159,168)
#CFACB4
(207,172,180)
#D7B9C0
(215,185,192)
#DFC6CC
(223,198,204)
#E7D3D8
(231,211,216)
#EFE0E4
(239,224,228)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76B78 color. Also use rgb(167,107,120) instead hex code.

Text Font Color

.myTextColor { color: #A76B78; }

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

This text font color is #A76B78.


Background Color

.myBgColor { background-color: #A76B78; }

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

This div background color is #A76B78.


Border color

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

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

This div border color is #A76B78.


Opacity

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

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

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

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

This text has shadow with #A76B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76B78 on black background.


Color preview on white background

This text has color #A76B78 on white background.



Black color preview on #A76B78 background

This text has black color on #A76B78 background.


White color preview on #A76B78 background

This text has white color on #A76B78 background.