COLOR #A76B7C

HEX: #A76B7C
RGB: (167,107,124)

Color info

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

RGB color model

#A76B7C color RGB value is (167,107,124).

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

RGB channels and saturation

R 167 of 255 = 65%
G 107 of 255 = 42%
B 124 of 255 = 49%

167
107
124

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

Portions of RGB colors in percentages

R + G + B =
167 + 107 + 124 = 398 (100%)
R 167 of 398 ~ 41.96%
G 107 of 398 ~ 26.88%
B 124 of 398 ~ 31.16%

%41.96
%26.88
%31.16

CMYK color model

#A76B7C color CMYK value is (0,36,26,35).

  • cyan value is 0.00%
  • magenta value is 35.93%
  • yellow value is 25.75%
  • key color value is 34.51%
CMYK:
(0,36,26,35)
C0M36Y26K35 
(0%,36%,26%,35%)
(0.00/0.36/0.26/0.35)	

CMYK percentages

%0
%35.93
%25.75
%34.51

Codes

Color #A76B7C in popluar color models

A76B7C
RGB167107124
HSL343°25.42%53.73%
HSB/HSV343°35.93%65.49%
CMYK0.00%35.93%25.75%
34.51%

Color #A76B7C in popluar number systems.

HEXA76B7C
Decimal167107124
Binary1010011111010111111100
Octal247153174

Shades and tints

Shades of #A76B7C

#A76B7C
(167,107,124)
#986271
(152,98,113)
#895966
(137,89,102)
#7A505B
(122,80,91)
#6B4750
(107,71,80)
#5C3E45
(92,62,69)
#4D353A
(77,53,58)
#3E2C2F
(62,44,47)
#2F2324
(47,35,36)
#201A19
(32,26,25)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #A76B7C

#A76B7C
(167,107,124)
#AF7887
(175,120,135)
#B78592
(183,133,146)
#BF929D
(191,146,157)
#C79FA8
(199,159,168)
#CFACB3
(207,172,179)
#D7B9BE
(215,185,190)
#DFC6C9
(223,198,201)
#E7D3D4
(231,211,212)
#EFE0DF
(239,224,223)
#F7EDEA
(247,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76B7C; }

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

This text font color is #A76B7C.


Background Color

.myBgColor { background-color: #A76B7C; }

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

This div background color is #A76B7C.


Border color

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

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

This div border color is #A76B7C.


Opacity

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

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

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

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

This text has shadow with #A76B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76B7C on black background.


Color preview on white background

This text has color #A76B7C on white background.



Black color preview on #A76B7C background

This text has black color on #A76B7C background.


White color preview on #A76B7C background

This text has white color on #A76B7C background.