COLOR #72676B

HEX: #72676B
RGB: (114,103,107)

Color info

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

RGB color model

#72676B color RGB value is (114,103,107).

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

RGB channels and saturation

R 114 of 255 = 45%
G 103 of 255 = 40%
B 107 of 255 = 42%

114
103
107

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

Portions of RGB colors in percentages

R + G + B =
114 + 103 + 107 = 324 (100%)
R 114 of 324 ~ 35.19%
G 103 of 324 ~ 31.79%
B 107 of 324 ~ 33.02%

%35.19
%31.79
%33.02

CMYK color model

#72676B color CMYK value is (0,10,6,55).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 6.14%
  • key color value is 55.29%
CMYK:
(0,10,6,55)
C0M10Y6K55 
(0%,10%,6%,55%)
(0.00/0.10/0.06/0.55)	

CMYK percentages

%0
%9.65
%6.14
%55.29

Codes

Color #72676B in popluar color models

72676B
RGB114103107
HSL338°5.07%42.55%
HSB/HSV338°9.65%44.71%
CMYK0.00%9.65%6.14%
55.29%

Color #72676B in popluar number systems.

HEX72676B
Decimal114103107
Binary111001011001111101011
Octal162147153

Shades and tints

Shades of #72676B

#72676B
(114,103,107)
#685E62
(104,94,98)
#5E5559
(94,85,89)
#544C50
(84,76,80)
#4A4347
(74,67,71)
#403A3E
(64,58,62)
#363135
(54,49,53)
#2C282C
(44,40,44)
#221F23
(34,31,35)
#18161A
(24,22,26)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #72676B

#72676B
(114,103,107)
#7E7478
(126,116,120)
#8A8185
(138,129,133)
#968E92
(150,142,146)
#A29B9F
(162,155,159)
#AEA8AC
(174,168,172)
#BAB5B9
(186,181,185)
#C6C2C6
(198,194,198)
#D2CFD3
(210,207,211)
#DEDCE0
(222,220,224)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72676B; }

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

This text font color is #72676B.


Background Color

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

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

This div background color is #72676B.


Border color

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

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

This div border color is #72676B.


Opacity

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

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

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

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

This text has shadow with #72676B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72676B on black background.


Color preview on white background

This text has color #72676B on white background.



Black color preview on #72676B background

This text has black color on #72676B background.


White color preview on #72676B background

This text has white color on #72676B background.