COLOR #72766E

HEX: #72766E
RGB: (114,118,110)

Color info

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

RGB color model

#72766E color RGB value is (114,118,110).

  • red value is 114;
  • green value is 118;
  • blue value is 110.
RGB:
(114,118,110)
(45%,46%,43%)

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 110 of 255 = 43%

114
118
110

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

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 110 = 342 (100%)
R 114 of 342 ~ 33.33%
G 118 of 342 ~ 34.5%
B 110 of 342 ~ 32.16%

%33.33
%34.5
%32.16

CMYK color model

#72766E color CMYK value is (3,0,7,54).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 53.73%
CMYK:
(3,0,7,54)
C3M0Y7K54 
(3%,0%,7%,54%)
(0.03/0.00/0.07/0.54)	

CMYK percentages

%3.39
%0
%6.78
%53.73

Codes

Color #72766E in popluar color models

72766E
RGB114118110
HSL90°3.51%44.71%
HSB/HSV90°6.78%46.27%
CMYK3.39%0.00%6.78%
53.73%

Color #72766E in popluar number systems.

HEX72766E
Decimal114118110
Binary111001011101101101110
Octal162166156

Shades and tints

Shades of #72766E

#72766E
(114,118,110)
#686C64
(104,108,100)
#5E625A
(94,98,90)
#545850
(84,88,80)
#4A4E46
(74,78,70)
#40443C
(64,68,60)
#363A32
(54,58,50)
#2C3028
(44,48,40)
#22261E
(34,38,30)
#181C14
(24,28,20)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #72766E

#72766E
(114,118,110)
#7E827B
(126,130,123)
#8A8E88
(138,142,136)
#969A95
(150,154,149)
#A2A6A2
(162,166,162)
#AEB2AF
(174,178,175)
#BABEBC
(186,190,188)
#C6CAC9
(198,202,201)
#D2D6D6
(210,214,214)
#DEE2E3
(222,226,227)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72766E; }

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

This text font color is #72766E.


Background Color

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

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

This div background color is #72766E.


Border color

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

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

This div border color is #72766E.


Opacity

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

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

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

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

This text has shadow with #72766E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72766E on black background.


Color preview on white background

This text has color #72766E on white background.



Black color preview on #72766E background

This text has black color on #72766E background.


White color preview on #72766E background

This text has white color on #72766E background.