COLOR #A7757D

HEX: #A7757D RGB: (167,117,125)

Color info

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

RGB color model

#A7757D color RGB value is (167,117,125).

RGB: (167,117,125) (65%, 46%, 49%)

RGB channels and saturation

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

167
117
125

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

Portions of RGB colors in percentages

R + G + B = 167 + 117 + 125 = 409 (100%)
R 167 of 409 ~ 40.83%
G 117 of 409 ~ 28.61%
B 125 of 409 ~ 30.56'%

%40.83
%28.61
%30.56

CMYK color model

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

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

Codes

Color #A7757D in popluar color models

A7 75 7D
RGB 167 117 125
HSL 350° 22.12% 55.69%
HSB/HSV 350° 29.94% 65.49%
CMYK 0.00% 29.94% 25.15%
34.51%

Color #A7757D in popluar number systems.

HEX A7 75 7D
Decimal 167 117 125
Binary 10100111 1110101 1111101
Octal 247 165 175

Shades and tints

Shades of #A7757D

#A7757D
(167,117,125)
#986B72
(152,107,114)
#896167
(137,97,103)
#7A575C
(122,87,92)
#6B4D51
(107,77,81)
#5C4346
(92,67,70)
#4D393B
(77,57,59)
#3E2F30
(62,47,48)
#2F2525
(47,37,37)
#201B1A
(32,27,26)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #A7757D

#A7757D
(167,117,125)
#AF8188
(175,129,136)
#B78D93
(183,141,147)
#BF999E
(191,153,158)
#C7A5A9
(199,165,169)
#CFB1B4
(207,177,180)
#D7BDBF
(215,189,191)
#DFC9CA
(223,201,202)
#E7D5D5
(231,213,213)
#EFE1E0
(239,225,224)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7757D; }

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

This text font color is #A7757D.

Background Color

.myBgColor { background-color: #A7757D; }

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

This div background color is #A7757D.

Border color

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

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

This div border color is #A7757D.

Opacity

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

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

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

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

This text has shadow with #A7757D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7757D.

Preview

Color preview on black background

This text has color #A7757D on black background.


Color preview on white background

This text has color #A7757D on white background.


Black color preview on #A7757D background

This text has black color on #A7757D background.


White color preview on #A7757D background

This text has white color on #A7757D background.


Related colors

Complementary color

Complementary color for #hex is #588A82.


I love getcolorcode.com

Triadic colors

1 #7DA775 and #757DA7 with #A7757D are triadic colors.

2 #7D75A7 and #75A77D with #A7757D are triadic colors.