COLOR #7C7AAF

HEX: #7C7AAF
RGB: (124,122,175)

Color info

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

RGB color model

#7C7AAF color RGB value is (124,122,175).

  • red value is 124;
  • green value is 122;
  • blue value is 175.
RGB:
(124,122,175)
(49%,48%,69%)

RGB channels and saturation

R 124 of 255 = 49%
G 122 of 255 = 48%
B 175 of 255 = 69%

124
122
175

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

Portions of RGB colors in percentages

R + G + B =
124 + 122 + 175 = 421 (100%)
R 124 of 421 ~ 29.45%
G 122 of 421 ~ 28.98%
B 175 of 421 ~ 41.57%

%29.45
%28.98
%41.57

CMYK color model

#7C7AAF color CMYK value is (29,30,0,31).

  • cyan value is 29.14%
  • magenta value is 30.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(29,30,0,31)
C29M30Y0K31 
(29%,30%,0%,31%)
(0.29/0.30/0.00/0.31)	

CMYK percentages

%29.14
%30.29
%0
%31.37

Codes

Color #7C7AAF in popluar color models

7C7AAF
RGB124122175
HSL242°24.88%58.24%
HSB/HSV242°30.29%68.63%
CMYK29.14%30.29%0.00%
31.37%

Color #7C7AAF in popluar number systems.

HEX7C7AAF
Decimal124122175
Binary1111100111101010101111
Octal174172257

Shades and tints

Shades of #7C7AAF

#7C7AAF
(124,122,175)
#716FA0
(113,111,160)
#666491
(102,100,145)
#5B5982
(91,89,130)
#504E73
(80,78,115)
#454364
(69,67,100)
#3A3855
(58,56,85)
#2F2D46
(47,45,70)
#242237
(36,34,55)
#191728
(25,23,40)
#0E0C19
(14,12,25)
#000000
(0,0,0)

Tints of #7C7AAF

#7C7AAF
(124,122,175)
#8786B6
(135,134,182)
#9292BD
(146,146,189)
#9D9EC4
(157,158,196)
#A8AACB
(168,170,203)
#B3B6D2
(179,182,210)
#BEC2D9
(190,194,217)
#C9CEE0
(201,206,224)
#D4DAE7
(212,218,231)
#DFE6EE
(223,230,238)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7AAF; }

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

This text font color is #7C7AAF.


Background Color

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

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

This div background color is #7C7AAF.


Border color

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

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

This div border color is #7C7AAF.


Opacity

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

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

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

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

This text has shadow with #7C7AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7AAF on black background.


Color preview on white background

This text has color #7C7AAF on white background.



Black color preview on #7C7AAF background

This text has black color on #7C7AAF background.


White color preview on #7C7AAF background

This text has white color on #7C7AAF background.