COLOR #7B7190

HEX: #7B7190 RGB: (123,113,144)

Color info

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

RGB color model

#7B7190 color RGB value is (123,113,144).

RGB: (123,113,144) (48%, 44%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 113 of 255 = 44%
B 144 of 255 = 56%

123
113
144

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

Portions of RGB colors in percentages

R + G + B = 123 + 113 + 144 = 380 (100%)
R 123 of 380 ~ 32.37%
G 113 of 380 ~ 29.74%
B 144 of 380 ~ 37.89'%

%32.37
%29.74
%37.89

CMYK color model

#7B7190 color CMYK value is (15,22,0,44).

  • cyan value is 14.58%
  • magenta value is 21.53%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (15,22,0,44)
C15M22Y0K44 (15%, 22%, 0%, 44%)
(0.15 / 0.22 / 0.00 / 0.44)

CMYK percentages

%14.58
%21.53
%0
%43.53

Codes

Color #7B7190 in popluar color models

7B 71 90
RGB 123 113 144
HSL 259° 12.25% 50.39%
HSB/HSV 259° 21.53% 56.47%
CMYK 14.58% 21.53% 0.00%
43.53%

Color #7B7190 in popluar number systems.

HEX 7B 71 90
Decimal 123 113 144
Binary 1111011 1110001 10010000
Octal 173 161 220

Shades and tints

Shades of #7B7190

#7B7190
(123,113,144)
#706783
(112,103,131)
#655D76
(101,93,118)
#5A5369
(90,83,105)
#4F495C
(79,73,92)
#443F4F
(68,63,79)
#393542
(57,53,66)
#2E2B35
(46,43,53)
#232128
(35,33,40)
#18171B
(24,23,27)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #7B7190

#7B7190
(123,113,144)
#877D9A
(135,125,154)
#9389A4
(147,137,164)
#9F95AE
(159,149,174)
#ABA1B8
(171,161,184)
#B7ADC2
(183,173,194)
#C3B9CC
(195,185,204)
#CFC5D6
(207,197,214)
#DBD1E0
(219,209,224)
#E7DDEA
(231,221,234)
#F3E9F4
(243,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7190; }

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

This text font color is #7B7190.

Background Color

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

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

This div background color is #7B7190.

Border color

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

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

This div border color is #7B7190.

Opacity

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

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

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

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

This text has shadow with #7B7190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7190.

Preview

Color preview on black background

This text has color #7B7190 on black background.


Color preview on white background

This text has color #7B7190 on white background.


Black color preview on #7B7190 background

This text has black color on #7B7190 background.


White color preview on #7B7190 background

This text has white color on #7B7190 background.


Related colors

Complementary color

Complementary color for #hex is #848E6F.


I love getcolorcode.com

Triadic colors

1 #907B71 and #71907B with #7B7190 are triadic colors.

2 #90717B and #717B90 with #7B7190 are triadic colors.