COLOR #7C7AAE

HEX: #7C7AAE RGB: (124,122,174)

Color info

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

RGB color model

#7C7AAE color RGB value is (124,122,174).

RGB: (124,122,174) (49%, 48%, 68%)

RGB channels and saturation

R 124 of 255 = 49%
G 122 of 255 = 48%
B 174 of 255 = 68%

124
122
174

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

Portions of RGB colors in percentages

R + G + B = 124 + 122 + 174 = 420 (100%)
R 124 of 420 ~ 29.52%
G 122 of 420 ~ 29.05%
B 174 of 420 ~ 41.43'%

%29.52
%29.05
%41.43

CMYK color model

#7C7AAE color CMYK value is (29,30,0,32).

  • cyan value is 28.74%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (29,30,0,32) C29M30Y0K32 (29%,30%,0%,32%) (0.29/0.30/0.00/0.32) 

CMYK percentages

%28.74
%29.89
%0
%31.76

Codes

Color #7C7AAE in popluar color models

7C 7A AE
RGB 124 122 174
HSL 242° 24.30% 58.04%
HSB/HSV 242° 29.89% 68.24%
CMYK 28.74% 29.89% 0.00%
31.76%

Color #7C7AAE in popluar number systems.

HEX 7C 7A AE
Decimal 124 122 174
Binary 1111100 1111010 10101110
Octal 174 172 256

Shades and tints

Shades of #7C7AAE

#7C7AAE
(124,122,174)
#716F9F
(113,111,159)
#666490
(102,100,144)
#5B5981
(91,89,129)
#504E72
(80,78,114)
#454363
(69,67,99)
#3A3854
(58,56,84)
#2F2D45
(47,45,69)
#242236
(36,34,54)
#191727
(25,23,39)
#0E0C18
(14,12,24)
#000000
(0,0,0)

Tints of #7C7AAE

#7C7AAE
(124,122,174)
#8786B5
(135,134,181)
#9292BC
(146,146,188)
#9D9EC3
(157,158,195)
#A8AACA
(168,170,202)
#B3B6D1
(179,182,209)
#BEC2D8
(190,194,216)
#C9CEDF
(201,206,223)
#D4DAE6
(212,218,230)
#DFE6ED
(223,230,237)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7AAE; }

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

This text font color is #7C7AAE.

Background Color

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

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

This div background color is #7C7AAE.

Border color

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

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

This div border color is #7C7AAE.

Opacity

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

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

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

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

This text has shadow with #7C7AAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7AAE.

Preview

Color preview on black background

This text has color #7C7AAE on black background.


Color preview on white background

This text has color #7C7AAE on white background.


Black color preview on #7C7AAE background

This text has black color on #7C7AAE background.


White color preview on #7C7AAE background

This text has white color on #7C7AAE background.


Related colors

Complementary color

Complementary color for #hex is #838551.


I love getcolorcode.com

Triadic colors

1 #AE7C7A and #7AAE7C with #7C7AAE are triadic colors.

2 #AE7A7C and #7A7CAE with #7C7AAE are triadic colors.