COLOR #7B6CA4

HEX: #7B6CA4
RGB: (123,108,164)

Color info

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

RGB color model

#7B6CA4 color RGB value is (123,108,164).

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

RGB channels and saturation

R 123 of 255 = 48%
G 108 of 255 = 42%
B 164 of 255 = 64%

123
108
164

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

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 164 = 395 (100%)
R 123 of 395 ~ 31.14%
G 108 of 395 ~ 27.34%
B 164 of 395 ~ 41.52%

%31.14
%27.34
%41.52

CMYK color model

#7B6CA4 color CMYK value is (25,34,0,36).

  • cyan value is 25.00%
  • magenta value is 34.15%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(25,34,0,36)
C25M34Y0K36 
(25%,34%,0%,36%)
(0.25/0.34/0.00/0.36)	

CMYK percentages

%25
%34.15
%0
%35.69

Codes

Color #7B6CA4 in popluar color models

7B6CA4
RGB123108164
HSL256°23.53%53.33%
HSB/HSV256°34.15%64.31%
CMYK25.00%34.15%0.00%
35.69%

Color #7B6CA4 in popluar number systems.

HEX7B6CA4
Decimal123108164
Binary1111011110110010100100
Octal173154244

Shades and tints

Shades of #7B6CA4

#7B6CA4
(123,108,164)
#706396
(112,99,150)
#655A88
(101,90,136)
#5A517A
(90,81,122)
#4F486C
(79,72,108)
#443F5E
(68,63,94)
#393650
(57,54,80)
#2E2D42
(46,45,66)
#232434
(35,36,52)
#181B26
(24,27,38)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #7B6CA4

#7B6CA4
(123,108,164)
#8779AC
(135,121,172)
#9386B4
(147,134,180)
#9F93BC
(159,147,188)
#ABA0C4
(171,160,196)
#B7ADCC
(183,173,204)
#C3BAD4
(195,186,212)
#CFC7DC
(207,199,220)
#DBD4E4
(219,212,228)
#E7E1EC
(231,225,236)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6CA4; }

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

This text font color is #7B6CA4.


Background Color

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

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

This div background color is #7B6CA4.


Border color

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

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

This div border color is #7B6CA4.


Opacity

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

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

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

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

This text has shadow with #7B6CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6CA4 on black background.


Color preview on white background

This text has color #7B6CA4 on white background.



Black color preview on #7B6CA4 background

This text has black color on #7B6CA4 background.


White color preview on #7B6CA4 background

This text has white color on #7B6CA4 background.