COLOR #7C7C93

HEX: #7C7C93
RGB: (124,124,147)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
124
147

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

Portions of RGB colors in percentages

R + G + B =
124 + 124 + 147 = 395 (100%)
R 124 of 395 ~ 31.39%
G 124 of 395 ~ 31.39%
B 147 of 395 ~ 37.22%

%31.39
%31.39
%37.22

CMYK color model

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

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

CMYK percentages

%15.65
%15.65
%0
%42.35

Codes

Color #7C7C93 in popluar color models

7C7C93
RGB124124147
HSL240°9.62%53.14%
HSB/HSV240°15.65%57.65%
CMYK15.65%15.65%0.00%
42.35%

Color #7C7C93 in popluar number systems.

HEX7C7C93
Decimal124124147
Binary1111100111110010010011
Octal174174223

Shades and tints

Shades of #7C7C93

#7C7C93
(124,124,147)
#717186
(113,113,134)
#666679
(102,102,121)
#5B5B6C
(91,91,108)
#50505F
(80,80,95)
#454552
(69,69,82)
#3A3A45
(58,58,69)
#2F2F38
(47,47,56)
#24242B
(36,36,43)
#19191E
(25,25,30)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #7C7C93

#7C7C93
(124,124,147)
#87879C
(135,135,156)
#9292A5
(146,146,165)
#9D9DAE
(157,157,174)
#A8A8B7
(168,168,183)
#B3B3C0
(179,179,192)
#BEBEC9
(190,190,201)
#C9C9D2
(201,201,210)
#D4D4DB
(212,212,219)
#DFDFE4
(223,223,228)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7C93; }

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

This text font color is #7C7C93.


Background Color

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

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

This div background color is #7C7C93.


Border color

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

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

This div border color is #7C7C93.


Opacity

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

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

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

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

This text has shadow with #7C7C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7C93 on black background.


Color preview on white background

This text has color #7C7C93 on white background.



Black color preview on #7C7C93 background

This text has black color on #7C7C93 background.


White color preview on #7C7C93 background

This text has white color on #7C7C93 background.