COLOR #72657C

HEX: #72657C RGB: (114,101,124)

Color info

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

RGB color model

#72657C color RGB value is (114,101,124).

RGB: (114,101,124) (45%, 40%, 49%)

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 124 of 255 = 49%

114
101
124

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

Portions of RGB colors in percentages

R + G + B = 114 + 101 + 124 = 339 (100%)
R 114 of 339 ~ 33.63%
G 101 of 339 ~ 29.79%
B 124 of 339 ~ 36.58'%

%33.63
%29.79
%36.58

CMYK color model

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

  • cyan value is 8.06%
  • magenta value is 18.55%
  • 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
%18.55
%0
%51.37

Codes

Color #72657C in popluar color models

72 65 7C
RGB 114 101 124
HSL 274° 10.22% 44.12%
HSB/HSV 274° 18.55% 48.63%
CMYK 8.06% 18.55% 0.00%
51.37%

Color #72657C in popluar number systems.

HEX 72 65 7C
Decimal 114 101 124
Binary 1110010 1100101 1111100
Octal 162 145 174

Shades and tints

Shades of #72657C

#72657C
(114,101,124)
#685C71
(104,92,113)
#5E5366
(94,83,102)
#544A5B
(84,74,91)
#4A4150
(74,65,80)
#403845
(64,56,69)
#362F3A
(54,47,58)
#2C262F
(44,38,47)
#221D24
(34,29,36)
#181419
(24,20,25)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #72657C

#72657C
(114,101,124)
#7E7387
(126,115,135)
#8A8192
(138,129,146)
#968F9D
(150,143,157)
#A29DA8
(162,157,168)
#AEABB3
(174,171,179)
#BAB9BE
(186,185,190)
#C6C7C9
(198,199,201)
#D2D5D4
(210,213,212)
#DEE3DF
(222,227,223)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72657C; }

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

This text font color is #72657C.

Background Color

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

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

This div background color is #72657C.

Border color

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

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

This div border color is #72657C.

Opacity

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

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

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

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

This text has shadow with #72657C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72657C.

Preview

Color preview on black background

This text has color #72657C on black background.


Color preview on white background

This text has color #72657C on white background.


Black color preview on #72657C background

This text has black color on #72657C background.


White color preview on #72657C background

This text has white color on #72657C background.


Related colors

Complementary color

Complementary color for #hex is #8D9A83.


I love getcolorcode.com

Triadic colors

1 #7C7265 and #657C72 with #72657C are triadic colors.

2 #7C6572 and #65727C with #72657C are triadic colors.