COLOR #7B3D77

HEX: #7B3D77
RGB: (123,61,119)

Color info

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

RGB color model

#7B3D77 color RGB value is (123,61,119).

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

RGB channels and saturation

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

123
61
119

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

Portions of RGB colors in percentages

R + G + B =
123 + 61 + 119 = 303 (100%)
R 123 of 303 ~ 40.59%
G 61 of 303 ~ 20.13%
B 119 of 303 ~ 39.27%

%40.59
%20.13
%39.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.41%
  • 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
%50.41
%3.25
%51.76

Codes

Color #7B3D77 in popluar color models

7B3D77
RGB12361119
HSL304°33.70%36.08%
HSB/HSV304°50.41%48.24%
CMYK0.00%50.41%3.25%
51.76%

Color #7B3D77 in popluar number systems.

HEX7B3D77
Decimal12361119
Binary11110111111011110111
Octal17375167

Shades and tints

Shades of #7B3D77

#7B3D77
(123,61,119)
#70386D
(112,56,109)
#653363
(101,51,99)
#5A2E59
(90,46,89)
#4F294F
(79,41,79)
#442445
(68,36,69)
#391F3B
(57,31,59)
#2E1A31
(46,26,49)
#231527
(35,21,39)
#18101D
(24,16,29)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #7B3D77

#7B3D77
(123,61,119)
#874E83
(135,78,131)
#935F8F
(147,95,143)
#9F709B
(159,112,155)
#AB81A7
(171,129,167)
#B792B3
(183,146,179)
#C3A3BF
(195,163,191)
#CFB4CB
(207,180,203)
#DBC5D7
(219,197,215)
#E7D6E3
(231,214,227)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3D77; }

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

This text font color is #7B3D77.


Background Color

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

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

This div background color is #7B3D77.


Border color

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

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

This div border color is #7B3D77.


Opacity

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

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

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

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

This text has shadow with #7B3D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3D77 on black background.


Color preview on white background

This text has color #7B3D77 on white background.



Black color preview on #7B3D77 background

This text has black color on #7B3D77 background.


White color preview on #7B3D77 background

This text has white color on #7B3D77 background.