COLOR #7C6693

HEX: #7C6693
RGB: (124,102,147)

Color info

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

RGB color model

#7C6693 color RGB value is (124,102,147).

  • red value is 124;
  • green value is 102;
  • blue value is 147.
RGB:
(124,102,147)
(49%,40%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 147 of 255 = 58%

124
102
147

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

Portions of RGB colors in percentages

R + G + B =
124 + 102 + 147 = 373 (100%)
R 124 of 373 ~ 33.24%
G 102 of 373 ~ 27.35%
B 147 of 373 ~ 39.41%

%33.24
%27.35
%39.41

CMYK color model

#7C6693 color CMYK value is (16,31,0,42).

  • cyan value is 15.65%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(16,31,0,42)
C16M31Y0K42 
(16%,31%,0%,42%)
(0.16/0.31/0.00/0.42)	

CMYK percentages

%15.65
%30.61
%0
%42.35

Codes

Color #7C6693 in popluar color models

7C6693
RGB124102147
HSL269°18.07%48.82%
HSB/HSV269°30.61%57.65%
CMYK15.65%30.61%0.00%
42.35%

Color #7C6693 in popluar number systems.

HEX7C6693
Decimal124102147
Binary1111100110011010010011
Octal174146223

Shades and tints

Shades of #7C6693

#7C6693
(124,102,147)
#715D86
(113,93,134)
#665479
(102,84,121)
#5B4B6C
(91,75,108)
#50425F
(80,66,95)
#453952
(69,57,82)
#3A3045
(58,48,69)
#2F2738
(47,39,56)
#241E2B
(36,30,43)
#19151E
(25,21,30)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #7C6693

#7C6693
(124,102,147)
#87739C
(135,115,156)
#9280A5
(146,128,165)
#9D8DAE
(157,141,174)
#A89AB7
(168,154,183)
#B3A7C0
(179,167,192)
#BEB4C9
(190,180,201)
#C9C1D2
(201,193,210)
#D4CEDB
(212,206,219)
#DFDBE4
(223,219,228)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6693; }

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

This text font color is #7C6693.


Background Color

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

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

This div background color is #7C6693.


Border color

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

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

This div border color is #7C6693.


Opacity

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

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

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

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

This text has shadow with #7C6693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6693 on black background.


Color preview on white background

This text has color #7C6693 on white background.



Black color preview on #7C6693 background

This text has black color on #7C6693 background.


White color preview on #7C6693 background

This text has white color on #7C6693 background.