COLOR #7B7890

HEX: #7B7890
RGB: (123,120,144)

Color info

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

RGB color model

#7B7890 color RGB value is (123,120,144).

  • red value is 123;
  • green value is 120;
  • blue value is 144.
RGB:
(123,120,144)
(48%,47%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 144 of 255 = 56%

123
120
144

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

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 144 = 387 (100%)
R 123 of 387 ~ 31.78%
G 120 of 387 ~ 31.01%
B 144 of 387 ~ 37.21%

%31.78
%31.01
%37.21

CMYK color model

#7B7890 color CMYK value is (15,17,0,44).

  • cyan value is 14.58%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(15,17,0,44)
C15M17Y0K44 
(15%,17%,0%,44%)
(0.15/0.17/0.00/0.44)	

CMYK percentages

%14.58
%16.67
%0
%43.53

Codes

Color #7B7890 in popluar color models

7B7890
RGB123120144
HSL248°9.76%51.76%
HSB/HSV248°16.67%56.47%
CMYK14.58%16.67%0.00%
43.53%

Color #7B7890 in popluar number systems.

HEX7B7890
Decimal123120144
Binary1111011111100010010000
Octal173170220

Shades and tints

Shades of #7B7890

#7B7890
(123,120,144)
#706E83
(112,110,131)
#656476
(101,100,118)
#5A5A69
(90,90,105)
#4F505C
(79,80,92)
#44464F
(68,70,79)
#393C42
(57,60,66)
#2E3235
(46,50,53)
#232828
(35,40,40)
#181E1B
(24,30,27)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #7B7890

#7B7890
(123,120,144)
#87849A
(135,132,154)
#9390A4
(147,144,164)
#9F9CAE
(159,156,174)
#ABA8B8
(171,168,184)
#B7B4C2
(183,180,194)
#C3C0CC
(195,192,204)
#CFCCD6
(207,204,214)
#DBD8E0
(219,216,224)
#E7E4EA
(231,228,234)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7890; }

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

This text font color is #7B7890.


Background Color

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

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

This div background color is #7B7890.


Border color

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

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

This div border color is #7B7890.


Opacity

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

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

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

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

This text has shadow with #7B7890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7890 on black background.


Color preview on white background

This text has color #7B7890 on white background.



Black color preview on #7B7890 background

This text has black color on #7B7890 background.


White color preview on #7B7890 background

This text has white color on #7B7890 background.