COLOR #72786D

HEX: #72786D
RGB: (114,120,109)

Color info

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

RGB color model

#72786D color RGB value is (114,120,109).

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

RGB channels and saturation

R 114 of 255 = 45%
G 120 of 255 = 47%
B 109 of 255 = 43%

114
120
109

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

Portions of RGB colors in percentages

R + G + B =
114 + 120 + 109 = 343 (100%)
R 114 of 343 ~ 33.24%
G 120 of 343 ~ 34.99%
B 109 of 343 ~ 31.78%

%33.24
%34.99
%31.78

CMYK color model

#72786D color CMYK value is (5,0,9,53).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 52.94%
CMYK:
(5,0,9,53)
C5M0Y9K53 
(5%,0%,9%,53%)
(0.05/0.00/0.09/0.53)	

CMYK percentages

%5
%0
%9.17
%52.94

Codes

Color #72786D in popluar color models

72786D
RGB114120109
HSL93°4.80%44.90%
HSB/HSV93°9.17%47.06%
CMYK5.00%0.00%9.17%
52.94%

Color #72786D in popluar number systems.

HEX72786D
Decimal114120109
Binary111001011110001101101
Octal162170155

Shades and tints

Shades of #72786D

#72786D
(114,120,109)
#686E64
(104,110,100)
#5E645B
(94,100,91)
#545A52
(84,90,82)
#4A5049
(74,80,73)
#404640
(64,70,64)
#363C37
(54,60,55)
#2C322E
(44,50,46)
#222825
(34,40,37)
#181E1C
(24,30,28)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #72786D

#72786D
(114,120,109)
#7E847A
(126,132,122)
#8A9087
(138,144,135)
#969C94
(150,156,148)
#A2A8A1
(162,168,161)
#AEB4AE
(174,180,174)
#BAC0BB
(186,192,187)
#C6CCC8
(198,204,200)
#D2D8D5
(210,216,213)
#DEE4E2
(222,228,226)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72786D; }

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

This text font color is #72786D.


Background Color

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

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

This div background color is #72786D.


Border color

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

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

This div border color is #72786D.


Opacity

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

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

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

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

This text has shadow with #72786D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72786D on black background.


Color preview on white background

This text has color #72786D on white background.



Black color preview on #72786D background

This text has black color on #72786D background.


White color preview on #72786D background

This text has white color on #72786D background.