COLOR #72877F

HEX: #72877F
RGB: (114,135,127)

Color info

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

RGB color model

#72877F color RGB value is (114,135,127).

  • red value is 114;
  • green value is 135;
  • blue value is 127.
RGB:
(114,135,127)
(45%,53%,50%)

RGB channels and saturation

R 114 of 255 = 45%
G 135 of 255 = 53%
B 127 of 255 = 50%

114
135
127

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

Portions of RGB colors in percentages

R + G + B =
114 + 135 + 127 = 376 (100%)
R 114 of 376 ~ 30.32%
G 135 of 376 ~ 35.9%
B 127 of 376 ~ 33.78%

%30.32
%35.9
%33.78

CMYK color model

#72877F color CMYK value is (16,0,6,47).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(16,0,6,47)
C16M0Y6K47 
(16%,0%,6%,47%)
(0.16/0.00/0.06/0.47)	

CMYK percentages

%15.56
%0
%5.93
%47.06

Codes

Color #72877F in popluar color models

72877F
RGB114135127
HSL157°8.43%48.82%
HSB/HSV157°15.56%52.94%
CMYK15.56%0.00%5.93%
47.06%

Color #72877F in popluar number systems.

HEX72877F
Decimal114135127
Binary1110010100001111111111
Octal162207177

Shades and tints

Shades of #72877F

#72877F
(114,135,127)
#687B74
(104,123,116)
#5E6F69
(94,111,105)
#54635E
(84,99,94)
#4A5753
(74,87,83)
#404B48
(64,75,72)
#363F3D
(54,63,61)
#2C3332
(44,51,50)
#222727
(34,39,39)
#181B1C
(24,27,28)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #72877F

#72877F
(114,135,127)
#7E918A
(126,145,138)
#8A9B95
(138,155,149)
#96A5A0
(150,165,160)
#A2AFAB
(162,175,171)
#AEB9B6
(174,185,182)
#BAC3C1
(186,195,193)
#C6CDCC
(198,205,204)
#D2D7D7
(210,215,215)
#DEE1E2
(222,225,226)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72877F; }

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

This text font color is #72877F.


Background Color

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

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

This div background color is #72877F.


Border color

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

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

This div border color is #72877F.


Opacity

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

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

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

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

This text has shadow with #72877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72877F on black background.


Color preview on white background

This text has color #72877F on white background.



Black color preview on #72877F background

This text has black color on #72877F background.


White color preview on #72877F background

This text has white color on #72877F background.