COLOR #7B3F73

HEX: #7B3F73
RGB: (123,63,115)

Color info

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

RGB color model

#7B3F73 color RGB value is (123,63,115).

  • red value is 123;
  • green value is 63;
  • blue value is 115.
RGB:
(123,63,115)
(48%,25%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 63 of 255 = 25%
B 115 of 255 = 45%

123
63
115

R + G + B ~ 39%. #7B3F73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 63 + 115 = 301 (100%)
R 123 of 301 ~ 40.86%
G 63 of 301 ~ 20.93%
B 115 of 301 ~ 38.21%

%40.86
%20.93
%38.21

CMYK color model

#7B3F73 color CMYK value is (0,49,7,52).

  • cyan value is 0.00%
  • magenta value is 48.78%
  • yellow value is 6.50%
  • key color value is 51.76%
CMYK:
(0,49,7,52)
C0M49Y7K52 
(0%,49%,7%,52%)
(0.00/0.49/0.07/0.52)	

CMYK percentages

%0
%48.78
%6.5
%51.76

Codes

Color #7B3F73 in popluar color models

7B3F73
RGB12363115
HSL308°32.26%36.47%
HSB/HSV308°48.78%48.24%
CMYK0.00%48.78%6.50%
51.76%

Color #7B3F73 in popluar number systems.

HEX7B3F73
Decimal12363115
Binary11110111111111110011
Octal17377163

Shades and tints

Shades of #7B3F73

#7B3F73
(123,63,115)
#703A69
(112,58,105)
#65355F
(101,53,95)
#5A3055
(90,48,85)
#4F2B4B
(79,43,75)
#442641
(68,38,65)
#392137
(57,33,55)
#2E1C2D
(46,28,45)
#231723
(35,23,35)
#181219
(24,18,25)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #7B3F73

#7B3F73
(123,63,115)
#87507F
(135,80,127)
#93618B
(147,97,139)
#9F7297
(159,114,151)
#AB83A3
(171,131,163)
#B794AF
(183,148,175)
#C3A5BB
(195,165,187)
#CFB6C7
(207,182,199)
#DBC7D3
(219,199,211)
#E7D8DF
(231,216,223)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3F73 color. Also use rgb(123,63,115) instead hex code.

Text Font Color

.myTextColor { color: #7B3F73; }

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

This text font color is #7B3F73.


Background Color

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

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

This div background color is #7B3F73.


Border color

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

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

This div border color is #7B3F73.


Opacity

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

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

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

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

This text has shadow with #7B3F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3F73 on black background.


Color preview on white background

This text has color #7B3F73 on white background.



Black color preview on #7B3F73 background

This text has black color on #7B3F73 background.


White color preview on #7B3F73 background

This text has white color on #7B3F73 background.