COLOR #72886F

HEX: #72886F
RGB: (114,136,111)

Color info

#72886F contains red, green and blue colors in about the same proportion. Web safe color of #72886F is #669966 (or #696).

RGB color model

#72886F color RGB value is (114,136,111).

  • red value is 114;
  • green value is 136;
  • blue value is 111.
RGB:
(114,136,111)
(45%,53%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 136 of 255 = 53%
B 111 of 255 = 44%

114
136
111

R + G + B ~ 47%. #72886F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 136 + 111 = 361 (100%)
R 114 of 361 ~ 31.58%
G 136 of 361 ~ 37.67%
B 111 of 361 ~ 30.75%

%31.58
%37.67
%30.75

CMYK color model

#72886F color CMYK value is (16,0,18,47).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 46.67%
CMYK:
(16,0,18,47)
C16M0Y18K47 
(16%,0%,18%,47%)
(0.16/0.00/0.18/0.47)	

CMYK percentages

%16.18
%0
%18.38
%46.67

Codes

Color #72886F in popluar color models

72886F
RGB114136111
HSL113°10.12%48.43%
HSB/HSV113°18.38%53.33%
CMYK16.18%0.00%18.38%
46.67%

Color #72886F in popluar number systems.

HEX72886F
Decimal114136111
Binary1110010100010001101111
Octal162210157

Shades and tints

Shades of #72886F

#72886F
(114,136,111)
#687C65
(104,124,101)
#5E705B
(94,112,91)
#546451
(84,100,81)
#4A5847
(74,88,71)
#404C3D
(64,76,61)
#364033
(54,64,51)
#2C3429
(44,52,41)
#22281F
(34,40,31)
#181C15
(24,28,21)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #72886F

#72886F
(114,136,111)
#7E927C
(126,146,124)
#8A9C89
(138,156,137)
#96A696
(150,166,150)
#A2B0A3
(162,176,163)
#AEBAB0
(174,186,176)
#BAC4BD
(186,196,189)
#C6CECA
(198,206,202)
#D2D8D7
(210,216,215)
#DEE2E4
(222,226,228)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72886F color. Also use rgb(114,136,111) instead hex code.

Text Font Color

.myTextColor { color: #72886F; }

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

This text font color is #72886F.


Background Color

.myBgColor { background-color: #72886F; }

<div style="background-color:#72886F">Inner text</div>

This div background color is #72886F.


Border color

.myBorderColor { border: 1px solid #72886F; }

<div style="border:3px solid #72886F">Div</div>

This div border color is #72886F.


Opacity

.myOpacity80 { color: #72886F; opacity: 0.8; }

<p style="color:#72886F;opacity:0.8;">80%</p>

Text with #72886F 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 #72886F;}

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

This text has shadow with #72886F color.

.textShadow {text-shadow: 3px 3px 1px #72886F, 3px 3px 1px red;}

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

This text has shadow with #72886F primary color and red secondary color.


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

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

This text has shadow with #72886F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72886F on black background.


Color preview on white background

This text has color #72886F on white background.



Black color preview on #72886F background

This text has black color on #72886F background.


White color preview on #72886F background

This text has white color on #72886F background.