COLOR #72816C

HEX: #72816C
RGB: (114,129,108)

Color info

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

RGB color model

#72816C color RGB value is (114,129,108).

  • red value is 114;
  • green value is 129;
  • blue value is 108.
RGB:
(114,129,108)
(45%,51%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 129 of 255 = 51%
B 108 of 255 = 42%

114
129
108

R + G + B ~ 46%. #72816C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 129 + 108 = 351 (100%)
R 114 of 351 ~ 32.48%
G 129 of 351 ~ 36.75%
B 108 of 351 ~ 30.77%

%32.48
%36.75
%30.77

CMYK color model

#72816C color CMYK value is (12,0,16,49).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 49.41%
CMYK:
(12,0,16,49)
C12M0Y16K49 
(12%,0%,16%,49%)
(0.12/0.00/0.16/0.49)	

CMYK percentages

%11.63
%0
%16.28
%49.41

Codes

Color #72816C in popluar color models

72816C
RGB114129108
HSL103°8.86%46.47%
HSB/HSV103°16.28%50.59%
CMYK11.63%0.00%16.28%
49.41%

Color #72816C in popluar number systems.

HEX72816C
Decimal114129108
Binary1110010100000011101100
Octal162201154

Shades and tints

Shades of #72816C

#72816C
(114,129,108)
#687663
(104,118,99)
#5E6B5A
(94,107,90)
#546051
(84,96,81)
#4A5548
(74,85,72)
#404A3F
(64,74,63)
#363F36
(54,63,54)
#2C342D
(44,52,45)
#222924
(34,41,36)
#181E1B
(24,30,27)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #72816C

#72816C
(114,129,108)
#7E8C79
(126,140,121)
#8A9786
(138,151,134)
#96A293
(150,162,147)
#A2ADA0
(162,173,160)
#AEB8AD
(174,184,173)
#BAC3BA
(186,195,186)
#C6CEC7
(198,206,199)
#D2D9D4
(210,217,212)
#DEE4E1
(222,228,225)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72816C color. Also use rgb(114,129,108) instead hex code.

Text Font Color

.myTextColor { color: #72816C; }

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

This text font color is #72816C.


Background Color

.myBgColor { background-color: #72816C; }

<div style="background-color:#72816C">Inner text</div>

This div background color is #72816C.


Border color

.myBorderColor { border: 1px solid #72816C; }

<div style="border:3px solid #72816C">Div</div>

This div border color is #72816C.


Opacity

.myOpacity80 { color: #72816C; opacity: 0.8; }

<p style="color:#72816C;opacity:0.8;">80%</p>

Text with #72816C 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 #72816C;}

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

This text has shadow with #72816C color.

.textShadow {text-shadow: 3px 3px 1px #72816C, 3px 3px 1px red;}

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

This text has shadow with #72816C primary color and red secondary color.


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

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

This text has shadow with #72816C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72816C on black background.


Color preview on white background

This text has color #72816C on white background.



Black color preview on #72816C background

This text has black color on #72816C background.


White color preview on #72816C background

This text has white color on #72816C background.