COLOR #7B4372

HEX: #7B4372
RGB: (123,67,114)

Color info

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

RGB color model

#7B4372 color RGB value is (123,67,114).

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

RGB channels and saturation

R 123 of 255 = 48%
G 67 of 255 = 26%
B 114 of 255 = 45%

123
67
114

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

Portions of RGB colors in percentages

R + G + B =
123 + 67 + 114 = 304 (100%)
R 123 of 304 ~ 40.46%
G 67 of 304 ~ 22.04%
B 114 of 304 ~ 37.5%

%40.46
%22.04
%37.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.53%
  • yellow value is 7.32%
  • 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
%45.53
%7.32
%51.76

Codes

Color #7B4372 in popluar color models

7B4372
RGB12367114
HSL310°29.47%37.25%
HSB/HSV310°45.53%48.24%
CMYK0.00%45.53%7.32%
51.76%

Color #7B4372 in popluar number systems.

HEX7B4372
Decimal12367114
Binary111101110000111110010
Octal173103162

Shades and tints

Shades of #7B4372

#7B4372
(123,67,114)
#703D68
(112,61,104)
#65375E
(101,55,94)
#5A3154
(90,49,84)
#4F2B4A
(79,43,74)
#442540
(68,37,64)
#391F36
(57,31,54)
#2E192C
(46,25,44)
#231322
(35,19,34)
#180D18
(24,13,24)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #7B4372

#7B4372
(123,67,114)
#87547E
(135,84,126)
#93658A
(147,101,138)
#9F7696
(159,118,150)
#AB87A2
(171,135,162)
#B798AE
(183,152,174)
#C3A9BA
(195,169,186)
#CFBAC6
(207,186,198)
#DBCBD2
(219,203,210)
#E7DCDE
(231,220,222)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4372; }

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

This text font color is #7B4372.


Background Color

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

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

This div background color is #7B4372.


Border color

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

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

This div border color is #7B4372.


Opacity

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

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

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

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

This text has shadow with #7B4372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4372 on black background.


Color preview on white background

This text has color #7B4372 on white background.



Black color preview on #7B4372 background

This text has black color on #7B4372 background.


White color preview on #7B4372 background

This text has white color on #7B4372 background.