COLOR #7B679D

HEX: #7B679D
RGB: (123,103,157)

Color info

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

RGB color model

#7B679D color RGB value is (123,103,157).

  • red value is 123;
  • green value is 103;
  • blue value is 157.
RGB:
(123,103,157)
(48%,40%,62%)

RGB channels and saturation

R 123 of 255 = 48%
G 103 of 255 = 40%
B 157 of 255 = 62%

123
103
157

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

Portions of RGB colors in percentages

R + G + B =
123 + 103 + 157 = 383 (100%)
R 123 of 383 ~ 32.11%
G 103 of 383 ~ 26.89%
B 157 of 383 ~ 40.99%

%32.11
%26.89
%40.99

CMYK color model

#7B679D color CMYK value is (22,34,0,38).

  • cyan value is 21.66%
  • magenta value is 34.39%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(22,34,0,38)
C22M34Y0K38 
(22%,34%,0%,38%)
(0.22/0.34/0.00/0.38)	

CMYK percentages

%21.66
%34.39
%0
%38.43

Codes

Color #7B679D in popluar color models

7B679D
RGB123103157
HSL262°21.60%50.98%
HSB/HSV262°34.39%61.57%
CMYK21.66%34.39%0.00%
38.43%

Color #7B679D in popluar number systems.

HEX7B679D
Decimal123103157
Binary1111011110011110011101
Octal173147235

Shades and tints

Shades of #7B679D

#7B679D
(123,103,157)
#705E8F
(112,94,143)
#655581
(101,85,129)
#5A4C73
(90,76,115)
#4F4365
(79,67,101)
#443A57
(68,58,87)
#393149
(57,49,73)
#2E283B
(46,40,59)
#231F2D
(35,31,45)
#18161F
(24,22,31)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #7B679D

#7B679D
(123,103,157)
#8774A5
(135,116,165)
#9381AD
(147,129,173)
#9F8EB5
(159,142,181)
#AB9BBD
(171,155,189)
#B7A8C5
(183,168,197)
#C3B5CD
(195,181,205)
#CFC2D5
(207,194,213)
#DBCFDD
(219,207,221)
#E7DCE5
(231,220,229)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B679D color. Also use rgb(123,103,157) instead hex code.

Text Font Color

.myTextColor { color: #7B679D; }

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

This text font color is #7B679D.


Background Color

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

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

This div background color is #7B679D.


Border color

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

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

This div border color is #7B679D.


Opacity

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

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

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

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

This text has shadow with #7B679D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B679D on black background.


Color preview on white background

This text has color #7B679D on white background.



Black color preview on #7B679D background

This text has black color on #7B679D background.


White color preview on #7B679D background

This text has white color on #7B679D background.