COLOR #7F9972

HEX: #7F9972
RGB: (127,153,114)

Color info

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

RGB color model

#7F9972 color RGB value is (127,153,114).

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

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 114 of 255 = 45%

127
153
114

R + G + B ~ 52%. #7F9972 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 153 + 114 = 394 (100%)
R 127 of 394 ~ 32.23%
G 153 of 394 ~ 38.83%
B 114 of 394 ~ 28.93%

%32.23
%38.83
%28.93

CMYK color model

#7F9972 color CMYK value is (17,0,25,40).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 40.00%
CMYK:
(17,0,25,40)
C17M0Y25K40 
(17%,0%,25%,40%)
(0.17/0.00/0.25/0.40)	

CMYK percentages

%16.99
%0
%25.49
%40

Codes

Color #7F9972 in popluar color models

7F9972
RGB127153114
HSL100°16.05%52.35%
HSB/HSV100°25.49%60.00%
CMYK16.99%0.00%25.49%
40.00%

Color #7F9972 in popluar number systems.

HEX7F9972
Decimal127153114
Binary1111111100110011110010
Octal177231162

Shades and tints

Shades of #7F9972

#7F9972
(127,153,114)
#748C68
(116,140,104)
#697F5E
(105,127,94)
#5E7254
(94,114,84)
#53654A
(83,101,74)
#485840
(72,88,64)
#3D4B36
(61,75,54)
#323E2C
(50,62,44)
#273122
(39,49,34)
#1C2418
(28,36,24)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #7F9972

#7F9972
(127,153,114)
#8AA27E
(138,162,126)
#95AB8A
(149,171,138)
#A0B496
(160,180,150)
#ABBDA2
(171,189,162)
#B6C6AE
(182,198,174)
#C1CFBA
(193,207,186)
#CCD8C6
(204,216,198)
#D7E1D2
(215,225,210)
#E2EADE
(226,234,222)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9972 color. Also use rgb(127,153,114) instead hex code.

Text Font Color

.myTextColor { color: #7F9972; }

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

This text font color is #7F9972.


Background Color

.myBgColor { background-color: #7F9972; }

<div style="background-color:#7F9972">Inner text</div>

This div background color is #7F9972.


Border color

.myBorderColor { border: 1px solid #7F9972; }

<div style="border:3px solid #7F9972">Div</div>

This div border color is #7F9972.


Opacity

.myOpacity80 { color: #7F9972; opacity: 0.8; }

<p style="color:#7F9972;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F9972 color.

.textShadow {text-shadow: 3px 3px 1px #7F9972, 3px 3px 1px red;}

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

This text has shadow with #7F9972 primary color and red secondary color.


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

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

This text has shadow with #7F9972 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9972 on black background.


Color preview on white background

This text has color #7F9972 on white background.



Black color preview on #7F9972 background

This text has black color on #7F9972 background.


White color preview on #7F9972 background

This text has white color on #7F9972 background.