COLOR #72877C

HEX: #72877C
RGB: (114,135,124)

Color info

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

RGB color model

#72877C color RGB value is (114,135,124).

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

RGB channels and saturation

R 114 of 255 = 45%
G 135 of 255 = 53%
B 124 of 255 = 49%

114
135
124

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

Portions of RGB colors in percentages

R + G + B =
114 + 135 + 124 = 373 (100%)
R 114 of 373 ~ 30.56%
G 135 of 373 ~ 36.19%
B 124 of 373 ~ 33.24%

%30.56
%36.19
%33.24

CMYK color model

#72877C color CMYK value is (16,0,8,47).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK:
(16,0,8,47)
C16M0Y8K47 
(16%,0%,8%,47%)
(0.16/0.00/0.08/0.47)	

CMYK percentages

%15.56
%0
%8.15
%47.06

Codes

Color #72877C in popluar color models

72877C
RGB114135124
HSL149°8.43%48.82%
HSB/HSV149°15.56%52.94%
CMYK15.56%0.00%8.15%
47.06%

Color #72877C in popluar number systems.

HEX72877C
Decimal114135124
Binary1110010100001111111100
Octal162207174

Shades and tints

Shades of #72877C

#72877C
(114,135,124)
#687B71
(104,123,113)
#5E6F66
(94,111,102)
#54635B
(84,99,91)
#4A5750
(74,87,80)
#404B45
(64,75,69)
#363F3A
(54,63,58)
#2C332F
(44,51,47)
#222724
(34,39,36)
#181B19
(24,27,25)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #72877C

#72877C
(114,135,124)
#7E9187
(126,145,135)
#8A9B92
(138,155,146)
#96A59D
(150,165,157)
#A2AFA8
(162,175,168)
#AEB9B3
(174,185,179)
#BAC3BE
(186,195,190)
#C6CDC9
(198,205,201)
#D2D7D4
(210,215,212)
#DEE1DF
(222,225,223)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72877C; }

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

This text font color is #72877C.


Background Color

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

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

This div background color is #72877C.


Border color

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

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

This div border color is #72877C.


Opacity

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

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

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

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

This text has shadow with #72877C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72877C on black background.


Color preview on white background

This text has color #72877C on white background.



Black color preview on #72877C background

This text has black color on #72877C background.


White color preview on #72877C background

This text has white color on #72877C background.