COLOR #7C7890

HEX: #7C7890 RGB: (124,120,144)

Color info

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

RGB color model

#7C7890 color RGB value is (124,120,144).

RGB: (124,120,144) (49%, 47%, 56%)

RGB channels and saturation

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

124
120
144

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

Portions of RGB colors in percentages

R + G + B = 124 + 120 + 144 = 388 (100%)
R 124 of 388 ~ 31.96%
G 120 of 388 ~ 30.93%
B 144 of 388 ~ 37.11'%

%31.96
%30.93
%37.11

CMYK color model

#7C7890 color CMYK value is (14,17,0,44).

  • cyan value is 13.89%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (14,17,0,44) C14M17Y0K44 (14%,17%,0%,44%) (0.14/0.17/0.00/0.44) 

CMYK percentages

%13.89
%16.67
%0
%43.53

Codes

Color #7C7890 in popluar color models

7C 78 90
RGB 124 120 144
HSL 250° 9.76% 51.76%
HSB/HSV 250° 16.67% 56.47%
CMYK 13.89% 16.67% 0.00%
43.53%

Color #7C7890 in popluar number systems.

HEX 7C 78 90
Decimal 124 120 144
Binary 1111100 1111000 10010000
Octal 174 170 220

Shades and tints

Shades of #7C7890

#7C7890
(124,120,144)
#716E83
(113,110,131)
#666476
(102,100,118)
#5B5A69
(91,90,105)
#50505C
(80,80,92)
#45464F
(69,70,79)
#3A3C42
(58,60,66)
#2F3235
(47,50,53)
#242828
(36,40,40)
#191E1B
(25,30,27)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #7C7890

#7C7890
(124,120,144)
#87849A
(135,132,154)
#9290A4
(146,144,164)
#9D9CAE
(157,156,174)
#A8A8B8
(168,168,184)
#B3B4C2
(179,180,194)
#BEC0CC
(190,192,204)
#C9CCD6
(201,204,214)
#D4D8E0
(212,216,224)
#DFE4EA
(223,228,234)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7890; }

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

This text font color is #7C7890.

Background Color

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

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

This div background color is #7C7890.

Border color

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

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

This div border color is #7C7890.

Opacity

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

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

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

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

This text has shadow with #7C7890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7890.

Preview

Color preview on black background

This text has color #7C7890 on black background.


Color preview on white background

This text has color #7C7890 on white background.


Black color preview on #7C7890 background

This text has black color on #7C7890 background.


White color preview on #7C7890 background

This text has white color on #7C7890 background.


Related colors

Complementary color

Complementary color for #hex is #83876F.


I love getcolorcode.com

Triadic colors

1 #907C78 and #78907C with #7C7890 are triadic colors.

2 #90787C and #787C90 with #7C7890 are triadic colors.