COLOR #72477B

HEX: #72477B
RGB: (114,71,123)

Color info

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

RGB color model

#72477B color RGB value is (114,71,123).

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

RGB channels and saturation

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

114
71
123

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

Portions of RGB colors in percentages

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

%37.01
%23.05
%39.94

CMYK color model

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

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

CMYK percentages

%7.32
%42.28
%0
%51.76

Codes

Color #72477B in popluar color models

72477B
RGB11471123
HSL290°26.80%38.04%
HSB/HSV290°42.28%48.24%
CMYK7.32%42.28%0.00%
51.76%

Color #72477B in popluar number systems.

HEX72477B
Decimal11471123
Binary111001010001111111011
Octal162107173

Shades and tints

Shades of #72477B

#72477B
(114,71,123)
#684170
(104,65,112)
#5E3B65
(94,59,101)
#54355A
(84,53,90)
#4A2F4F
(74,47,79)
#402944
(64,41,68)
#362339
(54,35,57)
#2C1D2E
(44,29,46)
#221723
(34,23,35)
#181118
(24,17,24)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #72477B

#72477B
(114,71,123)
#7E5787
(126,87,135)
#8A6793
(138,103,147)
#96779F
(150,119,159)
#A287AB
(162,135,171)
#AE97B7
(174,151,183)
#BAA7C3
(186,167,195)
#C6B7CF
(198,183,207)
#D2C7DB
(210,199,219)
#DED7E7
(222,215,231)
#EAE7F3
(234,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72477B; }

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

This text font color is #72477B.


Background Color

.myBgColor { background-color: #72477B; }

<div style="background-color:#72477B">Inner text</div>

This div background color is #72477B.


Border color

.myBorderColor { border: 1px solid #72477B; }

<div style="border:3px solid #72477B">Div</div>

This div border color is #72477B.


Opacity

.myOpacity80 { color: #72477B; opacity: 0.8; }

<p style="color:#72477B;opacity:0.8;">80%</p>

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

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

This text has shadow with #72477B color.

.textShadow {text-shadow: 3px 3px 1px #72477B, 3px 3px 1px red;}

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

This text has shadow with #72477B primary color and red secondary color.


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

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

This text has shadow with #72477B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72477B on black background.


Color preview on white background

This text has color #72477B on white background.



Black color preview on #72477B background

This text has black color on #72477B background.


White color preview on #72477B background

This text has white color on #72477B background.