COLOR #7FA672

HEX: #7FA672
RGB: (127,166,114)

Color info

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

RGB color model

#7FA672 color RGB value is (127,166,114).

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

RGB channels and saturation

R 127 of 255 = 50%
G 166 of 255 = 65%
B 114 of 255 = 45%

127
166
114

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

Portions of RGB colors in percentages

R + G + B =
127 + 166 + 114 = 407 (100%)
R 127 of 407 ~ 31.2%
G 166 of 407 ~ 40.79%
B 114 of 407 ~ 28.01%

%31.2
%40.79
%28.01

CMYK color model

#7FA672 color CMYK value is (23,0,31,35).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 31.33%
  • key color value is 34.90%
CMYK:
(23,0,31,35)
C23M0Y31K35 
(23%,0%,31%,35%)
(0.23/0.00/0.31/0.35)	

CMYK percentages

%23.49
%0
%31.33
%34.9

Codes

Color #7FA672 in popluar color models

7FA672
RGB127166114
HSL105°22.61%54.90%
HSB/HSV105°31.33%65.10%
CMYK23.49%0.00%31.33%
34.90%

Color #7FA672 in popluar number systems.

HEX7FA672
Decimal127166114
Binary1111111101001101110010
Octal177246162

Shades and tints

Shades of #7FA672

#7FA672
(127,166,114)
#749768
(116,151,104)
#69885E
(105,136,94)
#5E7954
(94,121,84)
#536A4A
(83,106,74)
#485B40
(72,91,64)
#3D4C36
(61,76,54)
#323D2C
(50,61,44)
#272E22
(39,46,34)
#1C1F18
(28,31,24)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #7FA672

#7FA672
(127,166,114)
#8AAE7E
(138,174,126)
#95B68A
(149,182,138)
#A0BE96
(160,190,150)
#ABC6A2
(171,198,162)
#B6CEAE
(182,206,174)
#C1D6BA
(193,214,186)
#CCDEC6
(204,222,198)
#D7E6D2
(215,230,210)
#E2EEDE
(226,238,222)
#EDF6EA
(237,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA672; }

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

This text font color is #7FA672.


Background Color

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

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

This div background color is #7FA672.


Border color

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

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

This div border color is #7FA672.


Opacity

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

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

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

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

This text has shadow with #7FA672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA672 on black background.


Color preview on white background

This text has color #7FA672 on white background.



Black color preview on #7FA672 background

This text has black color on #7FA672 background.


White color preview on #7FA672 background

This text has white color on #7FA672 background.