COLOR #7C71AC

HEX: #7C71AC RGB: (124,113,172)

Color info

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

RGB color model

#7C71AC color RGB value is (124,113,172).

RGB: (124,113,172) (49%, 44%, 67%)

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 172 of 255 = 67%

124
113
172

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

Portions of RGB colors in percentages

R + G + B = 124 + 113 + 172 = 409 (100%)
R 124 of 409 ~ 30.32%
G 113 of 409 ~ 27.63%
B 172 of 409 ~ 42.05'%

%30.32
%27.63
%42.05

CMYK color model

#7C71AC color CMYK value is (28,34,0,33).

  • cyan value is 27.91%
  • magenta value is 34.30%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (28,34,0,33) C28M34Y0K33 (28%,34%,0%,33%) (0.28/0.34/0.00/0.33) 

CMYK percentages

%27.91
%34.3
%0
%32.55

Codes

Color #7C71AC in popluar color models

7C 71 AC
RGB 124 113 172
HSL 251° 26.22% 55.88%
HSB/HSV 251° 34.30% 67.45%
CMYK 27.91% 34.30% 0.00%
32.55%

Color #7C71AC in popluar number systems.

HEX 7C 71 AC
Decimal 124 113 172
Binary 1111100 1110001 10101100
Octal 174 161 254

Shades and tints

Shades of #7C71AC

#7C71AC
(124,113,172)
#71679D
(113,103,157)
#665D8E
(102,93,142)
#5B537F
(91,83,127)
#504970
(80,73,112)
#453F61
(69,63,97)
#3A3552
(58,53,82)
#2F2B43
(47,43,67)
#242134
(36,33,52)
#191725
(25,23,37)
#0E0D16
(14,13,22)
#000000
(0,0,0)

Tints of #7C71AC

#7C71AC
(124,113,172)
#877DB3
(135,125,179)
#9289BA
(146,137,186)
#9D95C1
(157,149,193)
#A8A1C8
(168,161,200)
#B3ADCF
(179,173,207)
#BEB9D6
(190,185,214)
#C9C5DD
(201,197,221)
#D4D1E4
(212,209,228)
#DFDDEB
(223,221,235)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C71AC; }

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

This text font color is #7C71AC.

Background Color

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

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

This div background color is #7C71AC.

Border color

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

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

This div border color is #7C71AC.

Opacity

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

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

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

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

This text has shadow with #7C71AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C71AC.

Preview

Color preview on black background

This text has color #7C71AC on black background.


Color preview on white background

This text has color #7C71AC on white background.


Black color preview on #7C71AC background

This text has black color on #7C71AC background.


White color preview on #7C71AC background

This text has white color on #7C71AC background.


Related colors

Complementary color

Complementary color for #hex is #838E53.


I love getcolorcode.com

Triadic colors

1 #AC7C71 and #71AC7C with #7C71AC are triadic colors.

2 #AC717C and #717CAC with #7C71AC are triadic colors.