COLOR #72977E

HEX: #72977E
RGB: (114,151,126)

Color info

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

RGB color model

#72977E color RGB value is (114,151,126).

  • red value is 114;
  • green value is 151;
  • blue value is 126.
RGB:
(114,151,126)
(45%,59%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 151 of 255 = 59%
B 126 of 255 = 49%

114
151
126

R + G + B ~ 51%. #72977E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 151 + 126 = 391 (100%)
R 114 of 391 ~ 29.16%
G 151 of 391 ~ 38.62%
B 126 of 391 ~ 32.23%

%29.16
%38.62
%32.23

CMYK color model

#72977E color CMYK value is (25,0,17,41).

  • cyan value is 24.50%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(25,0,17,41)
C25M0Y17K41 
(25%,0%,17%,41%)
(0.25/0.00/0.17/0.41)	

CMYK percentages

%24.5
%0
%16.56
%40.78

Codes

Color #72977E in popluar color models

72977E
RGB114151126
HSL139°15.10%51.96%
HSB/HSV139°24.50%59.22%
CMYK24.50%0.00%16.56%
40.78%

Color #72977E in popluar number systems.

HEX72977E
Decimal114151126
Binary1110010100101111111110
Octal162227176

Shades and tints

Shades of #72977E

#72977E
(114,151,126)
#688A73
(104,138,115)
#5E7D68
(94,125,104)
#54705D
(84,112,93)
#4A6352
(74,99,82)
#405647
(64,86,71)
#36493C
(54,73,60)
#2C3C31
(44,60,49)
#222F26
(34,47,38)
#18221B
(24,34,27)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #72977E

#72977E
(114,151,126)
#7EA089
(126,160,137)
#8AA994
(138,169,148)
#96B29F
(150,178,159)
#A2BBAA
(162,187,170)
#AEC4B5
(174,196,181)
#BACDC0
(186,205,192)
#C6D6CB
(198,214,203)
#D2DFD6
(210,223,214)
#DEE8E1
(222,232,225)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72977E color. Also use rgb(114,151,126) instead hex code.

Text Font Color

.myTextColor { color: #72977E; }

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

This text font color is #72977E.


Background Color

.myBgColor { background-color: #72977E; }

<div style="background-color:#72977E">Inner text</div>

This div background color is #72977E.


Border color

.myBorderColor { border: 1px solid #72977E; }

<div style="border:3px solid #72977E">Div</div>

This div border color is #72977E.


Opacity

.myOpacity80 { color: #72977E; opacity: 0.8; }

<p style="color:#72977E;opacity:0.8;">80%</p>

Text with #72977E 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 #72977E;}

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

This text has shadow with #72977E color.

.textShadow {text-shadow: 3px 3px 1px #72977E, 3px 3px 1px red;}

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

This text has shadow with #72977E primary color and red secondary color.


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

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

This text has shadow with #72977E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72977E on black background.


Color preview on white background

This text has color #72977E on white background.



Black color preview on #72977E background

This text has black color on #72977E background.


White color preview on #72977E background

This text has white color on #72977E background.