COLOR #72997A

HEX: #72997A RGB: (114,153,122)

Color info

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

RGB color model

#72997A color RGB value is (114,153,122).

RGB: (114,153,122) (45%, 60%, 48%)

RGB channels and saturation

R 114 of 255 = 45%
G 153 of 255 = 60%
B 122 of 255 = 48%

114
153
122

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

Portions of RGB colors in percentages

R + G + B = 114 + 153 + 122 = 389 (100%)
R 114 of 389 ~ 29.31%
G 153 of 389 ~ 39.33%
B 122 of 389 ~ 31.36'%

%29.31
%39.33
%31.36

CMYK color model

#72997A color CMYK value is (25,0,20,40).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 40.00%

CMYK: (25,0,20,40)
C25M0Y20K40 (25%, 0%, 20%, 40%)
(0.25 / 0.00 / 0.20 / 0.40)

CMYK percentages

%25.49
%0
%20.26
%40

Codes

Color #72997A in popluar color models

72 99 7A
RGB 114 153 122
HSL 132° 16.05% 52.35%
HSB/HSV 132° 25.49% 60.00%
CMYK 25.49% 0.00% 20.26%
40.00%

Color #72997A in popluar number systems.

HEX 72 99 7A
Decimal 114 153 122
Binary 1110010 10011001 1111010
Octal 162 231 172

Shades and tints

Shades of #72997A

#72997A
(114,153,122)
#688C6F
(104,140,111)
#5E7F64
(94,127,100)
#547259
(84,114,89)
#4A654E
(74,101,78)
#405843
(64,88,67)
#364B38
(54,75,56)
#2C3E2D
(44,62,45)
#223122
(34,49,34)
#182417
(24,36,23)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #72997A

#72997A
(114,153,122)
#7EA286
(126,162,134)
#8AAB92
(138,171,146)
#96B49E
(150,180,158)
#A2BDAA
(162,189,170)
#AEC6B6
(174,198,182)
#BACFC2
(186,207,194)
#C6D8CE
(198,216,206)
#D2E1DA
(210,225,218)
#DEEAE6
(222,234,230)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72997A color. Also use rgb(114,153,122) instead hex code.

Text Font Color

.myTextColor { color: #72997A; }

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

This text font color is #72997A.

Background Color

.myBgColor { background-color: #72997A; }

<div style="background-color:#72997A">Inner text</div>

This div background color is #72997A.

Border color

.myBorderColor { border: 1px solid #72997A; }

<div style="border:3px solid #72997A">Div</div>

This div border color is #72997A.

Opacity

.myOpacity80 { color: #72997A; opacity: 0.8; }

<p style="color:#72997A;opacity:0.8;">80%</p>

Text with #72997A 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 #72997A;}

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

This text has shadow with #72997A color.


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

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

This text has shadow with #72997A primary color and red secondary color.


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

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

This text has shadow with #72997A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72997A.

Preview

Color preview on black background

This text has color #72997A on black background.


Color preview on white background

This text has color #72997A on white background.


Black color preview on #72997A background

This text has black color on #72997A background.


White color preview on #72997A background

This text has white color on #72997A background.


Related colors

Complementary color

Complementary color for #hex is #8D6685.


I love getcolorcode.com

Triadic colors

1 #7A7299 and #997A72 with #72997A are triadic colors.

2 #7A9972 and #99727A with #72997A are triadic colors.