COLOR #A7757E

HEX: #A7757E
RGB: (167,117,126)

Color info

#A7757E contains red, green and blue colors in about the same proportion. Web safe color of #A7757E is #996666 (or #966).

RGB color model

#A7757E color RGB value is (167,117,126).

  • red value is 167;
  • green value is 117;
  • blue value is 126.
RGB:
(167,117,126)
(65%,46%,49%)

RGB channels and saturation

R 167 of 255 = 65%
G 117 of 255 = 46%
B 126 of 255 = 49%

167
117
126

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

Portions of RGB colors in percentages

R + G + B =
167 + 117 + 126 = 410 (100%)
R 167 of 410 ~ 40.73%
G 117 of 410 ~ 28.54%
B 126 of 410 ~ 30.73%

%40.73
%28.54
%30.73

CMYK color model

#A7757E color CMYK value is (0,30,25,35).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 24.55%
  • key color value is 34.51%
CMYK:
(0,30,25,35)
C0M30Y25K35 
(0%,30%,25%,35%)
(0.00/0.30/0.25/0.35)	

CMYK percentages

%0
%29.94
%24.55
%34.51

Codes

Color #A7757E in popluar color models

A7757E
RGB167117126
HSL349°22.12%55.69%
HSB/HSV349°29.94%65.49%
CMYK0.00%29.94%24.55%
34.51%

Color #A7757E in popluar number systems.

HEXA7757E
Decimal167117126
Binary1010011111101011111110
Octal247165176

Shades and tints

Shades of #A7757E

#A7757E
(167,117,126)
#986B73
(152,107,115)
#896168
(137,97,104)
#7A575D
(122,87,93)
#6B4D52
(107,77,82)
#5C4347
(92,67,71)
#4D393C
(77,57,60)
#3E2F31
(62,47,49)
#2F2526
(47,37,38)
#201B1B
(32,27,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #A7757E

#A7757E
(167,117,126)
#AF8189
(175,129,137)
#B78D94
(183,141,148)
#BF999F
(191,153,159)
#C7A5AA
(199,165,170)
#CFB1B5
(207,177,181)
#D7BDC0
(215,189,192)
#DFC9CB
(223,201,203)
#E7D5D6
(231,213,214)
#EFE1E1
(239,225,225)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7757E color. Also use rgb(167,117,126) instead hex code.

Text Font Color

.myTextColor { color: #A7757E; }

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

This text font color is #A7757E.


Background Color

.myBgColor { background-color: #A7757E; }

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

This div background color is #A7757E.


Border color

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

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

This div border color is #A7757E.


Opacity

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

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

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

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

This text has shadow with #A7757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7757E on black background.


Color preview on white background

This text has color #A7757E on white background.



Black color preview on #A7757E background

This text has black color on #A7757E background.


White color preview on #A7757E background

This text has white color on #A7757E background.