COLOR #7C7990

HEX: #7C7990
RGB: (124,121,144)

Color info

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

RGB color model

#7C7990 color RGB value is (124,121,144).

  • red value is 124;
  • green value is 121;
  • blue value is 144.
RGB:
(124,121,144)
(49%,47%,56%)

RGB channels and saturation

R 124 of 255 = 49%
G 121 of 255 = 47%
B 144 of 255 = 56%

124
121
144

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

Portions of RGB colors in percentages

R + G + B =
124 + 121 + 144 = 389 (100%)
R 124 of 389 ~ 31.88%
G 121 of 389 ~ 31.11%
B 144 of 389 ~ 37.02%

%31.88
%31.11
%37.02

CMYK color model

#7C7990 color CMYK value is (14,16,0,44).

  • cyan value is 13.89%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(14,16,0,44)
C14M16Y0K44 
(14%,16%,0%,44%)
(0.14/0.16/0.00/0.44)	

CMYK percentages

%13.89
%15.97
%0
%43.53

Codes

Color #7C7990 in popluar color models

7C7990
RGB124121144
HSL248°9.39%51.96%
HSB/HSV248°15.97%56.47%
CMYK13.89%15.97%0.00%
43.53%

Color #7C7990 in popluar number systems.

HEX7C7990
Decimal124121144
Binary1111100111100110010000
Octal174171220

Shades and tints

Shades of #7C7990

#7C7990
(124,121,144)
#716E83
(113,110,131)
#666376
(102,99,118)
#5B5869
(91,88,105)
#504D5C
(80,77,92)
#45424F
(69,66,79)
#3A3742
(58,55,66)
#2F2C35
(47,44,53)
#242128
(36,33,40)
#19161B
(25,22,27)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #7C7990

#7C7990
(124,121,144)
#87859A
(135,133,154)
#9291A4
(146,145,164)
#9D9DAE
(157,157,174)
#A8A9B8
(168,169,184)
#B3B5C2
(179,181,194)
#BEC1CC
(190,193,204)
#C9CDD6
(201,205,214)
#D4D9E0
(212,217,224)
#DFE5EA
(223,229,234)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7990; }

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

This text font color is #7C7990.


Background Color

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

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

This div background color is #7C7990.


Border color

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

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

This div border color is #7C7990.


Opacity

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

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

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

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

This text has shadow with #7C7990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7990 on black background.


Color preview on white background

This text has color #7C7990 on white background.



Black color preview on #7C7990 background

This text has black color on #7C7990 background.


White color preview on #7C7990 background

This text has white color on #7C7990 background.