COLOR #72676E

HEX: #72676E RGB: (114,103,110)

Color info

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

RGB color model

#72676E color RGB value is (114,103,110).

RGB: (114,103,110) (45%, 40%, 43%)

RGB channels and saturation

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

114
103
110

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

Portions of RGB colors in percentages

R + G + B = 114 + 103 + 110 = 327 (100%)
R 114 of 327 ~ 34.86%
G 103 of 327 ~ 31.5%
B 110 of 327 ~ 33.64'%

%34.86
%31.5
%33.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 3.51%
  • 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
%3.51
%55.29

Codes

Color #72676E in popluar color models

72 67 6E
RGB 114 103 110
HSL 322° 5.07% 42.55%
HSB/HSV 322° 9.65% 44.71%
CMYK 0.00% 9.65% 3.51%
55.29%

Color #72676E in popluar number systems.

HEX 72 67 6E
Decimal 114 103 110
Binary 1110010 1100111 1101110
Octal 162 147 156

Shades and tints

Shades of #72676E

#72676E
(114,103,110)
#685E64
(104,94,100)
#5E555A
(94,85,90)
#544C50
(84,76,80)
#4A4346
(74,67,70)
#403A3C
(64,58,60)
#363132
(54,49,50)
#2C2828
(44,40,40)
#221F1E
(34,31,30)
#181614
(24,22,20)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #72676E

#72676E
(114,103,110)
#7E747B
(126,116,123)
#8A8188
(138,129,136)
#968E95
(150,142,149)
#A29BA2
(162,155,162)
#AEA8AF
(174,168,175)
#BAB5BC
(186,181,188)
#C6C2C9
(198,194,201)
#D2CFD6
(210,207,214)
#DEDCE3
(222,220,227)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72676E; }

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

This text font color is #72676E.

Background Color

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

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

This div background color is #72676E.

Border color

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

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

This div border color is #72676E.

Opacity

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

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

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

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

This text has shadow with #72676E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72676E.

Preview

Color preview on black background

This text has color #72676E on black background.


Color preview on white background

This text has color #72676E on white background.


Black color preview on #72676E background

This text has black color on #72676E background.


White color preview on #72676E background

This text has white color on #72676E background.


Related colors

Complementary color

Complementary color for #hex is #8D9891.


I love getcolorcode.com

Triadic colors

1 #6E7267 and #676E72 with #72676E are triadic colors.

2 #6E6772 and #67726E with #72676E are triadic colors.