COLOR #7B4772

HEX: #7B4772
RGB: (123,71,114)

Color info

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

RGB color model

#7B4772 color RGB value is (123,71,114).

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

RGB channels and saturation

R 123 of 255 = 48%
G 71 of 255 = 28%
B 114 of 255 = 45%

123
71
114

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

Portions of RGB colors in percentages

R + G + B =
123 + 71 + 114 = 308 (100%)
R 123 of 308 ~ 39.94%
G 71 of 308 ~ 23.05%
B 114 of 308 ~ 37.01%

%39.94
%23.05
%37.01

CMYK color model

#7B4772 color CMYK value is (0,42,7,52).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 7.32%
  • key color value is 51.76%
CMYK:
(0,42,7,52)
C0M42Y7K52 
(0%,42%,7%,52%)
(0.00/0.42/0.07/0.52)	

CMYK percentages

%0
%42.28
%7.32
%51.76

Codes

Color #7B4772 in popluar color models

7B4772
RGB12371114
HSL310°26.80%38.04%
HSB/HSV310°42.28%48.24%
CMYK0.00%42.28%7.32%
51.76%

Color #7B4772 in popluar number systems.

HEX7B4772
Decimal12371114
Binary111101110001111110010
Octal173107162

Shades and tints

Shades of #7B4772

#7B4772
(123,71,114)
#704168
(112,65,104)
#653B5E
(101,59,94)
#5A3554
(90,53,84)
#4F2F4A
(79,47,74)
#442940
(68,41,64)
#392336
(57,35,54)
#2E1D2C
(46,29,44)
#231722
(35,23,34)
#181118
(24,17,24)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #7B4772

#7B4772
(123,71,114)
#87577E
(135,87,126)
#93678A
(147,103,138)
#9F7796
(159,119,150)
#AB87A2
(171,135,162)
#B797AE
(183,151,174)
#C3A7BA
(195,167,186)
#CFB7C6
(207,183,198)
#DBC7D2
(219,199,210)
#E7D7DE
(231,215,222)
#F3E7EA
(243,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4772; }

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

This text font color is #7B4772.


Background Color

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

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

This div background color is #7B4772.


Border color

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

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

This div border color is #7B4772.


Opacity

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

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

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

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

This text has shadow with #7B4772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4772 on black background.


Color preview on white background

This text has color #7B4772 on white background.



Black color preview on #7B4772 background

This text has black color on #7B4772 background.


White color preview on #7B4772 background

This text has white color on #7B4772 background.