COLOR #72715A

HEX: #72715A
RGB: (114,113,90)

Color info

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

RGB color model

#72715A color RGB value is (114,113,90).

  • red value is 114;
  • green value is 113;
  • blue value is 90.
RGB:
(114,113,90)
(45%,44%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 113 of 255 = 44%
B 90 of 255 = 35%

114
113
90

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

Portions of RGB colors in percentages

R + G + B =
114 + 113 + 90 = 317 (100%)
R 114 of 317 ~ 35.96%
G 113 of 317 ~ 35.65%
B 90 of 317 ~ 28.39%

%35.96
%35.65
%28.39

CMYK color model

#72715A color CMYK value is (0,1,21,55).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 21.05%
  • key color value is 55.29%
CMYK:
(0,1,21,55)
C0M1Y21K55 
(0%,1%,21%,55%)
(0.00/0.01/0.21/0.55)	

CMYK percentages

%0
%0.88
%21.05
%55.29

Codes

Color #72715A in popluar color models

72715A
RGB11411390
HSL58°11.76%40.00%
HSB/HSV58°21.05%44.71%
CMYK0.00%0.88%21.05%
55.29%

Color #72715A in popluar number systems.

HEX72715A
Decimal11411390
Binary111001011100011011010
Octal162161132

Shades and tints

Shades of #72715A

#72715A
(114,113,90)
#686752
(104,103,82)
#5E5D4A
(94,93,74)
#545342
(84,83,66)
#4A493A
(74,73,58)
#403F32
(64,63,50)
#36352A
(54,53,42)
#2C2B22
(44,43,34)
#22211A
(34,33,26)
#181712
(24,23,18)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #72715A

#72715A
(114,113,90)
#7E7D69
(126,125,105)
#8A8978
(138,137,120)
#969587
(150,149,135)
#A2A196
(162,161,150)
#AEADA5
(174,173,165)
#BAB9B4
(186,185,180)
#C6C5C3
(198,197,195)
#D2D1D2
(210,209,210)
#DEDDE1
(222,221,225)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72715A color. Also use rgb(114,113,90) instead hex code.

Text Font Color

.myTextColor { color: #72715A; }

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

This text font color is #72715A.


Background Color

.myBgColor { background-color: #72715A; }

<div style="background-color:#72715A">Inner text</div>

This div background color is #72715A.


Border color

.myBorderColor { border: 1px solid #72715A; }

<div style="border:3px solid #72715A">Div</div>

This div border color is #72715A.


Opacity

.myOpacity80 { color: #72715A; opacity: 0.8; }

<p style="color:#72715A;opacity:0.8;">80%</p>

Text with #72715A 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 #72715A;}

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

This text has shadow with #72715A color.

.textShadow {text-shadow: 3px 3px 1px #72715A, 3px 3px 1px red;}

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

This text has shadow with #72715A primary color and red secondary color.


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

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

This text has shadow with #72715A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72715A on black background.


Color preview on white background

This text has color #72715A on white background.



Black color preview on #72715A background

This text has black color on #72715A background.


White color preview on #72715A background

This text has white color on #72715A background.