COLOR #A76B7B

HEX: #A76B7B
RGB: (167,107,123)

Color info

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

RGB color model

#A76B7B color RGB value is (167,107,123).

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

RGB channels and saturation

R 167 of 255 = 65%
G 107 of 255 = 42%
B 123 of 255 = 48%

167
107
123

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

Portions of RGB colors in percentages

R + G + B =
167 + 107 + 123 = 397 (100%)
R 167 of 397 ~ 42.07%
G 107 of 397 ~ 26.95%
B 123 of 397 ~ 30.98%

%42.07
%26.95
%30.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.93%
  • yellow value is 26.35%
  • 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
%26.35
%34.51

Codes

Color #A76B7B in popluar color models

A76B7B
RGB167107123
HSL344°25.42%53.73%
HSB/HSV344°35.93%65.49%
CMYK0.00%35.93%26.35%
34.51%

Color #A76B7B in popluar number systems.

HEXA76B7B
Decimal167107123
Binary1010011111010111111011
Octal247153173

Shades and tints

Shades of #A76B7B

#A76B7B
(167,107,123)
#986270
(152,98,112)
#895965
(137,89,101)
#7A505A
(122,80,90)
#6B474F
(107,71,79)
#5C3E44
(92,62,68)
#4D3539
(77,53,57)
#3E2C2E
(62,44,46)
#2F2323
(47,35,35)
#201A18
(32,26,24)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #A76B7B

#A76B7B
(167,107,123)
#AF7887
(175,120,135)
#B78593
(183,133,147)
#BF929F
(191,146,159)
#C79FAB
(199,159,171)
#CFACB7
(207,172,183)
#D7B9C3
(215,185,195)
#DFC6CF
(223,198,207)
#E7D3DB
(231,211,219)
#EFE0E7
(239,224,231)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76B7B; }

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

This text font color is #A76B7B.


Background Color

.myBgColor { background-color: #A76B7B; }

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

This div background color is #A76B7B.


Border color

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

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

This div border color is #A76B7B.


Opacity

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

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

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

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

This text has shadow with #A76B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76B7B on black background.


Color preview on white background

This text has color #A76B7B on white background.



Black color preview on #A76B7B background

This text has black color on #A76B7B background.


White color preview on #A76B7B background

This text has white color on #A76B7B background.