COLOR #7B719B

HEX: #7B719B
RGB: (123,113,155)

Color info

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

RGB color model

#7B719B color RGB value is (123,113,155).

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

RGB channels and saturation

R 123 of 255 = 48%
G 113 of 255 = 44%
B 155 of 255 = 61%

123
113
155

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

Portions of RGB colors in percentages

R + G + B =
123 + 113 + 155 = 391 (100%)
R 123 of 391 ~ 31.46%
G 113 of 391 ~ 28.9%
B 155 of 391 ~ 39.64%

%31.46
%28.9
%39.64

CMYK color model

#7B719B color CMYK value is (21,27,0,39).

  • cyan value is 20.65%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(21,27,0,39)
C21M27Y0K39 
(21%,27%,0%,39%)
(0.21/0.27/0.00/0.39)	

CMYK percentages

%20.65
%27.1
%0
%39.22

Codes

Color #7B719B in popluar color models

7B719B
RGB123113155
HSL254°17.36%52.55%
HSB/HSV254°27.10%60.78%
CMYK20.65%27.10%0.00%
39.22%

Color #7B719B in popluar number systems.

HEX7B719B
Decimal123113155
Binary1111011111000110011011
Octal173161233

Shades and tints

Shades of #7B719B

#7B719B
(123,113,155)
#70678D
(112,103,141)
#655D7F
(101,93,127)
#5A5371
(90,83,113)
#4F4963
(79,73,99)
#443F55
(68,63,85)
#393547
(57,53,71)
#2E2B39
(46,43,57)
#23212B
(35,33,43)
#18171D
(24,23,29)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #7B719B

#7B719B
(123,113,155)
#877DA4
(135,125,164)
#9389AD
(147,137,173)
#9F95B6
(159,149,182)
#ABA1BF
(171,161,191)
#B7ADC8
(183,173,200)
#C3B9D1
(195,185,209)
#CFC5DA
(207,197,218)
#DBD1E3
(219,209,227)
#E7DDEC
(231,221,236)
#F3E9F5
(243,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B719B; }

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

This text font color is #7B719B.


Background Color

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

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

This div background color is #7B719B.


Border color

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

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

This div border color is #7B719B.


Opacity

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

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

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

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

This text has shadow with #7B719B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B719B on black background.


Color preview on white background

This text has color #7B719B on white background.



Black color preview on #7B719B background

This text has black color on #7B719B background.


White color preview on #7B719B background

This text has white color on #7B719B background.