COLOR #7B4CA4

HEX: #7B4CA4
RGB: (123,76,164)

Color info

#7B4CA4 contains mainly red and blue colors. Web safe color of #7B4CA4 is #663399 (or #639).

RGB color model

#7B4CA4 color RGB value is (123,76,164).

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

RGB channels and saturation

R 123 of 255 = 48%
G 76 of 255 = 30%
B 164 of 255 = 64%

123
76
164

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

Portions of RGB colors in percentages

R + G + B =
123 + 76 + 164 = 363 (100%)
R 123 of 363 ~ 33.88%
G 76 of 363 ~ 20.94%
B 164 of 363 ~ 45.18%

%33.88
%20.94
%45.18

CMYK color model

#7B4CA4 color CMYK value is (25,54,0,36).

  • cyan value is 25.00%
  • magenta value is 53.66%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(25,54,0,36)
C25M54Y0K36 
(25%,54%,0%,36%)
(0.25/0.54/0.00/0.36)	

CMYK percentages

%25
%53.66
%0
%35.69

Codes

Color #7B4CA4 in popluar color models

7B4CA4
RGB12376164
HSL272°36.67%47.06%
HSB/HSV272°53.66%64.31%
CMYK25.00%53.66%0.00%
35.69%

Color #7B4CA4 in popluar number systems.

HEX7B4CA4
Decimal12376164
Binary1111011100110010100100
Octal173114244

Shades and tints

Shades of #7B4CA4

#7B4CA4
(123,76,164)
#704696
(112,70,150)
#654088
(101,64,136)
#5A3A7A
(90,58,122)
#4F346C
(79,52,108)
#442E5E
(68,46,94)
#392850
(57,40,80)
#2E2242
(46,34,66)
#231C34
(35,28,52)
#181626
(24,22,38)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #7B4CA4

#7B4CA4
(123,76,164)
#875CAC
(135,92,172)
#936CB4
(147,108,180)
#9F7CBC
(159,124,188)
#AB8CC4
(171,140,196)
#B79CCC
(183,156,204)
#C3ACD4
(195,172,212)
#CFBCDC
(207,188,220)
#DBCCE4
(219,204,228)
#E7DCEC
(231,220,236)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4CA4; }

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

This text font color is #7B4CA4.


Background Color

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

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

This div background color is #7B4CA4.


Border color

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

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

This div border color is #7B4CA4.


Opacity

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

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

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

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

This text has shadow with #7B4CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4CA4 on black background.


Color preview on white background

This text has color #7B4CA4 on white background.



Black color preview on #7B4CA4 background

This text has black color on #7B4CA4 background.


White color preview on #7B4CA4 background

This text has white color on #7B4CA4 background.