COLOR #7C66A5

HEX: #7C66A5 RGB: (124,102,165)

Color info

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

RGB color model

#7C66A5 color RGB value is (124,102,165).

RGB: (124,102,165) (49%, 40%, 65%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 165 of 255 = 65%

124
102
165

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

Portions of RGB colors in percentages

R + G + B = 124 + 102 + 165 = 391 (100%)
R 124 of 391 ~ 31.71%
G 102 of 391 ~ 26.09%
B 165 of 391 ~ 42.2'%

%31.71
%26.09
%42.2

CMYK color model

#7C66A5 color CMYK value is (25,38,0,35).

  • cyan value is 24.85%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (25,38,0,35)
C25M38Y0K35 (25%, 38%, 0%, 35%)
(0.25 / 0.38 / 0.00 / 0.35)

CMYK percentages

%24.85
%38.18
%0
%35.29

Codes

Color #7C66A5 in popluar color models

7C 66 A5
RGB 124 102 165
HSL 261° 25.93% 52.35%
HSB/HSV 261° 38.18% 64.71%
CMYK 24.85% 38.18% 0.00%
35.29%

Color #7C66A5 in popluar number systems.

HEX 7C 66 A5
Decimal 124 102 165
Binary 1111100 1100110 10100101
Octal 174 146 245

Shades and tints

Shades of #7C66A5

#7C66A5
(124,102,165)
#715D96
(113,93,150)
#665487
(102,84,135)
#5B4B78
(91,75,120)
#504269
(80,66,105)
#45395A
(69,57,90)
#3A304B
(58,48,75)
#2F273C
(47,39,60)
#241E2D
(36,30,45)
#19151E
(25,21,30)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #7C66A5

#7C66A5
(124,102,165)
#8773AD
(135,115,173)
#9280B5
(146,128,181)
#9D8DBD
(157,141,189)
#A89AC5
(168,154,197)
#B3A7CD
(179,167,205)
#BEB4D5
(190,180,213)
#C9C1DD
(201,193,221)
#D4CEE5
(212,206,229)
#DFDBED
(223,219,237)
#EAE8F5
(234,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C66A5 color. Also use rgb(124,102,165) instead hex code.

Text Font Color

.myTextColor { color: #7C66A5; }

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

This text font color is #7C66A5.

Background Color

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

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

This div background color is #7C66A5.

Border color

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

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

This div border color is #7C66A5.

Opacity

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

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

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

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

This text has shadow with #7C66A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C66A5.

Preview

Color preview on black background

This text has color #7C66A5 on black background.


Color preview on white background

This text has color #7C66A5 on white background.


Black color preview on #7C66A5 background

This text has black color on #7C66A5 background.


White color preview on #7C66A5 background

This text has white color on #7C66A5 background.


Related colors

Complementary color

Complementary color for #hex is #83995A.


I love getcolorcode.com

Triadic colors

1 #A57C66 and #66A57C with #7C66A5 are triadic colors.

2 #A5667C and #667CA5 with #7C66A5 are triadic colors.