COLOR #A7739C

HEX: #A7739C
RGB: (167,115,156)

Color info

#A7739C contains red, green and blue colors in about the same proportion. Web safe color of #A7739C is #996699 (or #969).

RGB color model

#A7739C color RGB value is (167,115,156).

  • red value is 167;
  • green value is 115;
  • blue value is 156.
RGB:
(167,115,156)
(65%,45%,61%)

RGB channels and saturation

R 167 of 255 = 65%
G 115 of 255 = 45%
B 156 of 255 = 61%

167
115
156

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

Portions of RGB colors in percentages

R + G + B =
167 + 115 + 156 = 438 (100%)
R 167 of 438 ~ 38.13%
G 115 of 438 ~ 26.26%
B 156 of 438 ~ 35.62%

%38.13
%26.26
%35.62

CMYK color model

#A7739C color CMYK value is (0,31,7,35).

  • cyan value is 0.00%
  • magenta value is 31.14%
  • yellow value is 6.59%
  • key color value is 34.51%
CMYK:
(0,31,7,35)
C0M31Y7K35 
(0%,31%,7%,35%)
(0.00/0.31/0.07/0.35)	

CMYK percentages

%0
%31.14
%6.59
%34.51

Codes

Color #A7739C in popluar color models

A7739C
RGB167115156
HSL313°22.81%55.29%
HSB/HSV313°31.14%65.49%
CMYK0.00%31.14%6.59%
34.51%

Color #A7739C in popluar number systems.

HEXA7739C
Decimal167115156
Binary10100111111001110011100
Octal247163234

Shades and tints

Shades of #A7739C

#A7739C
(167,115,156)
#98698E
(152,105,142)
#895F80
(137,95,128)
#7A5572
(122,85,114)
#6B4B64
(107,75,100)
#5C4156
(92,65,86)
#4D3748
(77,55,72)
#3E2D3A
(62,45,58)
#2F232C
(47,35,44)
#20191E
(32,25,30)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #A7739C

#A7739C
(167,115,156)
#AF7FA5
(175,127,165)
#B78BAE
(183,139,174)
#BF97B7
(191,151,183)
#C7A3C0
(199,163,192)
#CFAFC9
(207,175,201)
#D7BBD2
(215,187,210)
#DFC7DB
(223,199,219)
#E7D3E4
(231,211,228)
#EFDFED
(239,223,237)
#F7EBF6
(247,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7739C color. Also use rgb(167,115,156) instead hex code.

Text Font Color

.myTextColor { color: #A7739C; }

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

This text font color is #A7739C.


Background Color

.myBgColor { background-color: #A7739C; }

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

This div background color is #A7739C.


Border color

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

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

This div border color is #A7739C.


Opacity

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

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

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

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

This text has shadow with #A7739C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7739C on black background.


Color preview on white background

This text has color #A7739C on white background.



Black color preview on #A7739C background

This text has black color on #A7739C background.


White color preview on #A7739C background

This text has white color on #A7739C background.