COLOR #72757D

HEX: #72757D
RGB: (114,117,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
117
125

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

Portions of RGB colors in percentages

R + G + B =
114 + 117 + 125 = 356 (100%)
R 114 of 356 ~ 32.02%
G 117 of 356 ~ 32.87%
B 125 of 356 ~ 35.11%

%32.02
%32.87
%35.11

CMYK color model

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

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

CMYK percentages

%8.8
%6.4
%0
%50.98

Codes

Color #72757D in popluar color models

72757D
RGB114117125
HSL224°4.60%46.86%
HSB/HSV224°8.80%49.02%
CMYK8.80%6.40%0.00%
50.98%

Color #72757D in popluar number systems.

HEX72757D
Decimal114117125
Binary111001011101011111101
Octal162165175

Shades and tints

Shades of #72757D

#72757D
(114,117,125)
#686B72
(104,107,114)
#5E6167
(94,97,103)
#54575C
(84,87,92)
#4A4D51
(74,77,81)
#404346
(64,67,70)
#36393B
(54,57,59)
#2C2F30
(44,47,48)
#222525
(34,37,37)
#181B1A
(24,27,26)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #72757D

#72757D
(114,117,125)
#7E8188
(126,129,136)
#8A8D93
(138,141,147)
#96999E
(150,153,158)
#A2A5A9
(162,165,169)
#AEB1B4
(174,177,180)
#BABDBF
(186,189,191)
#C6C9CA
(198,201,202)
#D2D5D5
(210,213,213)
#DEE1E0
(222,225,224)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72757D; }

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

This text font color is #72757D.


Background Color

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

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

This div background color is #72757D.


Border color

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

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

This div border color is #72757D.


Opacity

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

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

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

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

This text has shadow with #72757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72757D on black background.


Color preview on white background

This text has color #72757D on white background.



Black color preview on #72757D background

This text has black color on #72757D background.


White color preview on #72757D background

This text has white color on #72757D background.