COLOR #7B6EA4

HEX: #7B6EA4 RGB: (123,110,164)

Color info

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

RGB color model

#7B6EA4 color RGB value is (123,110,164).

RGB: (123,110,164) (48%, 43%, 64%)

RGB channels and saturation

R 123 of 255 = 48%
G 110 of 255 = 43%
B 164 of 255 = 64%

123
110
164

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

Portions of RGB colors in percentages

R + G + B = 123 + 110 + 164 = 397 (100%)
R 123 of 397 ~ 30.98%
G 110 of 397 ~ 27.71%
B 164 of 397 ~ 41.31'%

%30.98
%27.71
%41.31

CMYK color model

#7B6EA4 color CMYK value is (25,33,0,36).

  • cyan value is 25.00%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (25,33,0,36)
C25M33Y0K36 (25%, 33%, 0%, 36%)
(0.25 / 0.33 / 0.00 / 0.36)

CMYK percentages

%25
%32.93
%0
%35.69

Codes

Color #7B6EA4 in popluar color models

7B 6E A4
RGB 123 110 164
HSL 254° 22.88% 53.73%
HSB/HSV 254° 32.93% 64.31%
CMYK 25.00% 32.93% 0.00%
35.69%

Color #7B6EA4 in popluar number systems.

HEX 7B 6E A4
Decimal 123 110 164
Binary 1111011 1101110 10100100
Octal 173 156 244

Shades and tints

Shades of #7B6EA4

#7B6EA4
(123,110,164)
#706496
(112,100,150)
#655A88
(101,90,136)
#5A507A
(90,80,122)
#4F466C
(79,70,108)
#443C5E
(68,60,94)
#393250
(57,50,80)
#2E2842
(46,40,66)
#231E34
(35,30,52)
#181426
(24,20,38)
#0D0A18
(13,10,24)
#000000
(0,0,0)

Tints of #7B6EA4

#7B6EA4
(123,110,164)
#877BAC
(135,123,172)
#9388B4
(147,136,180)
#9F95BC
(159,149,188)
#ABA2C4
(171,162,196)
#B7AFCC
(183,175,204)
#C3BCD4
(195,188,212)
#CFC9DC
(207,201,220)
#DBD6E4
(219,214,228)
#E7E3EC
(231,227,236)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6EA4; }

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

This text font color is #7B6EA4.

Background Color

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

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

This div background color is #7B6EA4.

Border color

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

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

This div border color is #7B6EA4.

Opacity

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

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

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

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

This text has shadow with #7B6EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6EA4.

Preview

Color preview on black background

This text has color #7B6EA4 on black background.


Color preview on white background

This text has color #7B6EA4 on white background.


Black color preview on #7B6EA4 background

This text has black color on #7B6EA4 background.


White color preview on #7B6EA4 background

This text has white color on #7B6EA4 background.


Related colors

Complementary color

Complementary color for #hex is #84915B.


I love getcolorcode.com

Triadic colors

1 #A47B6E and #6EA47B with #7B6EA4 are triadic colors.

2 #A46E7B and #6E7BA4 with #7B6EA4 are triadic colors.