COLOR #A77B92

HEX: #A77B92
RGB: (167,123,146)

Color info

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

RGB color model

#A77B92 color RGB value is (167,123,146).

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

RGB channels and saturation

R 167 of 255 = 65%
G 123 of 255 = 48%
B 146 of 255 = 57%

167
123
146

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

Portions of RGB colors in percentages

R + G + B =
167 + 123 + 146 = 436 (100%)
R 167 of 436 ~ 38.3%
G 123 of 436 ~ 28.21%
B 146 of 436 ~ 33.49%

%38.3
%28.21
%33.49

CMYK color model

#A77B92 color CMYK value is (0,26,13,35).

  • cyan value is 0.00%
  • magenta value is 26.35%
  • yellow value is 12.57%
  • key color value is 34.51%
CMYK:
(0,26,13,35)
C0M26Y13K35 
(0%,26%,13%,35%)
(0.00/0.26/0.13/0.35)	

CMYK percentages

%0
%26.35
%12.57
%34.51

Codes

Color #A77B92 in popluar color models

A77B92
RGB167123146
HSL329°20.00%56.86%
HSB/HSV329°26.35%65.49%
CMYK0.00%26.35%12.57%
34.51%

Color #A77B92 in popluar number systems.

HEXA77B92
Decimal167123146
Binary10100111111101110010010
Octal247173222

Shades and tints

Shades of #A77B92

#A77B92
(167,123,146)
#987085
(152,112,133)
#896578
(137,101,120)
#7A5A6B
(122,90,107)
#6B4F5E
(107,79,94)
#5C4451
(92,68,81)
#4D3944
(77,57,68)
#3E2E37
(62,46,55)
#2F232A
(47,35,42)
#20181D
(32,24,29)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #A77B92

#A77B92
(167,123,146)
#AF879B
(175,135,155)
#B793A4
(183,147,164)
#BF9FAD
(191,159,173)
#C7ABB6
(199,171,182)
#CFB7BF
(207,183,191)
#D7C3C8
(215,195,200)
#DFCFD1
(223,207,209)
#E7DBDA
(231,219,218)
#EFE7E3
(239,231,227)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77B92; }

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

This text font color is #A77B92.


Background Color

.myBgColor { background-color: #A77B92; }

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

This div background color is #A77B92.


Border color

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

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

This div border color is #A77B92.


Opacity

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

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

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

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

This text has shadow with #A77B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77B92 on black background.


Color preview on white background

This text has color #A77B92 on white background.



Black color preview on #A77B92 background

This text has black color on #A77B92 background.


White color preview on #A77B92 background

This text has white color on #A77B92 background.