COLOR #72377C

HEX: #72377C
RGB: (114,55,124)

Color info

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

RGB color model

#72377C color RGB value is (114,55,124).

  • red value is 114;
  • green value is 55;
  • blue value is 124.
RGB:
(114,55,124)
(45%,22%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 55 of 255 = 22%
B 124 of 255 = 49%

114
55
124

R + G + B ~ 39%. #72377C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 55 + 124 = 293 (100%)
R 114 of 293 ~ 38.91%
G 55 of 293 ~ 18.77%
B 124 of 293 ~ 42.32%

%38.91
%18.77
%42.32

CMYK color model

#72377C color CMYK value is (8,56,0,51).

  • cyan value is 8.06%
  • magenta value is 55.65%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(8,56,0,51)
C8M56Y0K51 
(8%,56%,0%,51%)
(0.08/0.56/0.00/0.51)	

CMYK percentages

%8.06
%55.65
%0
%51.37

Codes

Color #72377C in popluar color models

72377C
RGB11455124
HSL291°38.55%35.10%
HSB/HSV291°55.65%48.63%
CMYK8.06%55.65%0.00%
51.37%

Color #72377C in popluar number systems.

HEX72377C
Decimal11455124
Binary11100101101111111100
Octal16267174

Shades and tints

Shades of #72377C

#72377C
(114,55,124)
#683271
(104,50,113)
#5E2D66
(94,45,102)
#54285B
(84,40,91)
#4A2350
(74,35,80)
#401E45
(64,30,69)
#36193A
(54,25,58)
#2C142F
(44,20,47)
#220F24
(34,15,36)
#180A19
(24,10,25)
#0E050E
(14,5,14)
#000000
(0,0,0)

Tints of #72377C

#72377C
(114,55,124)
#7E4987
(126,73,135)
#8A5B92
(138,91,146)
#966D9D
(150,109,157)
#A27FA8
(162,127,168)
#AE91B3
(174,145,179)
#BAA3BE
(186,163,190)
#C6B5C9
(198,181,201)
#D2C7D4
(210,199,212)
#DED9DF
(222,217,223)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72377C color. Also use rgb(114,55,124) instead hex code.

Text Font Color

.myTextColor { color: #72377C; }

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

This text font color is #72377C.


Background Color

.myBgColor { background-color: #72377C; }

<div style="background-color:#72377C">Inner text</div>

This div background color is #72377C.


Border color

.myBorderColor { border: 1px solid #72377C; }

<div style="border:3px solid #72377C">Div</div>

This div border color is #72377C.


Opacity

.myOpacity80 { color: #72377C; opacity: 0.8; }

<p style="color:#72377C;opacity:0.8;">80%</p>

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

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

This text has shadow with #72377C color.

.textShadow {text-shadow: 3px 3px 1px #72377C, 3px 3px 1px red;}

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

This text has shadow with #72377C primary color and red secondary color.


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

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

This text has shadow with #72377C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72377C on black background.


Color preview on white background

This text has color #72377C on white background.



Black color preview on #72377C background

This text has black color on #72377C background.


White color preview on #72377C background

This text has white color on #72377C background.