COLOR #72517E

HEX: #72517E
RGB: (114,81,126)

Color info

#72517E contains red, green and blue colors in about the same proportion. Web safe color of #72517E is #666666 (or #666).

RGB color model

#72517E color RGB value is (114,81,126).

  • red value is 114;
  • green value is 81;
  • blue value is 126.
RGB:
(114,81,126)
(45%,32%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 81 of 255 = 32%
B 126 of 255 = 49%

114
81
126

R + G + B ~ 42%. #72517E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 81 + 126 = 321 (100%)
R 114 of 321 ~ 35.51%
G 81 of 321 ~ 25.23%
B 126 of 321 ~ 39.25%

%35.51
%25.23
%39.25

CMYK color model

#72517E color CMYK value is (10,36,0,51).

  • cyan value is 9.52%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(10,36,0,51)
C10M36Y0K51 
(10%,36%,0%,51%)
(0.10/0.36/0.00/0.51)	

CMYK percentages

%9.52
%35.71
%0
%50.59

Codes

Color #72517E in popluar color models

72517E
RGB11481126
HSL284°21.74%40.59%
HSB/HSV284°35.71%49.41%
CMYK9.52%35.71%0.00%
50.59%

Color #72517E in popluar number systems.

HEX72517E
Decimal11481126
Binary111001010100011111110
Octal162121176

Shades and tints

Shades of #72517E

#72517E
(114,81,126)
#684A73
(104,74,115)
#5E4368
(94,67,104)
#543C5D
(84,60,93)
#4A3552
(74,53,82)
#402E47
(64,46,71)
#36273C
(54,39,60)
#2C2031
(44,32,49)
#221926
(34,25,38)
#18121B
(24,18,27)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #72517E

#72517E
(114,81,126)
#7E6089
(126,96,137)
#8A6F94
(138,111,148)
#967E9F
(150,126,159)
#A28DAA
(162,141,170)
#AE9CB5
(174,156,181)
#BAABC0
(186,171,192)
#C6BACB
(198,186,203)
#D2C9D6
(210,201,214)
#DED8E1
(222,216,225)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72517E color. Also use rgb(114,81,126) instead hex code.

Text Font Color

.myTextColor { color: #72517E; }

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

This text font color is #72517E.


Background Color

.myBgColor { background-color: #72517E; }

<div style="background-color:#72517E">Inner text</div>

This div background color is #72517E.


Border color

.myBorderColor { border: 1px solid #72517E; }

<div style="border:3px solid #72517E">Div</div>

This div border color is #72517E.


Opacity

.myOpacity80 { color: #72517E; opacity: 0.8; }

<p style="color:#72517E;opacity:0.8;">80%</p>

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

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

This text has shadow with #72517E color.

.textShadow {text-shadow: 3px 3px 1px #72517E, 3px 3px 1px red;}

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

This text has shadow with #72517E primary color and red secondary color.


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

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

This text has shadow with #72517E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72517E on black background.


Color preview on white background

This text has color #72517E on white background.



Black color preview on #72517E background

This text has black color on #72517E background.


White color preview on #72517E background

This text has white color on #72517E background.