COLOR #72676D

HEX: #72676D
RGB: (114,103,109)

Color info

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

RGB color model

#72676D color RGB value is (114,103,109).

  • red value is 114;
  • green value is 103;
  • blue value is 109.
RGB:
(114,103,109)
(45%,40%,43%)

RGB channels and saturation

R 114 of 255 = 45%
G 103 of 255 = 40%
B 109 of 255 = 43%

114
103
109

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

Portions of RGB colors in percentages

R + G + B =
114 + 103 + 109 = 326 (100%)
R 114 of 326 ~ 34.97%
G 103 of 326 ~ 31.6%
B 109 of 326 ~ 33.44%

%34.97
%31.6
%33.44

CMYK color model

#72676D color CMYK value is (0,10,4,55).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 4.39%
  • key color value is 55.29%
CMYK:
(0,10,4,55)
C0M10Y4K55 
(0%,10%,4%,55%)
(0.00/0.10/0.04/0.55)	

CMYK percentages

%0
%9.65
%4.39
%55.29

Codes

Color #72676D in popluar color models

72676D
RGB114103109
HSL327°5.07%42.55%
HSB/HSV327°9.65%44.71%
CMYK0.00%9.65%4.39%
55.29%

Color #72676D in popluar number systems.

HEX72676D
Decimal114103109
Binary111001011001111101101
Octal162147155

Shades and tints

Shades of #72676D

#72676D
(114,103,109)
#685E64
(104,94,100)
#5E555B
(94,85,91)
#544C52
(84,76,82)
#4A4349
(74,67,73)
#403A40
(64,58,64)
#363137
(54,49,55)
#2C282E
(44,40,46)
#221F25
(34,31,37)
#18161C
(24,22,28)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #72676D

#72676D
(114,103,109)
#7E747A
(126,116,122)
#8A8187
(138,129,135)
#968E94
(150,142,148)
#A29BA1
(162,155,161)
#AEA8AE
(174,168,174)
#BAB5BB
(186,181,187)
#C6C2C8
(198,194,200)
#D2CFD5
(210,207,213)
#DEDCE2
(222,220,226)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72676D; }

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

This text font color is #72676D.


Background Color

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

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

This div background color is #72676D.


Border color

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

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

This div border color is #72676D.


Opacity

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

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

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

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

This text has shadow with #72676D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72676D on black background.


Color preview on white background

This text has color #72676D on white background.



Black color preview on #72676D background

This text has black color on #72676D background.


White color preview on #72676D background

This text has white color on #72676D background.