COLOR #7C6FAE

HEX: #7C6FAE RGB: (124,111,174)

Color info

#7C6FAE contains mainly red and blue colors. Web safe color of #7C6FAE is #666699 (or #669).

RGB color model

#7C6FAE color RGB value is (124,111,174).

RGB: (124,111,174) (49%, 44%, 68%)

RGB channels and saturation

R 124 of 255 = 49%
G 111 of 255 = 44%
B 174 of 255 = 68%

124
111
174

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

Portions of RGB colors in percentages

R + G + B = 124 + 111 + 174 = 409 (100%)
R 124 of 409 ~ 30.32%
G 111 of 409 ~ 27.14%
B 174 of 409 ~ 42.54'%

%30.32
%27.14
%42.54

CMYK color model

#7C6FAE color CMYK value is (29,36,0,32).

  • cyan value is 28.74%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (29,36,0,32)
C29M36Y0K32 (29%, 36%, 0%, 32%)
(0.29 / 0.36 / 0.00 / 0.32)

CMYK percentages

%28.74
%36.21
%0
%31.76

Codes

Color #7C6FAE in popluar color models

7C 6F AE
RGB 124 111 174
HSL 252° 28.00% 55.88%
HSB/HSV 252° 36.21% 68.24%
CMYK 28.74% 36.21% 0.00%
31.76%

Color #7C6FAE in popluar number systems.

HEX 7C 6F AE
Decimal 124 111 174
Binary 1111100 1101111 10101110
Octal 174 157 256

Shades and tints

Shades of #7C6FAE

#7C6FAE
(124,111,174)
#71659F
(113,101,159)
#665B90
(102,91,144)
#5B5181
(91,81,129)
#504772
(80,71,114)
#453D63
(69,61,99)
#3A3354
(58,51,84)
#2F2945
(47,41,69)
#241F36
(36,31,54)
#191527
(25,21,39)
#0E0B18
(14,11,24)
#000000
(0,0,0)

Tints of #7C6FAE

#7C6FAE
(124,111,174)
#877CB5
(135,124,181)
#9289BC
(146,137,188)
#9D96C3
(157,150,195)
#A8A3CA
(168,163,202)
#B3B0D1
(179,176,209)
#BEBDD8
(190,189,216)
#C9CADF
(201,202,223)
#D4D7E6
(212,215,230)
#DFE4ED
(223,228,237)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6FAE color. Also use rgb(124,111,174) instead hex code.

Text Font Color

.myTextColor { color: #7C6FAE; }

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

This text font color is #7C6FAE.

Background Color

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

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

This div background color is #7C6FAE.

Border color

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

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

This div border color is #7C6FAE.

Opacity

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

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

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

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

This text has shadow with #7C6FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6FAE.

Preview

Color preview on black background

This text has color #7C6FAE on black background.


Color preview on white background

This text has color #7C6FAE on white background.


Black color preview on #7C6FAE background

This text has black color on #7C6FAE background.


White color preview on #7C6FAE background

This text has white color on #7C6FAE background.


Related colors

Complementary color

Complementary color for #hex is #839051.


I love getcolorcode.com

Triadic colors

1 #AE7C6F and #6FAE7C with #7C6FAE are triadic colors.

2 #AE6F7C and #6F7CAE with #7C6FAE are triadic colors.