COLOR #7B6D9D

HEX: #7B6D9D
RGB: (123,109,157)

Color info

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

RGB color model

#7B6D9D color RGB value is (123,109,157).

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

RGB channels and saturation

R 123 of 255 = 48%
G 109 of 255 = 43%
B 157 of 255 = 62%

123
109
157

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

Portions of RGB colors in percentages

R + G + B =
123 + 109 + 157 = 389 (100%)
R 123 of 389 ~ 31.62%
G 109 of 389 ~ 28.02%
B 157 of 389 ~ 40.36%

%31.62
%28.02
%40.36

CMYK color model

#7B6D9D color CMYK value is (22,31,0,38).

  • cyan value is 21.66%
  • magenta value is 30.57%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(22,31,0,38)
C22M31Y0K38 
(22%,31%,0%,38%)
(0.22/0.31/0.00/0.38)	

CMYK percentages

%21.66
%30.57
%0
%38.43

Codes

Color #7B6D9D in popluar color models

7B6D9D
RGB123109157
HSL258°19.67%52.16%
HSB/HSV258°30.57%61.57%
CMYK21.66%30.57%0.00%
38.43%

Color #7B6D9D in popluar number systems.

HEX7B6D9D
Decimal123109157
Binary1111011110110110011101
Octal173155235

Shades and tints

Shades of #7B6D9D

#7B6D9D
(123,109,157)
#70648F
(112,100,143)
#655B81
(101,91,129)
#5A5273
(90,82,115)
#4F4965
(79,73,101)
#444057
(68,64,87)
#393749
(57,55,73)
#2E2E3B
(46,46,59)
#23252D
(35,37,45)
#181C1F
(24,28,31)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #7B6D9D

#7B6D9D
(123,109,157)
#877AA5
(135,122,165)
#9387AD
(147,135,173)
#9F94B5
(159,148,181)
#ABA1BD
(171,161,189)
#B7AEC5
(183,174,197)
#C3BBCD
(195,187,205)
#CFC8D5
(207,200,213)
#DBD5DD
(219,213,221)
#E7E2E5
(231,226,229)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6D9D; }

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

This text font color is #7B6D9D.


Background Color

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

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

This div background color is #7B6D9D.


Border color

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

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

This div border color is #7B6D9D.


Opacity

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

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

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

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

This text has shadow with #7B6D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6D9D on black background.


Color preview on white background

This text has color #7B6D9D on white background.



Black color preview on #7B6D9D background

This text has black color on #7B6D9D background.


White color preview on #7B6D9D background

This text has white color on #7B6D9D background.