COLOR #7B4E7D

HEX: #7B4E7D
RGB: (123,78,125)

Color info

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

RGB color model

#7B4E7D color RGB value is (123,78,125).

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

RGB channels and saturation

R 123 of 255 = 48%
G 78 of 255 = 31%
B 125 of 255 = 49%

123
78
125

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

Portions of RGB colors in percentages

R + G + B =
123 + 78 + 125 = 326 (100%)
R 123 of 326 ~ 37.73%
G 78 of 326 ~ 23.93%
B 125 of 326 ~ 38.34%

%37.73
%23.93
%38.34

CMYK color model

#7B4E7D color CMYK value is (2,38,0,51).

  • cyan value is 1.60%
  • magenta value is 37.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(2,38,0,51)
C2M38Y0K51 
(2%,38%,0%,51%)
(0.02/0.38/0.00/0.51)	

CMYK percentages

%1.6
%37.6
%0
%50.98

Codes

Color #7B4E7D in popluar color models

7B4E7D
RGB12378125
HSL297°23.15%39.80%
HSB/HSV297°37.60%49.02%
CMYK1.60%37.60%0.00%
50.98%

Color #7B4E7D in popluar number systems.

HEX7B4E7D
Decimal12378125
Binary111101110011101111101
Octal173116175

Shades and tints

Shades of #7B4E7D

#7B4E7D
(123,78,125)
#704772
(112,71,114)
#654067
(101,64,103)
#5A395C
(90,57,92)
#4F3251
(79,50,81)
#442B46
(68,43,70)
#39243B
(57,36,59)
#2E1D30
(46,29,48)
#231625
(35,22,37)
#180F1A
(24,15,26)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #7B4E7D

#7B4E7D
(123,78,125)
#875E88
(135,94,136)
#936E93
(147,110,147)
#9F7E9E
(159,126,158)
#AB8EA9
(171,142,169)
#B79EB4
(183,158,180)
#C3AEBF
(195,174,191)
#CFBECA
(207,190,202)
#DBCED5
(219,206,213)
#E7DEE0
(231,222,224)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4E7D; }

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

This text font color is #7B4E7D.


Background Color

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

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

This div background color is #7B4E7D.


Border color

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

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

This div border color is #7B4E7D.


Opacity

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

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

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

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

This text has shadow with #7B4E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4E7D on black background.


Color preview on white background

This text has color #7B4E7D on white background.



Black color preview on #7B4E7D background

This text has black color on #7B4E7D background.


White color preview on #7B4E7D background

This text has white color on #7B4E7D background.