COLOR #72747B

HEX: #72747B
RGB: (114,116,123)

Color info

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

RGB color model

#72747B color RGB value is (114,116,123).

  • red value is 114;
  • green value is 116;
  • blue value is 123.
RGB:
(114,116,123)
(45%,45%,48%)

RGB channels and saturation

R 114 of 255 = 45%
G 116 of 255 = 45%
B 123 of 255 = 48%

114
116
123

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

Portions of RGB colors in percentages

R + G + B =
114 + 116 + 123 = 353 (100%)
R 114 of 353 ~ 32.29%
G 116 of 353 ~ 32.86%
B 123 of 353 ~ 34.84%

%32.29
%32.86
%34.84

CMYK color model

#72747B color CMYK value is (7,6,0,52).

  • cyan value is 7.32%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,6,0,52)
C7M6Y0K52 
(7%,6%,0%,52%)
(0.07/0.06/0.00/0.52)	

CMYK percentages

%7.32
%5.69
%0
%51.76

Codes

Color #72747B in popluar color models

72747B
RGB114116123
HSL227°3.80%46.47%
HSB/HSV227°7.32%48.24%
CMYK7.32%5.69%0.00%
51.76%

Color #72747B in popluar number systems.

HEX72747B
Decimal114116123
Binary111001011101001111011
Octal162164173

Shades and tints

Shades of #72747B

#72747B
(114,116,123)
#686A70
(104,106,112)
#5E6065
(94,96,101)
#54565A
(84,86,90)
#4A4C4F
(74,76,79)
#404244
(64,66,68)
#363839
(54,56,57)
#2C2E2E
(44,46,46)
#222423
(34,36,35)
#181A18
(24,26,24)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #72747B

#72747B
(114,116,123)
#7E8087
(126,128,135)
#8A8C93
(138,140,147)
#96989F
(150,152,159)
#A2A4AB
(162,164,171)
#AEB0B7
(174,176,183)
#BABCC3
(186,188,195)
#C6C8CF
(198,200,207)
#D2D4DB
(210,212,219)
#DEE0E7
(222,224,231)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72747B color. Also use rgb(114,116,123) instead hex code.

Text Font Color

.myTextColor { color: #72747B; }

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

This text font color is #72747B.


Background Color

.myBgColor { background-color: #72747B; }

<div style="background-color:#72747B">Inner text</div>

This div background color is #72747B.


Border color

.myBorderColor { border: 1px solid #72747B; }

<div style="border:3px solid #72747B">Div</div>

This div border color is #72747B.


Opacity

.myOpacity80 { color: #72747B; opacity: 0.8; }

<p style="color:#72747B;opacity:0.8;">80%</p>

Text with #72747B 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 #72747B;}

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

This text has shadow with #72747B color.

.textShadow {text-shadow: 3px 3px 1px #72747B, 3px 3px 1px red;}

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

This text has shadow with #72747B primary color and red secondary color.


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

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

This text has shadow with #72747B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72747B on black background.


Color preview on white background

This text has color #72747B on white background.



Black color preview on #72747B background

This text has black color on #72747B background.


White color preview on #72747B background

This text has white color on #72747B background.