COLOR #72647C

HEX: #72647C RGB: (114,100,124)

Color info

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

RGB color model

#72647C color RGB value is (114,100,124).

RGB: (114,100,124) (45%, 39%, 49%)

RGB channels and saturation

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

114
100
124

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

Portions of RGB colors in percentages

R + G + B = 114 + 100 + 124 = 338 (100%)
R 114 of 338 ~ 33.73%
G 100 of 338 ~ 29.59%
B 124 of 338 ~ 36.69'%

%33.73
%29.59
%36.69

CMYK color model

#72647C color CMYK value is (8,19,0,51).

  • cyan value is 8.06%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (8,19,0,51)
C8M19Y0K51 (8%, 19%, 0%, 51%)
(0.08 / 0.19 / 0.00 / 0.51)

CMYK percentages

%8.06
%19.35
%0
%51.37

Codes

Color #72647C in popluar color models

72 64 7C
RGB 114 100 124
HSL 275° 10.71% 43.92%
HSB/HSV 275° 19.35% 48.63%
CMYK 8.06% 19.35% 0.00%
51.37%

Color #72647C in popluar number systems.

HEX 72 64 7C
Decimal 114 100 124
Binary 1110010 1100100 1111100
Octal 162 144 174

Shades and tints

Shades of #72647C

#72647C
(114,100,124)
#685B71
(104,91,113)
#5E5266
(94,82,102)
#54495B
(84,73,91)
#4A4050
(74,64,80)
#403745
(64,55,69)
#362E3A
(54,46,58)
#2C252F
(44,37,47)
#221C24
(34,28,36)
#181319
(24,19,25)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #72647C

#72647C
(114,100,124)
#7E7287
(126,114,135)
#8A8092
(138,128,146)
#968E9D
(150,142,157)
#A29CA8
(162,156,168)
#AEAAB3
(174,170,179)
#BAB8BE
(186,184,190)
#C6C6C9
(198,198,201)
#D2D4D4
(210,212,212)
#DEE2DF
(222,226,223)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72647C; }

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

This text font color is #72647C.

Background Color

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

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

This div background color is #72647C.

Border color

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

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

This div border color is #72647C.

Opacity

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

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

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

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

This text has shadow with #72647C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72647C.

Preview

Color preview on black background

This text has color #72647C on black background.


Color preview on white background

This text has color #72647C on white background.


Black color preview on #72647C background

This text has black color on #72647C background.


White color preview on #72647C background

This text has white color on #72647C background.


Related colors

Complementary color

Complementary color for #hex is #8D9B83.


I love getcolorcode.com

Triadic colors

1 #7C7264 and #647C72 with #72647C are triadic colors.

2 #7C6472 and #64727C with #72647C are triadic colors.