COLOR #72376D

HEX: #72376D
RGB: (114,55,109)

Color info

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

RGB color model

#72376D color RGB value is (114,55,109).

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

RGB channels and saturation

R 114 of 255 = 45%
G 55 of 255 = 22%
B 109 of 255 = 43%

114
55
109

R + G + B ~ 37%. #72376D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 55 + 109 = 278 (100%)
R 114 of 278 ~ 41.01%
G 55 of 278 ~ 19.78%
B 109 of 278 ~ 39.21%

%41.01
%19.78
%39.21

CMYK color model

#72376D color CMYK value is (0,52,4,55).

  • cyan value is 0.00%
  • magenta value is 51.75%
  • yellow value is 4.39%
  • key color value is 55.29%
CMYK:
(0,52,4,55)
C0M52Y4K55 
(0%,52%,4%,55%)
(0.00/0.52/0.04/0.55)	

CMYK percentages

%0
%51.75
%4.39
%55.29

Codes

Color #72376D in popluar color models

72376D
RGB11455109
HSL305°34.91%33.14%
HSB/HSV305°51.75%44.71%
CMYK0.00%51.75%4.39%
55.29%

Color #72376D in popluar number systems.

HEX72376D
Decimal11455109
Binary11100101101111101101
Octal16267155

Shades and tints

Shades of #72376D

#72376D
(114,55,109)
#683264
(104,50,100)
#5E2D5B
(94,45,91)
#542852
(84,40,82)
#4A2349
(74,35,73)
#401E40
(64,30,64)
#361937
(54,25,55)
#2C142E
(44,20,46)
#220F25
(34,15,37)
#180A1C
(24,10,28)
#0E0513
(14,5,19)
#000000
(0,0,0)

Tints of #72376D

#72376D
(114,55,109)
#7E497A
(126,73,122)
#8A5B87
(138,91,135)
#966D94
(150,109,148)
#A27FA1
(162,127,161)
#AE91AE
(174,145,174)
#BAA3BB
(186,163,187)
#C6B5C8
(198,181,200)
#D2C7D5
(210,199,213)
#DED9E2
(222,217,226)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72376D color. Also use rgb(114,55,109) instead hex code.

Text Font Color

.myTextColor { color: #72376D; }

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

This text font color is #72376D.


Background Color

.myBgColor { background-color: #72376D; }

<div style="background-color:#72376D">Inner text</div>

This div background color is #72376D.


Border color

.myBorderColor { border: 1px solid #72376D; }

<div style="border:3px solid #72376D">Div</div>

This div border color is #72376D.


Opacity

.myOpacity80 { color: #72376D; opacity: 0.8; }

<p style="color:#72376D;opacity:0.8;">80%</p>

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

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

This text has shadow with #72376D color.

.textShadow {text-shadow: 3px 3px 1px #72376D, 3px 3px 1px red;}

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

This text has shadow with #72376D primary color and red secondary color.


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

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

This text has shadow with #72376D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72376D on black background.


Color preview on white background

This text has color #72376D on white background.



Black color preview on #72376D background

This text has black color on #72376D background.


White color preview on #72376D background

This text has white color on #72376D background.