COLOR #72647E

HEX: #72647E
RGB: (114,100,126)

Color info

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

RGB color model

#72647E color RGB value is (114,100,126).

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

RGB channels and saturation

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

114
100
126

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

Portions of RGB colors in percentages

R + G + B =
114 + 100 + 126 = 340 (100%)
R 114 of 340 ~ 33.53%
G 100 of 340 ~ 29.41%
B 126 of 340 ~ 37.06%

%33.53
%29.41
%37.06

CMYK color model

#72647E color CMYK value is (10,21,0,51).

  • cyan value is 9.52%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(10,21,0,51)
C10M21Y0K51 
(10%,21%,0%,51%)
(0.10/0.21/0.00/0.51)	

CMYK percentages

%9.52
%20.63
%0
%50.59

Codes

Color #72647E in popluar color models

72647E
RGB114100126
HSL272°11.50%44.31%
HSB/HSV272°20.63%49.41%
CMYK9.52%20.63%0.00%
50.59%

Color #72647E in popluar number systems.

HEX72647E
Decimal114100126
Binary111001011001001111110
Octal162144176

Shades and tints

Shades of #72647E

#72647E
(114,100,126)
#685B73
(104,91,115)
#5E5268
(94,82,104)
#54495D
(84,73,93)
#4A4052
(74,64,82)
#403747
(64,55,71)
#362E3C
(54,46,60)
#2C2531
(44,37,49)
#221C26
(34,28,38)
#18131B
(24,19,27)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #72647E

#72647E
(114,100,126)
#7E7289
(126,114,137)
#8A8094
(138,128,148)
#968E9F
(150,142,159)
#A29CAA
(162,156,170)
#AEAAB5
(174,170,181)
#BAB8C0
(186,184,192)
#C6C6CB
(198,198,203)
#D2D4D6
(210,212,214)
#DEE2E1
(222,226,225)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72647E; }

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

This text font color is #72647E.


Background Color

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

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

This div background color is #72647E.


Border color

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

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

This div border color is #72647E.


Opacity

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

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

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

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

This text has shadow with #72647E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72647E on black background.


Color preview on white background

This text has color #72647E on white background.



Black color preview on #72647E background

This text has black color on #72647E background.


White color preview on #72647E background

This text has white color on #72647E background.