COLOR #7C7394

HEX: #7C7394
RGB: (124,115,148)

Color info

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

RGB color model

#7C7394 color RGB value is (124,115,148).

  • red value is 124;
  • green value is 115;
  • blue value is 148.
RGB:
(124,115,148)
(49%,45%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 148 of 255 = 58%

124
115
148

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

Portions of RGB colors in percentages

R + G + B =
124 + 115 + 148 = 387 (100%)
R 124 of 387 ~ 32.04%
G 115 of 387 ~ 29.72%
B 148 of 387 ~ 38.24%

%32.04
%29.72
%38.24

CMYK color model

#7C7394 color CMYK value is (16,22,0,42).

  • cyan value is 16.22%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(16,22,0,42)
C16M22Y0K42 
(16%,22%,0%,42%)
(0.16/0.22/0.00/0.42)	

CMYK percentages

%16.22
%22.3
%0
%41.96

Codes

Color #7C7394 in popluar color models

7C7394
RGB124115148
HSL256°13.36%51.57%
HSB/HSV256°22.30%58.04%
CMYK16.22%22.30%0.00%
41.96%

Color #7C7394 in popluar number systems.

HEX7C7394
Decimal124115148
Binary1111100111001110010100
Octal174163224

Shades and tints

Shades of #7C7394

#7C7394
(124,115,148)
#716987
(113,105,135)
#665F7A
(102,95,122)
#5B556D
(91,85,109)
#504B60
(80,75,96)
#454153
(69,65,83)
#3A3746
(58,55,70)
#2F2D39
(47,45,57)
#24232C
(36,35,44)
#19191F
(25,25,31)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #7C7394

#7C7394
(124,115,148)
#877F9D
(135,127,157)
#928BA6
(146,139,166)
#9D97AF
(157,151,175)
#A8A3B8
(168,163,184)
#B3AFC1
(179,175,193)
#BEBBCA
(190,187,202)
#C9C7D3
(201,199,211)
#D4D3DC
(212,211,220)
#DFDFE5
(223,223,229)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7394 color. Also use rgb(124,115,148) instead hex code.

Text Font Color

.myTextColor { color: #7C7394; }

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

This text font color is #7C7394.


Background Color

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

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

This div background color is #7C7394.


Border color

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

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

This div border color is #7C7394.


Opacity

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

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

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

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

This text has shadow with #7C7394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7394 on black background.


Color preview on white background

This text has color #7C7394 on white background.



Black color preview on #7C7394 background

This text has black color on #7C7394 background.


White color preview on #7C7394 background

This text has white color on #7C7394 background.