COLOR #7C6697

HEX: #7C6697 RGB: (124,102,151)

Color info

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

RGB color model

#7C6697 color RGB value is (124,102,151).

RGB: (124,102,151) (49%, 40%, 59%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 151 of 255 = 59%

124
102
151

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

Portions of RGB colors in percentages

R + G + B = 124 + 102 + 151 = 377 (100%)
R 124 of 377 ~ 32.89%
G 102 of 377 ~ 27.06%
B 151 of 377 ~ 40.05'%

%32.89
%27.06
%40.05

CMYK color model

#7C6697 color CMYK value is (18,32,0,41).

  • cyan value is 17.88%
  • magenta value is 32.45%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (18,32,0,41)
C18M32Y0K41 (18%, 32%, 0%, 41%)
(0.18 / 0.32 / 0.00 / 0.41)

CMYK percentages

%17.88
%32.45
%0
%40.78

Codes

Color #7C6697 in popluar color models

7C 66 97
RGB 124 102 151
HSL 267° 19.37% 49.61%
HSB/HSV 267° 32.45% 59.22%
CMYK 17.88% 32.45% 0.00%
40.78%

Color #7C6697 in popluar number systems.

HEX 7C 66 97
Decimal 124 102 151
Binary 1111100 1100110 10010111
Octal 174 146 227

Shades and tints

Shades of #7C6697

#7C6697
(124,102,151)
#715D8A
(113,93,138)
#66547D
(102,84,125)
#5B4B70
(91,75,112)
#504263
(80,66,99)
#453956
(69,57,86)
#3A3049
(58,48,73)
#2F273C
(47,39,60)
#241E2F
(36,30,47)
#191522
(25,21,34)
#0E0C15
(14,12,21)
#000000
(0,0,0)

Tints of #7C6697

#7C6697
(124,102,151)
#8773A0
(135,115,160)
#9280A9
(146,128,169)
#9D8DB2
(157,141,178)
#A89ABB
(168,154,187)
#B3A7C4
(179,167,196)
#BEB4CD
(190,180,205)
#C9C1D6
(201,193,214)
#D4CEDF
(212,206,223)
#DFDBE8
(223,219,232)
#EAE8F1
(234,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6697; }

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

This text font color is #7C6697.

Background Color

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

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

This div background color is #7C6697.

Border color

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

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

This div border color is #7C6697.

Opacity

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

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

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

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

This text has shadow with #7C6697 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6697.

Preview

Color preview on black background

This text has color #7C6697 on black background.


Color preview on white background

This text has color #7C6697 on white background.


Black color preview on #7C6697 background

This text has black color on #7C6697 background.


White color preview on #7C6697 background

This text has white color on #7C6697 background.


Related colors

Complementary color

Complementary color for #hex is #839968.


I love getcolorcode.com

Triadic colors

1 #977C66 and #66977C with #7C6697 are triadic colors.

2 #97667C and #667C97 with #7C6697 are triadic colors.