COLOR #72647D

HEX: #72647D
RGB: (114,100,125)

Color info

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

RGB color model

#72647D color RGB value is (114,100,125).

  • red value is 114;
  • green value is 100;
  • blue value is 125.
RGB:
(114,100,125)
(45%,39%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 100 of 255 = 39%
B 125 of 255 = 49%

114
100
125

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

Portions of RGB colors in percentages

R + G + B =
114 + 100 + 125 = 339 (100%)
R 114 of 339 ~ 33.63%
G 100 of 339 ~ 29.5%
B 125 of 339 ~ 36.87%

%33.63
%29.5
%36.87

CMYK color model

#72647D color CMYK value is (9,20,0,51).

  • cyan value is 8.80%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(9,20,0,51)
C9M20Y0K51 
(9%,20%,0%,51%)
(0.09/0.20/0.00/0.51)	

CMYK percentages

%8.8
%20
%0
%50.98

Codes

Color #72647D in popluar color models

72647D
RGB114100125
HSL274°11.11%44.12%
HSB/HSV274°20.00%49.02%
CMYK8.80%20.00%0.00%
50.98%

Color #72647D in popluar number systems.

HEX72647D
Decimal114100125
Binary111001011001001111101
Octal162144175

Shades and tints

Shades of #72647D

#72647D
(114,100,125)
#685B72
(104,91,114)
#5E5267
(94,82,103)
#54495C
(84,73,92)
#4A4051
(74,64,81)
#403746
(64,55,70)
#362E3B
(54,46,59)
#2C2530
(44,37,48)
#221C25
(34,28,37)
#18131A
(24,19,26)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #72647D

#72647D
(114,100,125)
#7E7288
(126,114,136)
#8A8093
(138,128,147)
#968E9E
(150,142,158)
#A29CA9
(162,156,169)
#AEAAB4
(174,170,180)
#BAB8BF
(186,184,191)
#C6C6CA
(198,198,202)
#D2D4D5
(210,212,213)
#DEE2E0
(222,226,224)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72647D color. Also use rgb(114,100,125) instead hex code.

Text Font Color

.myTextColor { color: #72647D; }

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

This text font color is #72647D.


Background Color

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

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

This div background color is #72647D.


Border color

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

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

This div border color is #72647D.


Opacity

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

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

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

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

This text has shadow with #72647D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72647D on black background.


Color preview on white background

This text has color #72647D on white background.



Black color preview on #72647D background

This text has black color on #72647D background.


White color preview on #72647D background

This text has white color on #72647D background.