COLOR #7B4379

HEX: #7B4379
RGB: (123,67,121)

Color info

#7B4379 contains red, green and blue colors in about the same proportion. Web safe color of #7B4379 is #663366 (or #636).

RGB color model

#7B4379 color RGB value is (123,67,121).

  • red value is 123;
  • green value is 67;
  • blue value is 121.
RGB:
(123,67,121)
(48%,26%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 67 of 255 = 26%
B 121 of 255 = 47%

123
67
121

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

Portions of RGB colors in percentages

R + G + B =
123 + 67 + 121 = 311 (100%)
R 123 of 311 ~ 39.55%
G 67 of 311 ~ 21.54%
B 121 of 311 ~ 38.91%

%39.55
%21.54
%38.91

CMYK color model

#7B4379 color CMYK value is (0,46,2,52).

  • cyan value is 0.00%
  • magenta value is 45.53%
  • yellow value is 1.63%
  • key color value is 51.76%
CMYK:
(0,46,2,52)
C0M46Y2K52 
(0%,46%,2%,52%)
(0.00/0.46/0.02/0.52)	

CMYK percentages

%0
%45.53
%1.63
%51.76

Codes

Color #7B4379 in popluar color models

7B4379
RGB12367121
HSL302°29.47%37.25%
HSB/HSV302°45.53%48.24%
CMYK0.00%45.53%1.63%
51.76%

Color #7B4379 in popluar number systems.

HEX7B4379
Decimal12367121
Binary111101110000111111001
Octal173103171

Shades and tints

Shades of #7B4379

#7B4379
(123,67,121)
#703D6E
(112,61,110)
#653763
(101,55,99)
#5A3158
(90,49,88)
#4F2B4D
(79,43,77)
#442542
(68,37,66)
#391F37
(57,31,55)
#2E192C
(46,25,44)
#231321
(35,19,33)
#180D16
(24,13,22)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #7B4379

#7B4379
(123,67,121)
#875485
(135,84,133)
#936591
(147,101,145)
#9F769D
(159,118,157)
#AB87A9
(171,135,169)
#B798B5
(183,152,181)
#C3A9C1
(195,169,193)
#CFBACD
(207,186,205)
#DBCBD9
(219,203,217)
#E7DCE5
(231,220,229)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4379 color. Also use rgb(123,67,121) instead hex code.

Text Font Color

.myTextColor { color: #7B4379; }

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

This text font color is #7B4379.


Background Color

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

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

This div background color is #7B4379.


Border color

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

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

This div border color is #7B4379.


Opacity

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

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

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

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

This text has shadow with #7B4379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4379 on black background.


Color preview on white background

This text has color #7B4379 on white background.



Black color preview on #7B4379 background

This text has black color on #7B4379 background.


White color preview on #7B4379 background

This text has white color on #7B4379 background.