COLOR #7B4E79

HEX: #7B4E79
RGB: (123,78,121)

Color info

#7B4E79 contains red, green and blue colors in about the same proportion. Web safe color of #7B4E79 is #666666 (or #666).

RGB color model

#7B4E79 color RGB value is (123,78,121).

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

RGB channels and saturation

R 123 of 255 = 48%
G 78 of 255 = 31%
B 121 of 255 = 47%

123
78
121

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

Portions of RGB colors in percentages

R + G + B =
123 + 78 + 121 = 322 (100%)
R 123 of 322 ~ 38.2%
G 78 of 322 ~ 24.22%
B 121 of 322 ~ 37.58%

%38.2
%24.22
%37.58

CMYK color model

#7B4E79 color CMYK value is (0,37,2,52).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 1.63%
  • key color value is 51.76%
CMYK:
(0,37,2,52)
C0M37Y2K52 
(0%,37%,2%,52%)
(0.00/0.37/0.02/0.52)	

CMYK percentages

%0
%36.59
%1.63
%51.76

Codes

Color #7B4E79 in popluar color models

7B4E79
RGB12378121
HSL303°22.39%39.41%
HSB/HSV303°36.59%48.24%
CMYK0.00%36.59%1.63%
51.76%

Color #7B4E79 in popluar number systems.

HEX7B4E79
Decimal12378121
Binary111101110011101111001
Octal173116171

Shades and tints

Shades of #7B4E79

#7B4E79
(123,78,121)
#70476E
(112,71,110)
#654063
(101,64,99)
#5A3958
(90,57,88)
#4F324D
(79,50,77)
#442B42
(68,43,66)
#392437
(57,36,55)
#2E1D2C
(46,29,44)
#231621
(35,22,33)
#180F16
(24,15,22)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #7B4E79

#7B4E79
(123,78,121)
#875E85
(135,94,133)
#936E91
(147,110,145)
#9F7E9D
(159,126,157)
#AB8EA9
(171,142,169)
#B79EB5
(183,158,181)
#C3AEC1
(195,174,193)
#CFBECD
(207,190,205)
#DBCED9
(219,206,217)
#E7DEE5
(231,222,229)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4E79; }

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

This text font color is #7B4E79.


Background Color

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

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

This div background color is #7B4E79.


Border color

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

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

This div border color is #7B4E79.


Opacity

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

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

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

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

This text has shadow with #7B4E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4E79 on black background.


Color preview on white background

This text has color #7B4E79 on white background.



Black color preview on #7B4E79 background

This text has black color on #7B4E79 background.


White color preview on #7B4E79 background

This text has white color on #7B4E79 background.