COLOR #72617E

HEX: #72617E
RGB: (114,97,126)

Color info

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

RGB color model

#72617E color RGB value is (114,97,126).

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

RGB channels and saturation

R 114 of 255 = 45%
G 97 of 255 = 38%
B 126 of 255 = 49%

114
97
126

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

Portions of RGB colors in percentages

R + G + B =
114 + 97 + 126 = 337 (100%)
R 114 of 337 ~ 33.83%
G 97 of 337 ~ 28.78%
B 126 of 337 ~ 37.39%

%33.83
%28.78
%37.39

CMYK color model

#72617E color CMYK value is (10,23,0,51).

  • cyan value is 9.52%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(10,23,0,51)
C10M23Y0K51 
(10%,23%,0%,51%)
(0.10/0.23/0.00/0.51)	

CMYK percentages

%9.52
%23.02
%0
%50.59

Codes

Color #72617E in popluar color models

72617E
RGB11497126
HSL275°13.00%43.73%
HSB/HSV275°23.02%49.41%
CMYK9.52%23.02%0.00%
50.59%

Color #72617E in popluar number systems.

HEX72617E
Decimal11497126
Binary111001011000011111110
Octal162141176

Shades and tints

Shades of #72617E

#72617E
(114,97,126)
#685973
(104,89,115)
#5E5168
(94,81,104)
#54495D
(84,73,93)
#4A4152
(74,65,82)
#403947
(64,57,71)
#36313C
(54,49,60)
#2C2931
(44,41,49)
#222126
(34,33,38)
#18191B
(24,25,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #72617E

#72617E
(114,97,126)
#7E6F89
(126,111,137)
#8A7D94
(138,125,148)
#968B9F
(150,139,159)
#A299AA
(162,153,170)
#AEA7B5
(174,167,181)
#BAB5C0
(186,181,192)
#C6C3CB
(198,195,203)
#D2D1D6
(210,209,214)
#DEDFE1
(222,223,225)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72617E; }

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

This text font color is #72617E.


Background Color

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

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

This div background color is #72617E.


Border color

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

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

This div border color is #72617E.


Opacity

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

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

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

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

This text has shadow with #72617E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72617E on black background.


Color preview on white background

This text has color #72617E on white background.



Black color preview on #72617E background

This text has black color on #72617E background.


White color preview on #72617E background

This text has white color on #72617E background.