COLOR #7C74AD

HEX: #7C74AD RGB: (124,116,173)

Color info

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

RGB color model

#7C74AD color RGB value is (124,116,173).

RGB: (124,116,173) (49%, 45%, 68%)

RGB channels and saturation

R 124 of 255 = 49%
G 116 of 255 = 45%
B 173 of 255 = 68%

124
116
173

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

Portions of RGB colors in percentages

R + G + B = 124 + 116 + 173 = 413 (100%)
R 124 of 413 ~ 30.02%
G 116 of 413 ~ 28.09%
B 173 of 413 ~ 41.89'%

%30.02
%28.09
%41.89

CMYK color model

#7C74AD color CMYK value is (28,33,0,32).

  • cyan value is 28.32%
  • magenta value is 32.95%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (28,33,0,32)
C28M33Y0K32 (28%, 33%, 0%, 32%)
(0.28 / 0.33 / 0.00 / 0.32)

CMYK percentages

%28.32
%32.95
%0
%32.16

Codes

Color #7C74AD in popluar color models

7C 74 AD
RGB 124 116 173
HSL 248° 25.79% 56.67%
HSB/HSV 248° 32.95% 67.84%
CMYK 28.32% 32.95% 0.00%
32.16%

Color #7C74AD in popluar number systems.

HEX 7C 74 AD
Decimal 124 116 173
Binary 1111100 1110100 10101101
Octal 174 164 255

Shades and tints

Shades of #7C74AD

#7C74AD
(124,116,173)
#716A9E
(113,106,158)
#66608F
(102,96,143)
#5B5680
(91,86,128)
#504C71
(80,76,113)
#454262
(69,66,98)
#3A3853
(58,56,83)
#2F2E44
(47,46,68)
#242435
(36,36,53)
#191A26
(25,26,38)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #7C74AD

#7C74AD
(124,116,173)
#8780B4
(135,128,180)
#928CBB
(146,140,187)
#9D98C2
(157,152,194)
#A8A4C9
(168,164,201)
#B3B0D0
(179,176,208)
#BEBCD7
(190,188,215)
#C9C8DE
(201,200,222)
#D4D4E5
(212,212,229)
#DFE0EC
(223,224,236)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C74AD color. Also use rgb(124,116,173) instead hex code.

Text Font Color

.myTextColor { color: #7C74AD; }

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

This text font color is #7C74AD.

Background Color

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

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

This div background color is #7C74AD.

Border color

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

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

This div border color is #7C74AD.

Opacity

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

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

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

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

This text has shadow with #7C74AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C74AD.

Preview

Color preview on black background

This text has color #7C74AD on black background.


Color preview on white background

This text has color #7C74AD on white background.


Black color preview on #7C74AD background

This text has black color on #7C74AD background.


White color preview on #7C74AD background

This text has white color on #7C74AD background.


Related colors

Complementary color

Complementary color for #hex is #838B52.


I love getcolorcode.com

Triadic colors

1 #AD7C74 and #74AD7C with #7C74AD are triadic colors.

2 #AD747C and #747CAD with #7C74AD are triadic colors.