COLOR #72746B

HEX: #72746B
RGB: (114,116,107)

Color info

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

RGB color model

#72746B color RGB value is (114,116,107).

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

RGB channels and saturation

R 114 of 255 = 45%
G 116 of 255 = 45%
B 107 of 255 = 42%

114
116
107

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

Portions of RGB colors in percentages

R + G + B =
114 + 116 + 107 = 337 (100%)
R 114 of 337 ~ 33.83%
G 116 of 337 ~ 34.42%
B 107 of 337 ~ 31.75%

%33.83
%34.42
%31.75

CMYK color model

#72746B color CMYK value is (2,0,8,55).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(2,0,8,55)
C2M0Y8K55 
(2%,0%,8%,55%)
(0.02/0.00/0.08/0.55)	

CMYK percentages

%1.72
%0
%7.76
%54.51

Codes

Color #72746B in popluar color models

72746B
RGB114116107
HSL73°4.04%43.73%
HSB/HSV73°7.76%45.49%
CMYK1.72%0.00%7.76%
54.51%

Color #72746B in popluar number systems.

HEX72746B
Decimal114116107
Binary111001011101001101011
Octal162164153

Shades and tints

Shades of #72746B

#72746B
(114,116,107)
#686A62
(104,106,98)
#5E6059
(94,96,89)
#545650
(84,86,80)
#4A4C47
(74,76,71)
#40423E
(64,66,62)
#363835
(54,56,53)
#2C2E2C
(44,46,44)
#222423
(34,36,35)
#181A1A
(24,26,26)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #72746B

#72746B
(114,116,107)
#7E8078
(126,128,120)
#8A8C85
(138,140,133)
#969892
(150,152,146)
#A2A49F
(162,164,159)
#AEB0AC
(174,176,172)
#BABCB9
(186,188,185)
#C6C8C6
(198,200,198)
#D2D4D3
(210,212,211)
#DEE0E0
(222,224,224)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72746B; }

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

This text font color is #72746B.


Background Color

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

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

This div background color is #72746B.


Border color

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

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

This div border color is #72746B.


Opacity

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

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

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

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

This text has shadow with #72746B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72746B on black background.


Color preview on white background

This text has color #72746B on white background.



Black color preview on #72746B background

This text has black color on #72746B background.


White color preview on #72746B background

This text has white color on #72746B background.