COLOR #7B3672

HEX: #7B3672
RGB: (123,54,114)

Color info

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

RGB color model

#7B3672 color RGB value is (123,54,114).

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

RGB channels and saturation

R 123 of 255 = 48%
G 54 of 255 = 21%
B 114 of 255 = 45%

123
54
114

R + G + B ~ 38%. #7B3672 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 54 + 114 = 291 (100%)
R 123 of 291 ~ 42.27%
G 54 of 291 ~ 18.56%
B 114 of 291 ~ 39.18%

%42.27
%18.56
%39.18

CMYK color model

#7B3672 color CMYK value is (0,56,7,52).

  • cyan value is 0.00%
  • magenta value is 56.10%
  • yellow value is 7.32%
  • key color value is 51.76%
CMYK: (0,56,7,52) C0M56Y7K52 (0%,56%,7%,52%) (0.00/0.56/0.07/0.52)

CMYK percentages

%0
%56.1
%7.32
%51.76

Codes

Color #7B3672 in popluar color models

7B3672
RGB12354114
HSL308°38.98%34.71%
HSB/HSV308°56.10%48.24%
CMYK0.00%56.10%7.32%
51.76%

Color #7B3672 in popluar number systems.

HEX7B3672
Decimal12354114
Binary11110111101101110010
Octal17366162

Shades and tints

Shades of #7B3672

#7B3672
(123,54,114)
#703268
(112,50,104)
#652E5E
(101,46,94)
#5A2A54
(90,42,84)
#4F264A
(79,38,74)
#442240
(68,34,64)
#391E36
(57,30,54)
#2E1A2C
(46,26,44)
#231622
(35,22,34)
#181218
(24,18,24)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #7B3672

#7B3672
(123,54,114)
#87487E
(135,72,126)
#935A8A
(147,90,138)
#9F6C96
(159,108,150)
#AB7EA2
(171,126,162)
#B790AE
(183,144,174)
#C3A2BA
(195,162,186)
#CFB4C6
(207,180,198)
#DBC6D2
(219,198,210)
#E7D8DE
(231,216,222)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3672; }

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

This text font color is #7B3672.


Background Color

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

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

This div background color is #7B3672.


Border color

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

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

This div border color is #7B3672.


Opacity

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

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

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

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

This text has shadow with #7B3672 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7B3672 on black background.


Color preview on white background

This text has color #7B3672 on white background.



Black color preview on #7B3672 background

This text has black color on #7B3672 background.


White color preview on #7B3672 background

This text has white color on #7B3672 background.