COLOR #A76978

HEX: #A76978
RGB: (167,105,120)

Color info

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

RGB color model

#A76978 color RGB value is (167,105,120).

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

RGB channels and saturation

R 167 of 255 = 65%
G 105 of 255 = 41%
B 120 of 255 = 47%

167
105
120

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

Portions of RGB colors in percentages

R + G + B =
167 + 105 + 120 = 392 (100%)
R 167 of 392 ~ 42.6%
G 105 of 392 ~ 26.79%
B 120 of 392 ~ 30.61%

%42.6
%26.79
%30.61

CMYK color model

#A76978 color CMYK value is (0,37,28,35).

  • cyan value is 0.00%
  • magenta value is 37.13%
  • yellow value is 28.14%
  • key color value is 34.51%
CMYK:
(0,37,28,35)
C0M37Y28K35 
(0%,37%,28%,35%)
(0.00/0.37/0.28/0.35)	

CMYK percentages

%0
%37.13
%28.14
%34.51

Codes

Color #A76978 in popluar color models

A76978
RGB167105120
HSL345°26.05%53.33%
HSB/HSV345°37.13%65.49%
CMYK0.00%37.13%28.14%
34.51%

Color #A76978 in popluar number systems.

HEXA76978
Decimal167105120
Binary1010011111010011111000
Octal247151170

Shades and tints

Shades of #A76978

#A76978
(167,105,120)
#98606E
(152,96,110)
#895764
(137,87,100)
#7A4E5A
(122,78,90)
#6B4550
(107,69,80)
#5C3C46
(92,60,70)
#4D333C
(77,51,60)
#3E2A32
(62,42,50)
#2F2128
(47,33,40)
#20181E
(32,24,30)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #A76978

#A76978
(167,105,120)
#AF7684
(175,118,132)
#B78390
(183,131,144)
#BF909C
(191,144,156)
#C79DA8
(199,157,168)
#CFAAB4
(207,170,180)
#D7B7C0
(215,183,192)
#DFC4CC
(223,196,204)
#E7D1D8
(231,209,216)
#EFDEE4
(239,222,228)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76978; }

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

This text font color is #A76978.


Background Color

.myBgColor { background-color: #A76978; }

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

This div background color is #A76978.


Border color

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

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

This div border color is #A76978.


Opacity

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

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

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

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

This text has shadow with #A76978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76978 on black background.


Color preview on white background

This text has color #A76978 on white background.



Black color preview on #A76978 background

This text has black color on #A76978 background.


White color preview on #A76978 background

This text has white color on #A76978 background.