COLOR #7F71AC

HEX: #7F71AC RGB: (127,113,172)

Color info

#7F71AC contains red, green and blue colors in about the same proportion. Web safe color of #7F71AC is #666699 (or #669).

RGB color model

#7F71AC color RGB value is (127,113,172).

RGB: (127,113,172) (50%, 44%, 67%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 172 of 255 = 67%

127
113
172

R + G + B ~ 54%. #7F71AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 113 + 172 = 412 (100%)
R 127 of 412 ~ 30.83%
G 113 of 412 ~ 27.43%
B 172 of 412 ~ 41.75'%

%30.83
%27.43
%41.75

CMYK color model

#7F71AC color CMYK value is (26,34,0,33).

  • cyan value is 26.16%
  • magenta value is 34.30%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (26,34,0,33)
C26M34Y0K33 (26%, 34%, 0%, 33%)
(0.26 / 0.34 / 0.00 / 0.33)

CMYK percentages

%26.16
%34.3
%0
%32.55

Codes

Color #7F71AC in popluar color models

7F 71 AC
RGB 127 113 172
HSL 254° 26.22% 55.88%
HSB/HSV 254° 34.30% 67.45%
CMYK 26.16% 34.30% 0.00%
32.55%

Color #7F71AC in popluar number systems.

HEX 7F 71 AC
Decimal 127 113 172
Binary 1111111 1110001 10101100
Octal 177 161 254

Shades and tints

Shades of #7F71AC

#7F71AC
(127,113,172)
#74679D
(116,103,157)
#695D8E
(105,93,142)
#5E537F
(94,83,127)
#534970
(83,73,112)
#483F61
(72,63,97)
#3D3552
(61,53,82)
#322B43
(50,43,67)
#272134
(39,33,52)
#1C1725
(28,23,37)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #7F71AC

#7F71AC
(127,113,172)
#8A7DB3
(138,125,179)
#9589BA
(149,137,186)
#A095C1
(160,149,193)
#ABA1C8
(171,161,200)
#B6ADCF
(182,173,207)
#C1B9D6
(193,185,214)
#CCC5DD
(204,197,221)
#D7D1E4
(215,209,228)
#E2DDEB
(226,221,235)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F71AC color. Also use rgb(127,113,172) instead hex code.

Text Font Color

.myTextColor { color: #7F71AC; }

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

This text font color is #7F71AC.

Background Color

.myBgColor { background-color: #7F71AC; }

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

This div background color is #7F71AC.

Border color

.myBorderColor { border: 1px solid #7F71AC; }

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

This div border color is #7F71AC.

Opacity

.myOpacity80 { color: #7F71AC; opacity: 0.8; }

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

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

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

This text has shadow with #7F71AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F71AC.

Preview

Color preview on black background

This text has color #7F71AC on black background.


Color preview on white background

This text has color #7F71AC on white background.


Black color preview on #7F71AC background

This text has black color on #7F71AC background.


White color preview on #7F71AC background

This text has white color on #7F71AC background.


Related colors

Complementary color

Complementary color for #hex is #808E53.


I love getcolorcode.com

Triadic colors

1 #AC7F71 and #71AC7F with #7F71AC are triadic colors.

2 #AC717F and #717FAC with #7F71AC are triadic colors.