COLOR #72675D

HEX: #72675D
RGB: (114,103,93)

Color info

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

RGB color model

#72675D color RGB value is (114,103,93).

  • red value is 114;
  • green value is 103;
  • blue value is 93.
RGB:
(114,103,93)
(45%,40%,36%)

RGB channels and saturation

R 114 of 255 = 45%
G 103 of 255 = 40%
B 93 of 255 = 36%

114
103
93

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

Portions of RGB colors in percentages

R + G + B =
114 + 103 + 93 = 310 (100%)
R 114 of 310 ~ 36.77%
G 103 of 310 ~ 33.23%
B 93 of 310 ~ 30%

%36.77
%33.23
%30

CMYK color model

#72675D color CMYK value is (0,10,18,55).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 18.42%
  • key color value is 55.29%
CMYK:
(0,10,18,55)
C0M10Y18K55 
(0%,10%,18%,55%)
(0.00/0.10/0.18/0.55)	

CMYK percentages

%0
%9.65
%18.42
%55.29

Codes

Color #72675D in popluar color models

72675D
RGB11410393
HSL29°10.14%40.59%
HSB/HSV29°18.42%44.71%
CMYK0.00%9.65%18.42%
55.29%

Color #72675D in popluar number systems.

HEX72675D
Decimal11410393
Binary111001011001111011101
Octal162147135

Shades and tints

Shades of #72675D

#72675D
(114,103,93)
#685E55
(104,94,85)
#5E554D
(94,85,77)
#544C45
(84,76,69)
#4A433D
(74,67,61)
#403A35
(64,58,53)
#36312D
(54,49,45)
#2C2825
(44,40,37)
#221F1D
(34,31,29)
#181615
(24,22,21)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #72675D

#72675D
(114,103,93)
#7E746B
(126,116,107)
#8A8179
(138,129,121)
#968E87
(150,142,135)
#A29B95
(162,155,149)
#AEA8A3
(174,168,163)
#BAB5B1
(186,181,177)
#C6C2BF
(198,194,191)
#D2CFCD
(210,207,205)
#DEDCDB
(222,220,219)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72675D color. Also use rgb(114,103,93) instead hex code.

Text Font Color

.myTextColor { color: #72675D; }

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

This text font color is #72675D.


Background Color

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

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

This div background color is #72675D.


Border color

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

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

This div border color is #72675D.


Opacity

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

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

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

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

This text has shadow with #72675D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72675D on black background.


Color preview on white background

This text has color #72675D on white background.



Black color preview on #72675D background

This text has black color on #72675D background.


White color preview on #72675D background

This text has white color on #72675D background.