COLOR #7B7196

HEX: #7B7196
RGB: (123,113,150)

Color info

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

RGB color model

#7B7196 color RGB value is (123,113,150).

  • red value is 123;
  • green value is 113;
  • blue value is 150.
RGB:
(123,113,150)
(48%,44%,59%)

RGB channels and saturation

R 123 of 255 = 48%
G 113 of 255 = 44%
B 150 of 255 = 59%

123
113
150

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

Portions of RGB colors in percentages

R + G + B =
123 + 113 + 150 = 386 (100%)
R 123 of 386 ~ 31.87%
G 113 of 386 ~ 29.27%
B 150 of 386 ~ 38.86%

%31.87
%29.27
%38.86

CMYK color model

#7B7196 color CMYK value is (18,25,0,41).

  • cyan value is 18.00%
  • magenta value is 24.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(18,25,0,41)
C18M25Y0K41 
(18%,25%,0%,41%)
(0.18/0.25/0.00/0.41)	

CMYK percentages

%18
%24.67
%0
%41.18

Codes

Color #7B7196 in popluar color models

7B7196
RGB123113150
HSL256°14.98%51.57%
HSB/HSV256°24.67%58.82%
CMYK18.00%24.67%0.00%
41.18%

Color #7B7196 in popluar number systems.

HEX7B7196
Decimal123113150
Binary1111011111000110010110
Octal173161226

Shades and tints

Shades of #7B7196

#7B7196
(123,113,150)
#706789
(112,103,137)
#655D7C
(101,93,124)
#5A536F
(90,83,111)
#4F4962
(79,73,98)
#443F55
(68,63,85)
#393548
(57,53,72)
#2E2B3B
(46,43,59)
#23212E
(35,33,46)
#181721
(24,23,33)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #7B7196

#7B7196
(123,113,150)
#877D9F
(135,125,159)
#9389A8
(147,137,168)
#9F95B1
(159,149,177)
#ABA1BA
(171,161,186)
#B7ADC3
(183,173,195)
#C3B9CC
(195,185,204)
#CFC5D5
(207,197,213)
#DBD1DE
(219,209,222)
#E7DDE7
(231,221,231)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7196; }

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

This text font color is #7B7196.


Background Color

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

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

This div background color is #7B7196.


Border color

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

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

This div border color is #7B7196.


Opacity

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

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

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

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

This text has shadow with #7B7196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7196 on black background.


Color preview on white background

This text has color #7B7196 on white background.



Black color preview on #7B7196 background

This text has black color on #7B7196 background.


White color preview on #7B7196 background

This text has white color on #7B7196 background.