COLOR #A77397

HEX: #A77397
RGB: (167,115,151)

Color info

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

RGB color model

#A77397 color RGB value is (167,115,151).

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

RGB channels and saturation

R 167 of 255 = 65%
G 115 of 255 = 45%
B 151 of 255 = 59%

167
115
151

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

Portions of RGB colors in percentages

R + G + B =
167 + 115 + 151 = 433 (100%)
R 167 of 433 ~ 38.57%
G 115 of 433 ~ 26.56%
B 151 of 433 ~ 34.87%

%38.57
%26.56
%34.87

CMYK color model

#A77397 color CMYK value is (0,31,10,35).

  • cyan value is 0.00%
  • magenta value is 31.14%
  • yellow value is 9.58%
  • key color value is 34.51%
CMYK:
(0,31,10,35)
C0M31Y10K35 
(0%,31%,10%,35%)
(0.00/0.31/0.10/0.35)	

CMYK percentages

%0
%31.14
%9.58
%34.51

Codes

Color #A77397 in popluar color models

A77397
RGB167115151
HSL318°22.81%55.29%
HSB/HSV318°31.14%65.49%
CMYK0.00%31.14%9.58%
34.51%

Color #A77397 in popluar number systems.

HEXA77397
Decimal167115151
Binary10100111111001110010111
Octal247163227

Shades and tints

Shades of #A77397

#A77397
(167,115,151)
#98698A
(152,105,138)
#895F7D
(137,95,125)
#7A5570
(122,85,112)
#6B4B63
(107,75,99)
#5C4156
(92,65,86)
#4D3749
(77,55,73)
#3E2D3C
(62,45,60)
#2F232F
(47,35,47)
#201922
(32,25,34)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #A77397

#A77397
(167,115,151)
#AF7FA0
(175,127,160)
#B78BA9
(183,139,169)
#BF97B2
(191,151,178)
#C7A3BB
(199,163,187)
#CFAFC4
(207,175,196)
#D7BBCD
(215,187,205)
#DFC7D6
(223,199,214)
#E7D3DF
(231,211,223)
#EFDFE8
(239,223,232)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77397; }

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

This text font color is #A77397.


Background Color

.myBgColor { background-color: #A77397; }

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

This div background color is #A77397.


Border color

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

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

This div border color is #A77397.


Opacity

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

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

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

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

This text has shadow with #A77397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77397 on black background.


Color preview on white background

This text has color #A77397 on white background.



Black color preview on #A77397 background

This text has black color on #A77397 background.


White color preview on #A77397 background

This text has white color on #A77397 background.