COLOR #7B4792

HEX: #7B4792
RGB: (123,71,146)

Color info

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

RGB color model

#7B4792 color RGB value is (123,71,146).

  • red value is 123;
  • green value is 71;
  • blue value is 146.
RGB:
(123,71,146)
(48%,28%,57%)

RGB channels and saturation

R 123 of 255 = 48%
G 71 of 255 = 28%
B 146 of 255 = 57%

123
71
146

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

Portions of RGB colors in percentages

R + G + B =
123 + 71 + 146 = 340 (100%)
R 123 of 340 ~ 36.18%
G 71 of 340 ~ 20.88%
B 146 of 340 ~ 42.94%

%36.18
%20.88
%42.94

CMYK color model

#7B4792 color CMYK value is (16,51,0,43).

  • cyan value is 15.75%
  • magenta value is 51.37%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(16,51,0,43)
C16M51Y0K43 
(16%,51%,0%,43%)
(0.16/0.51/0.00/0.43)	

CMYK percentages

%15.75
%51.37
%0
%42.75

Codes

Color #7B4792 in popluar color models

7B4792
RGB12371146
HSL282°34.56%42.55%
HSB/HSV282°51.37%57.25%
CMYK15.75%51.37%0.00%
42.75%

Color #7B4792 in popluar number systems.

HEX7B4792
Decimal12371146
Binary1111011100011110010010
Octal173107222

Shades and tints

Shades of #7B4792

#7B4792
(123,71,146)
#704185
(112,65,133)
#653B78
(101,59,120)
#5A356B
(90,53,107)
#4F2F5E
(79,47,94)
#442951
(68,41,81)
#392344
(57,35,68)
#2E1D37
(46,29,55)
#23172A
(35,23,42)
#18111D
(24,17,29)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #7B4792

#7B4792
(123,71,146)
#87579B
(135,87,155)
#9367A4
(147,103,164)
#9F77AD
(159,119,173)
#AB87B6
(171,135,182)
#B797BF
(183,151,191)
#C3A7C8
(195,167,200)
#CFB7D1
(207,183,209)
#DBC7DA
(219,199,218)
#E7D7E3
(231,215,227)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4792 color. Also use rgb(123,71,146) instead hex code.

Text Font Color

.myTextColor { color: #7B4792; }

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

This text font color is #7B4792.


Background Color

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

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

This div background color is #7B4792.


Border color

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

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

This div border color is #7B4792.


Opacity

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

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

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

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

This text has shadow with #7B4792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4792 on black background.


Color preview on white background

This text has color #7B4792 on white background.



Black color preview on #7B4792 background

This text has black color on #7B4792 background.


White color preview on #7B4792 background

This text has white color on #7B4792 background.