COLOR #7B3E77

HEX: #7B3E77
RGB: (123,62,119)

Color info

#7B3E77 contains mainly red and blue colors. Web safe color of #7B3E77 is #663366 (or #636).

RGB color model

#7B3E77 color RGB value is (123,62,119).

  • red value is 123;
  • green value is 62;
  • blue value is 119.
RGB:
(123,62,119)
(48%,24%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 62 of 255 = 24%
B 119 of 255 = 47%

123
62
119

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

Portions of RGB colors in percentages

R + G + B =
123 + 62 + 119 = 304 (100%)
R 123 of 304 ~ 40.46%
G 62 of 304 ~ 20.39%
B 119 of 304 ~ 39.14%

%40.46
%20.39
%39.14

CMYK color model

#7B3E77 color CMYK value is (0,50,3,52).

  • cyan value is 0.00%
  • magenta value is 49.59%
  • yellow value is 3.25%
  • key color value is 51.76%
CMYK:
(0,50,3,52)
C0M50Y3K52 
(0%,50%,3%,52%)
(0.00/0.50/0.03/0.52)	

CMYK percentages

%0
%49.59
%3.25
%51.76

Codes

Color #7B3E77 in popluar color models

7B3E77
RGB12362119
HSL304°32.97%36.27%
HSB/HSV304°49.59%48.24%
CMYK0.00%49.59%3.25%
51.76%

Color #7B3E77 in popluar number systems.

HEX7B3E77
Decimal12362119
Binary11110111111101110111
Octal17376167

Shades and tints

Shades of #7B3E77

#7B3E77
(123,62,119)
#70396D
(112,57,109)
#653463
(101,52,99)
#5A2F59
(90,47,89)
#4F2A4F
(79,42,79)
#442545
(68,37,69)
#39203B
(57,32,59)
#2E1B31
(46,27,49)
#231627
(35,22,39)
#18111D
(24,17,29)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #7B3E77

#7B3E77
(123,62,119)
#874F83
(135,79,131)
#93608F
(147,96,143)
#9F719B
(159,113,155)
#AB82A7
(171,130,167)
#B793B3
(183,147,179)
#C3A4BF
(195,164,191)
#CFB5CB
(207,181,203)
#DBC6D7
(219,198,215)
#E7D7E3
(231,215,227)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3E77 color. Also use rgb(123,62,119) instead hex code.

Text Font Color

.myTextColor { color: #7B3E77; }

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

This text font color is #7B3E77.


Background Color

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

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

This div background color is #7B3E77.


Border color

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

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

This div border color is #7B3E77.


Opacity

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

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

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

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

This text has shadow with #7B3E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3E77 on black background.


Color preview on white background

This text has color #7B3E77 on white background.



Black color preview on #7B3E77 background

This text has black color on #7B3E77 background.


White color preview on #7B3E77 background

This text has white color on #7B3E77 background.