COLOR #7B6F8D

HEX: #7B6F8D
RGB: (123,111,141)

Color info

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

RGB color model

#7B6F8D color RGB value is (123,111,141).

  • red value is 123;
  • green value is 111;
  • blue value is 141.
RGB:
(123,111,141)
(48%,44%,55%)

RGB channels and saturation

R 123 of 255 = 48%
G 111 of 255 = 44%
B 141 of 255 = 55%

123
111
141

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

Portions of RGB colors in percentages

R + G + B =
123 + 111 + 141 = 375 (100%)
R 123 of 375 ~ 32.8%
G 111 of 375 ~ 29.6%
B 141 of 375 ~ 37.6%

%32.8
%29.6
%37.6

CMYK color model

#7B6F8D color CMYK value is (13,21,0,45).

  • cyan value is 12.77%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(13,21,0,45)
C13M21Y0K45 
(13%,21%,0%,45%)
(0.13/0.21/0.00/0.45)	

CMYK percentages

%12.77
%21.28
%0
%44.71

Codes

Color #7B6F8D in popluar color models

7B6F8D
RGB123111141
HSL264°11.90%49.41%
HSB/HSV264°21.28%55.29%
CMYK12.77%21.28%0.00%
44.71%

Color #7B6F8D in popluar number systems.

HEX7B6F8D
Decimal123111141
Binary1111011110111110001101
Octal173157215

Shades and tints

Shades of #7B6F8D

#7B6F8D
(123,111,141)
#706581
(112,101,129)
#655B75
(101,91,117)
#5A5169
(90,81,105)
#4F475D
(79,71,93)
#443D51
(68,61,81)
#393345
(57,51,69)
#2E2939
(46,41,57)
#231F2D
(35,31,45)
#181521
(24,21,33)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #7B6F8D

#7B6F8D
(123,111,141)
#877C97
(135,124,151)
#9389A1
(147,137,161)
#9F96AB
(159,150,171)
#ABA3B5
(171,163,181)
#B7B0BF
(183,176,191)
#C3BDC9
(195,189,201)
#CFCAD3
(207,202,211)
#DBD7DD
(219,215,221)
#E7E4E7
(231,228,231)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6F8D color. Also use rgb(123,111,141) instead hex code.

Text Font Color

.myTextColor { color: #7B6F8D; }

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

This text font color is #7B6F8D.


Background Color

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

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

This div background color is #7B6F8D.


Border color

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

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

This div border color is #7B6F8D.


Opacity

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

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

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

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

This text has shadow with #7B6F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6F8D on black background.


Color preview on white background

This text has color #7B6F8D on white background.



Black color preview on #7B6F8D background

This text has black color on #7B6F8D background.


White color preview on #7B6F8D background

This text has white color on #7B6F8D background.