COLOR #72896B

HEX: #72896B
RGB: (114,137,107)

Color info

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

RGB color model

#72896B color RGB value is (114,137,107).

  • red value is 114;
  • green value is 137;
  • blue value is 107.
RGB:
(114,137,107)
(45%,54%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 137 of 255 = 54%
B 107 of 255 = 42%

114
137
107

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

Portions of RGB colors in percentages

R + G + B =
114 + 137 + 107 = 358 (100%)
R 114 of 358 ~ 31.84%
G 137 of 358 ~ 38.27%
B 107 of 358 ~ 29.89%

%31.84
%38.27
%29.89

CMYK color model

#72896B color CMYK value is (17,0,22,46).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 46.27%
CMYK:
(17,0,22,46)
C17M0Y22K46 
(17%,0%,22%,46%)
(0.17/0.00/0.22/0.46)	

CMYK percentages

%16.79
%0
%21.9
%46.27

Codes

Color #72896B in popluar color models

72896B
RGB114137107
HSL106°12.30%47.84%
HSB/HSV106°21.90%53.73%
CMYK16.79%0.00%21.90%
46.27%

Color #72896B in popluar number systems.

HEX72896B
Decimal114137107
Binary1110010100010011101011
Octal162211153

Shades and tints

Shades of #72896B

#72896B
(114,137,107)
#687D62
(104,125,98)
#5E7159
(94,113,89)
#546550
(84,101,80)
#4A5947
(74,89,71)
#404D3E
(64,77,62)
#364135
(54,65,53)
#2C352C
(44,53,44)
#222923
(34,41,35)
#181D1A
(24,29,26)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #72896B

#72896B
(114,137,107)
#7E9378
(126,147,120)
#8A9D85
(138,157,133)
#96A792
(150,167,146)
#A2B19F
(162,177,159)
#AEBBAC
(174,187,172)
#BAC5B9
(186,197,185)
#C6CFC6
(198,207,198)
#D2D9D3
(210,217,211)
#DEE3E0
(222,227,224)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72896B color. Also use rgb(114,137,107) instead hex code.

Text Font Color

.myTextColor { color: #72896B; }

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

This text font color is #72896B.


Background Color

.myBgColor { background-color: #72896B; }

<div style="background-color:#72896B">Inner text</div>

This div background color is #72896B.


Border color

.myBorderColor { border: 1px solid #72896B; }

<div style="border:3px solid #72896B">Div</div>

This div border color is #72896B.


Opacity

.myOpacity80 { color: #72896B; opacity: 0.8; }

<p style="color:#72896B;opacity:0.8;">80%</p>

Text with #72896B 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 #72896B;}

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

This text has shadow with #72896B color.

.textShadow {text-shadow: 3px 3px 1px #72896B, 3px 3px 1px red;}

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

This text has shadow with #72896B primary color and red secondary color.


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

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

This text has shadow with #72896B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72896B on black background.


Color preview on white background

This text has color #72896B on white background.



Black color preview on #72896B background

This text has black color on #72896B background.


White color preview on #72896B background

This text has white color on #72896B background.