COLOR #7C6A9D

HEX: #7C6A9D RGB: (124,106,157)

Color info

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

RGB color model

#7C6A9D color RGB value is (124,106,157).

RGB: (124,106,157) (49%, 42%, 62%)

RGB channels and saturation

R 124 of 255 = 49%
G 106 of 255 = 42%
B 157 of 255 = 62%

124
106
157

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

Portions of RGB colors in percentages

R + G + B = 124 + 106 + 157 = 387 (100%)
R 124 of 387 ~ 32.04%
G 106 of 387 ~ 27.39%
B 157 of 387 ~ 40.57'%

%32.04
%27.39
%40.57

CMYK color model

#7C6A9D color CMYK value is (21,32,0,38).

  • cyan value is 21.02%
  • magenta value is 32.48%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (21,32,0,38)
C21M32Y0K38 (21%, 32%, 0%, 38%)
(0.21 / 0.32 / 0.00 / 0.38)

CMYK percentages

%21.02
%32.48
%0
%38.43

Codes

Color #7C6A9D in popluar color models

7C 6A 9D
RGB 124 106 157
HSL 261° 20.65% 51.57%
HSB/HSV 261° 32.48% 61.57%
CMYK 21.02% 32.48% 0.00%
38.43%

Color #7C6A9D in popluar number systems.

HEX 7C 6A 9D
Decimal 124 106 157
Binary 1111100 1101010 10011101
Octal 174 152 235

Shades and tints

Shades of #7C6A9D

#7C6A9D
(124,106,157)
#71618F
(113,97,143)
#665881
(102,88,129)
#5B4F73
(91,79,115)
#504665
(80,70,101)
#453D57
(69,61,87)
#3A3449
(58,52,73)
#2F2B3B
(47,43,59)
#24222D
(36,34,45)
#19191F
(25,25,31)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #7C6A9D

#7C6A9D
(124,106,157)
#8777A5
(135,119,165)
#9284AD
(146,132,173)
#9D91B5
(157,145,181)
#A89EBD
(168,158,189)
#B3ABC5
(179,171,197)
#BEB8CD
(190,184,205)
#C9C5D5
(201,197,213)
#D4D2DD
(212,210,221)
#DFDFE5
(223,223,229)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6A9D color. Also use rgb(124,106,157) instead hex code.

Text Font Color

.myTextColor { color: #7C6A9D; }

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

This text font color is #7C6A9D.

Background Color

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

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

This div background color is #7C6A9D.

Border color

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

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

This div border color is #7C6A9D.

Opacity

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

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

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

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

This text has shadow with #7C6A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6A9D.

Preview

Color preview on black background

This text has color #7C6A9D on black background.


Color preview on white background

This text has color #7C6A9D on white background.


Black color preview on #7C6A9D background

This text has black color on #7C6A9D background.


White color preview on #7C6A9D background

This text has white color on #7C6A9D background.


Related colors

Complementary color

Complementary color for #hex is #839562.


I love getcolorcode.com

Triadic colors

1 #9D7C6A and #6A9D7C with #7C6A9D are triadic colors.

2 #9D6A7C and #6A7C9D with #7C6A9D are triadic colors.