COLOR #72527E

HEX: #72527E
RGB: (114,82,126)

Color info

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

RGB color model

#72527E color RGB value is (114,82,126).

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

RGB channels and saturation

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

114
82
126

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

Portions of RGB colors in percentages

R + G + B =
114 + 82 + 126 = 322 (100%)
R 114 of 322 ~ 35.4%
G 82 of 322 ~ 25.47%
B 126 of 322 ~ 39.13%

%35.4
%25.47
%39.13

CMYK color model

#72527E color CMYK value is (10,35,0,51).

  • cyan value is 9.52%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(10,35,0,51)
C10M35Y0K51 
(10%,35%,0%,51%)
(0.10/0.35/0.00/0.51)	

CMYK percentages

%9.52
%34.92
%0
%50.59

Codes

Color #72527E in popluar color models

72527E
RGB11482126
HSL284°21.15%40.78%
HSB/HSV284°34.92%49.41%
CMYK9.52%34.92%0.00%
50.59%

Color #72527E in popluar number systems.

HEX72527E
Decimal11482126
Binary111001010100101111110
Octal162122176

Shades and tints

Shades of #72527E

#72527E
(114,82,126)
#684B73
(104,75,115)
#5E4468
(94,68,104)
#543D5D
(84,61,93)
#4A3652
(74,54,82)
#402F47
(64,47,71)
#36283C
(54,40,60)
#2C2131
(44,33,49)
#221A26
(34,26,38)
#18131B
(24,19,27)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #72527E

#72527E
(114,82,126)
#7E6189
(126,97,137)
#8A7094
(138,112,148)
#967F9F
(150,127,159)
#A28EAA
(162,142,170)
#AE9DB5
(174,157,181)
#BAACC0
(186,172,192)
#C6BBCB
(198,187,203)
#D2CAD6
(210,202,214)
#DED9E1
(222,217,225)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72527E; }

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

This text font color is #72527E.


Background Color

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

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

This div background color is #72527E.


Border color

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

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

This div border color is #72527E.


Opacity

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

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

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

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

This text has shadow with #72527E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72527E on black background.


Color preview on white background

This text has color #72527E on white background.



Black color preview on #72527E background

This text has black color on #72527E background.


White color preview on #72527E background

This text has white color on #72527E background.