COLOR #7B6C9E

HEX: #7B6C9E
RGB: (123,108,158)

Color info

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

RGB color model

#7B6C9E color RGB value is (123,108,158).

  • red value is 123;
  • green value is 108;
  • blue value is 158.
RGB:
(123,108,158)
(48%,42%,62%)

RGB channels and saturation

R 123 of 255 = 48%
G 108 of 255 = 42%
B 158 of 255 = 62%

123
108
158

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

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 158 = 389 (100%)
R 123 of 389 ~ 31.62%
G 108 of 389 ~ 27.76%
B 158 of 389 ~ 40.62%

%31.62
%27.76
%40.62

CMYK color model

#7B6C9E color CMYK value is (22,32,0,38).

  • cyan value is 22.15%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(22,32,0,38)
C22M32Y0K38 
(22%,32%,0%,38%)
(0.22/0.32/0.00/0.38)	

CMYK percentages

%22.15
%31.65
%0
%38.04

Codes

Color #7B6C9E in popluar color models

7B6C9E
RGB123108158
HSL258°20.49%52.16%
HSB/HSV258°31.65%61.96%
CMYK22.15%31.65%0.00%
38.04%

Color #7B6C9E in popluar number systems.

HEX7B6C9E
Decimal123108158
Binary1111011110110010011110
Octal173154236

Shades and tints

Shades of #7B6C9E

#7B6C9E
(123,108,158)
#706390
(112,99,144)
#655A82
(101,90,130)
#5A5174
(90,81,116)
#4F4866
(79,72,102)
#443F58
(68,63,88)
#39364A
(57,54,74)
#2E2D3C
(46,45,60)
#23242E
(35,36,46)
#181B20
(24,27,32)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #7B6C9E

#7B6C9E
(123,108,158)
#8779A6
(135,121,166)
#9386AE
(147,134,174)
#9F93B6
(159,147,182)
#ABA0BE
(171,160,190)
#B7ADC6
(183,173,198)
#C3BACE
(195,186,206)
#CFC7D6
(207,199,214)
#DBD4DE
(219,212,222)
#E7E1E6
(231,225,230)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6C9E color. Also use rgb(123,108,158) instead hex code.

Text Font Color

.myTextColor { color: #7B6C9E; }

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

This text font color is #7B6C9E.


Background Color

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

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

This div background color is #7B6C9E.


Border color

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

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

This div border color is #7B6C9E.


Opacity

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

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

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

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

This text has shadow with #7B6C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6C9E on black background.


Color preview on white background

This text has color #7B6C9E on white background.



Black color preview on #7B6C9E background

This text has black color on #7B6C9E background.


White color preview on #7B6C9E background

This text has white color on #7B6C9E background.