COLOR #7B6CA3

HEX: #7B6CA3 RGB: (123,108,163)

Color info

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

RGB color model

#7B6CA3 color RGB value is (123,108,163).

RGB: (123,108,163) (48%, 42%, 64%)

RGB channels and saturation

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

123
108
163

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

Portions of RGB colors in percentages

R + G + B = 123 + 108 + 163 = 394 (100%)
R 123 of 394 ~ 31.22%
G 108 of 394 ~ 27.41%
B 163 of 394 ~ 41.37'%

%31.22
%27.41
%41.37

CMYK color model

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

  • cyan value is 24.54%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (25,34,0,36)
C25M34Y0K36 (25%, 34%, 0%, 36%)
(0.25 / 0.34 / 0.00 / 0.36)

CMYK percentages

%24.54
%33.74
%0
%36.08

Codes

Color #7B6CA3 in popluar color models

7B 6C A3
RGB 123 108 163
HSL 256° 23.01% 53.14%
HSB/HSV 256° 33.74% 63.92%
CMYK 24.54% 33.74% 0.00%
36.08%

Color #7B6CA3 in popluar number systems.

HEX 7B 6C A3
Decimal 123 108 163
Binary 1111011 1101100 10100011
Octal 173 154 243

Shades and tints

Shades of #7B6CA3

#7B6CA3
(123,108,163)
#706395
(112,99,149)
#655A87
(101,90,135)
#5A5179
(90,81,121)
#4F486B
(79,72,107)
#443F5D
(68,63,93)
#39364F
(57,54,79)
#2E2D41
(46,45,65)
#232433
(35,36,51)
#181B25
(24,27,37)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #7B6CA3

#7B6CA3
(123,108,163)
#8779AB
(135,121,171)
#9386B3
(147,134,179)
#9F93BB
(159,147,187)
#ABA0C3
(171,160,195)
#B7ADCB
(183,173,203)
#C3BAD3
(195,186,211)
#CFC7DB
(207,199,219)
#DBD4E3
(219,212,227)
#E7E1EB
(231,225,235)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6CA3; }

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

This text font color is #7B6CA3.

Background Color

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

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

This div background color is #7B6CA3.

Border color

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

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

This div border color is #7B6CA3.

Opacity

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

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

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

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

This text has shadow with #7B6CA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6CA3.

Preview

Color preview on black background

This text has color #7B6CA3 on black background.


Color preview on white background

This text has color #7B6CA3 on white background.


Black color preview on #7B6CA3 background

This text has black color on #7B6CA3 background.


White color preview on #7B6CA3 background

This text has white color on #7B6CA3 background.


Related colors

Complementary color

Complementary color for #hex is #84935C.


I love getcolorcode.com

Triadic colors

1 #A37B6C and #6CA37B with #7B6CA3 are triadic colors.

2 #A36C7B and #6C7BA3 with #7B6CA3 are triadic colors.