COLOR #72735F

HEX: #72735F RGB: (114,115,95)

Color info

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

RGB color model

#72735F color RGB value is (114,115,95).

RGB: (114,115,95) (45%, 45%, 37%)

RGB channels and saturation

R 114 of 255 = 45%
G 115 of 255 = 45%
B 95 of 255 = 37%

114
115
95

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

Portions of RGB colors in percentages

R + G + B = 114 + 115 + 95 = 324 (100%)
R 114 of 324 ~ 35.19%
G 115 of 324 ~ 35.49%
B 95 of 324 ~ 29.32'%

%35.19
%35.49
%29.32

CMYK color model

#72735F color CMYK value is (1,0,17,55).

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 54.90%

CMYK: (1,0,17,55)
C1M0Y17K55 (1%, 0%, 17%, 55%)
(0.01 / 0.00 / 0.17 / 0.55)

CMYK percentages

%0.87
%0
%17.39
%54.9

Codes

Color #72735F in popluar color models

72 73 5F
RGB 114 115 95
HSL 63° 9.52% 41.18%
HSB/HSV 63° 17.39% 45.10%
CMYK 0.87% 0.00% 17.39%
54.90%

Color #72735F in popluar number systems.

HEX 72 73 5F
Decimal 114 115 95
Binary 1110010 1110011 1011111
Octal 162 163 137

Shades and tints

Shades of #72735F

#72735F
(114,115,95)
#686957
(104,105,87)
#5E5F4F
(94,95,79)
#545547
(84,85,71)
#4A4B3F
(74,75,63)
#404137
(64,65,55)
#36372F
(54,55,47)
#2C2D27
(44,45,39)
#22231F
(34,35,31)
#181917
(24,25,23)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #72735F

#72735F
(114,115,95)
#7E7F6D
(126,127,109)
#8A8B7B
(138,139,123)
#969789
(150,151,137)
#A2A397
(162,163,151)
#AEAFA5
(174,175,165)
#BABBB3
(186,187,179)
#C6C7C1
(198,199,193)
#D2D3CF
(210,211,207)
#DEDFDD
(222,223,221)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72735F color. Also use rgb(114,115,95) instead hex code.

Text Font Color

.myTextColor { color: #72735F; }

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

This text font color is #72735F.

Background Color

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

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

This div background color is #72735F.

Border color

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

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

This div border color is #72735F.

Opacity

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

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

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

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

This text has shadow with #72735F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72735F.

Preview

Color preview on black background

This text has color #72735F on black background.


Color preview on white background

This text has color #72735F on white background.


Black color preview on #72735F background

This text has black color on #72735F background.


White color preview on #72735F background

This text has white color on #72735F background.


Related colors

Complementary color

Complementary color for #hex is #8D8CA0.


I love getcolorcode.com

Triadic colors

1 #5F7273 and #735F72 with #72735F are triadic colors.

2 #5F7372 and #73725F with #72735F are triadic colors.