COLOR #72764E

HEX: #72764E
RGB: (114,118,78)

Color info

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

RGB color model

#72764E color RGB value is (114,118,78).

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

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 78 of 255 = 31%

114
118
78

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

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 78 = 310 (100%)
R 114 of 310 ~ 36.77%
G 118 of 310 ~ 38.06%
B 78 of 310 ~ 25.16%

%36.77
%38.06
%25.16

CMYK color model

#72764E color CMYK value is (3,0,34,54).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 53.73%
CMYK:
(3,0,34,54)
C3M0Y34K54 
(3%,0%,34%,54%)
(0.03/0.00/0.34/0.54)	

CMYK percentages

%3.39
%0
%33.9
%53.73

Codes

Color #72764E in popluar color models

72764E
RGB11411878
HSL66°20.41%38.43%
HSB/HSV66°33.90%46.27%
CMYK3.39%0.00%33.90%
53.73%

Color #72764E in popluar number systems.

HEX72764E
Decimal11411878
Binary111001011101101001110
Octal162166116

Shades and tints

Shades of #72764E

#72764E
(114,118,78)
#686C47
(104,108,71)
#5E6240
(94,98,64)
#545839
(84,88,57)
#4A4E32
(74,78,50)
#40442B
(64,68,43)
#363A24
(54,58,36)
#2C301D
(44,48,29)
#222616
(34,38,22)
#181C0F
(24,28,15)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #72764E

#72764E
(114,118,78)
#7E825E
(126,130,94)
#8A8E6E
(138,142,110)
#969A7E
(150,154,126)
#A2A68E
(162,166,142)
#AEB29E
(174,178,158)
#BABEAE
(186,190,174)
#C6CABE
(198,202,190)
#D2D6CE
(210,214,206)
#DEE2DE
(222,226,222)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72764E; }

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

This text font color is #72764E.


Background Color

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

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

This div background color is #72764E.


Border color

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

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

This div border color is #72764E.


Opacity

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

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

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

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

This text has shadow with #72764E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72764E on black background.


Color preview on white background

This text has color #72764E on white background.



Black color preview on #72764E background

This text has black color on #72764E background.


White color preview on #72764E background

This text has white color on #72764E background.