COLOR #A7767C

HEX: #A7767C
RGB: (167,118,124)

Color info

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

RGB color model

#A7767C color RGB value is (167,118,124).

  • red value is 167;
  • green value is 118;
  • blue value is 124.
RGB:
(167,118,124)
(65%,46%,49%)

RGB channels and saturation

R 167 of 255 = 65%
G 118 of 255 = 46%
B 124 of 255 = 49%

167
118
124

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

Portions of RGB colors in percentages

R + G + B =
167 + 118 + 124 = 409 (100%)
R 167 of 409 ~ 40.83%
G 118 of 409 ~ 28.85%
B 124 of 409 ~ 30.32%

%40.83
%28.85
%30.32

CMYK color model

#A7767C color CMYK value is (0,29,26,35).

  • cyan value is 0.00%
  • magenta value is 29.34%
  • yellow value is 25.75%
  • key color value is 34.51%
CMYK:
(0,29,26,35)
C0M29Y26K35 
(0%,29%,26%,35%)
(0.00/0.29/0.26/0.35)	

CMYK percentages

%0
%29.34
%25.75
%34.51

Codes

Color #A7767C in popluar color models

A7767C
RGB167118124
HSL353°21.78%55.88%
HSB/HSV353°29.34%65.49%
CMYK0.00%29.34%25.75%
34.51%

Color #A7767C in popluar number systems.

HEXA7767C
Decimal167118124
Binary1010011111101101111100
Octal247166174

Shades and tints

Shades of #A7767C

#A7767C
(167,118,124)
#986C71
(152,108,113)
#896266
(137,98,102)
#7A585B
(122,88,91)
#6B4E50
(107,78,80)
#5C4445
(92,68,69)
#4D3A3A
(77,58,58)
#3E302F
(62,48,47)
#2F2624
(47,38,36)
#201C19
(32,28,25)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #A7767C

#A7767C
(167,118,124)
#AF8287
(175,130,135)
#B78E92
(183,142,146)
#BF9A9D
(191,154,157)
#C7A6A8
(199,166,168)
#CFB2B3
(207,178,179)
#D7BEBE
(215,190,190)
#DFCAC9
(223,202,201)
#E7D6D4
(231,214,212)
#EFE2DF
(239,226,223)
#F7EEEA
(247,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7767C color. Also use rgb(167,118,124) instead hex code.

Text Font Color

.myTextColor { color: #A7767C; }

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

This text font color is #A7767C.


Background Color

.myBgColor { background-color: #A7767C; }

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

This div background color is #A7767C.


Border color

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

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

This div border color is #A7767C.


Opacity

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

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

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

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

This text has shadow with #A7767C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7767C on black background.


Color preview on white background

This text has color #A7767C on white background.



Black color preview on #A7767C background

This text has black color on #A7767C background.


White color preview on #A7767C background

This text has white color on #A7767C background.