COLOR #72727D

HEX: #72727D
RGB: (114,114,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
114
125

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

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 125 = 353 (100%)
R 114 of 353 ~ 32.29%
G 114 of 353 ~ 32.29%
B 125 of 353 ~ 35.41%

%32.29
%32.29
%35.41

CMYK color model

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

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

CMYK percentages

%8.8
%8.8
%0
%50.98

Codes

Color #72727D in popluar color models

72727D
RGB114114125
HSL240°4.60%46.86%
HSB/HSV240°8.80%49.02%
CMYK8.80%8.80%0.00%
50.98%

Color #72727D in popluar number systems.

HEX72727D
Decimal114114125
Binary111001011100101111101
Octal162162175

Shades and tints

Shades of #72727D

#72727D
(114,114,125)
#686872
(104,104,114)
#5E5E67
(94,94,103)
#54545C
(84,84,92)
#4A4A51
(74,74,81)
#404046
(64,64,70)
#36363B
(54,54,59)
#2C2C30
(44,44,48)
#222225
(34,34,37)
#18181A
(24,24,26)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #72727D

#72727D
(114,114,125)
#7E7E88
(126,126,136)
#8A8A93
(138,138,147)
#96969E
(150,150,158)
#A2A2A9
(162,162,169)
#AEAEB4
(174,174,180)
#BABABF
(186,186,191)
#C6C6CA
(198,198,202)
#D2D2D5
(210,210,213)
#DEDEE0
(222,222,224)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72727D; }

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

This text font color is #72727D.


Background Color

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

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

This div background color is #72727D.


Border color

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

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

This div border color is #72727D.


Opacity

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

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

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

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

This text has shadow with #72727D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72727D on black background.


Color preview on white background

This text has color #72727D on white background.



Black color preview on #72727D background

This text has black color on #72727D background.


White color preview on #72727D background

This text has white color on #72727D background.