COLOR #7B4273

HEX: #7B4273
RGB: (123,66,115)

Color info

#7B4273 contains red, green and blue colors in about the same proportion. Web safe color of #7B4273 is #663366 (or #636).

RGB color model

#7B4273 color RGB value is (123,66,115).

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

RGB channels and saturation

R 123 of 255 = 48%
G 66 of 255 = 26%
B 115 of 255 = 45%

123
66
115

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

Portions of RGB colors in percentages

R + G + B =
123 + 66 + 115 = 304 (100%)
R 123 of 304 ~ 40.46%
G 66 of 304 ~ 21.71%
B 115 of 304 ~ 37.83%

%40.46
%21.71
%37.83

CMYK color model

#7B4273 color CMYK value is (0,46,7,52).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 6.50%
  • key color value is 51.76%
CMYK:
(0,46,7,52)
C0M46Y7K52 
(0%,46%,7%,52%)
(0.00/0.46/0.07/0.52)	

CMYK percentages

%0
%46.34
%6.5
%51.76

Codes

Color #7B4273 in popluar color models

7B4273
RGB12366115
HSL308°30.16%37.06%
HSB/HSV308°46.34%48.24%
CMYK0.00%46.34%6.50%
51.76%

Color #7B4273 in popluar number systems.

HEX7B4273
Decimal12366115
Binary111101110000101110011
Octal173102163

Shades and tints

Shades of #7B4273

#7B4273
(123,66,115)
#703C69
(112,60,105)
#65365F
(101,54,95)
#5A3055
(90,48,85)
#4F2A4B
(79,42,75)
#442441
(68,36,65)
#391E37
(57,30,55)
#2E182D
(46,24,45)
#231223
(35,18,35)
#180C19
(24,12,25)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #7B4273

#7B4273
(123,66,115)
#87537F
(135,83,127)
#93648B
(147,100,139)
#9F7597
(159,117,151)
#AB86A3
(171,134,163)
#B797AF
(183,151,175)
#C3A8BB
(195,168,187)
#CFB9C7
(207,185,199)
#DBCAD3
(219,202,211)
#E7DBDF
(231,219,223)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4273; }

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

This text font color is #7B4273.


Background Color

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

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

This div background color is #7B4273.


Border color

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

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

This div border color is #7B4273.


Opacity

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

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

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

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

This text has shadow with #7B4273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4273 on black background.


Color preview on white background

This text has color #7B4273 on white background.



Black color preview on #7B4273 background

This text has black color on #7B4273 background.


White color preview on #7B4273 background

This text has white color on #7B4273 background.