COLOR #72875F

HEX: #72875F RGB: (114,135,95)

Color info

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

RGB color model

#72875F color RGB value is (114,135,95).

RGB: (114,135,95) (45%, 53%, 37%)

RGB channels and saturation

R 114 of 255 = 45%
G 135 of 255 = 53%
B 95 of 255 = 37%

114
135
95

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

Portions of RGB colors in percentages

R + G + B = 114 + 135 + 95 = 344 (100%)
R 114 of 344 ~ 33.14%
G 135 of 344 ~ 39.24%
B 95 of 344 ~ 27.62'%

%33.14
%39.24
%27.62

CMYK color model

#72875F color CMYK value is (16,0,30,47).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 47.06%

CMYK: (16,0,30,47)
C16M0Y30K47 (16%, 0%, 30%, 47%)
(0.16 / 0.00 / 0.30 / 0.47)

CMYK percentages

%15.56
%0
%29.63
%47.06

Codes

Color #72875F in popluar color models

72 87 5F
RGB 114 135 95
HSL 92° 17.39% 45.10%
HSB/HSV 92° 29.63% 52.94%
CMYK 15.56% 0.00% 29.63%
47.06%

Color #72875F in popluar number systems.

HEX 72 87 5F
Decimal 114 135 95
Binary 1110010 10000111 1011111
Octal 162 207 137

Shades and tints

Shades of #72875F

#72875F
(114,135,95)
#687B57
(104,123,87)
#5E6F4F
(94,111,79)
#546347
(84,99,71)
#4A573F
(74,87,63)
#404B37
(64,75,55)
#363F2F
(54,63,47)
#2C3327
(44,51,39)
#22271F
(34,39,31)
#181B17
(24,27,23)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #72875F

#72875F
(114,135,95)
#7E916D
(126,145,109)
#8A9B7B
(138,155,123)
#96A589
(150,165,137)
#A2AF97
(162,175,151)
#AEB9A5
(174,185,165)
#BAC3B3
(186,195,179)
#C6CDC1
(198,205,193)
#D2D7CF
(210,215,207)
#DEE1DD
(222,225,221)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72875F; }

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

This text font color is #72875F.

Background Color

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

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

This div background color is #72875F.

Border color

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

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

This div border color is #72875F.

Opacity

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

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

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

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

This text has shadow with #72875F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72875F.

Preview

Color preview on black background

This text has color #72875F on black background.


Color preview on white background

This text has color #72875F on white background.


Black color preview on #72875F background

This text has black color on #72875F background.


White color preview on #72875F background

This text has white color on #72875F background.


Related colors

Complementary color

Complementary color for #hex is #8D78A0.


I love getcolorcode.com

Triadic colors

1 #5F7287 and #875F72 with #72875F are triadic colors.

2 #5F8772 and #87725F with #72875F are triadic colors.