COLOR #A7758B

HEX: #A7758B
RGB: (167,117,139)

Color info

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

RGB color model

#A7758B color RGB value is (167,117,139).

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

RGB channels and saturation

R 167 of 255 = 65%
G 117 of 255 = 46%
B 139 of 255 = 55%

167
117
139

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

Portions of RGB colors in percentages

R + G + B =
167 + 117 + 139 = 423 (100%)
R 167 of 423 ~ 39.48%
G 117 of 423 ~ 27.66%
B 139 of 423 ~ 32.86%

%39.48
%27.66
%32.86

CMYK color model

#A7758B color CMYK value is (0,30,17,35).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 16.77%
  • key color value is 34.51%
CMYK:
(0,30,17,35)
C0M30Y17K35 
(0%,30%,17%,35%)
(0.00/0.30/0.17/0.35)	

CMYK percentages

%0
%29.94
%16.77
%34.51

Codes

Color #A7758B in popluar color models

A7758B
RGB167117139
HSL334°22.12%55.69%
HSB/HSV334°29.94%65.49%
CMYK0.00%29.94%16.77%
34.51%

Color #A7758B in popluar number systems.

HEXA7758B
Decimal167117139
Binary10100111111010110001011
Octal247165213

Shades and tints

Shades of #A7758B

#A7758B
(167,117,139)
#986B7F
(152,107,127)
#896173
(137,97,115)
#7A5767
(122,87,103)
#6B4D5B
(107,77,91)
#5C434F
(92,67,79)
#4D3943
(77,57,67)
#3E2F37
(62,47,55)
#2F252B
(47,37,43)
#201B1F
(32,27,31)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #A7758B

#A7758B
(167,117,139)
#AF8195
(175,129,149)
#B78D9F
(183,141,159)
#BF99A9
(191,153,169)
#C7A5B3
(199,165,179)
#CFB1BD
(207,177,189)
#D7BDC7
(215,189,199)
#DFC9D1
(223,201,209)
#E7D5DB
(231,213,219)
#EFE1E5
(239,225,229)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7758B; }

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

This text font color is #A7758B.


Background Color

.myBgColor { background-color: #A7758B; }

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

This div background color is #A7758B.


Border color

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

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

This div border color is #A7758B.


Opacity

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

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

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

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

This text has shadow with #A7758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7758B on black background.


Color preview on white background

This text has color #A7758B on white background.



Black color preview on #A7758B background

This text has black color on #A7758B background.


White color preview on #A7758B background

This text has white color on #A7758B background.