COLOR #7F9D74

HEX: #7F9D74
RGB: (127,157,116)

Color info

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

RGB color model

#7F9D74 color RGB value is (127,157,116).

  • red value is 127;
  • green value is 157;
  • blue value is 116.
RGB:
(127,157,116)
(50%,62%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 157 of 255 = 62%
B 116 of 255 = 45%

127
157
116

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

Portions of RGB colors in percentages

R + G + B =
127 + 157 + 116 = 400 (100%)
R 127 of 400 ~ 31.75%
G 157 of 400 ~ 39.25%
B 116 of 400 ~ 29%

%31.75
%39.25
%29

CMYK color model

#7F9D74 color CMYK value is (19,0,26,38).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 38.43%
CMYK:
(19,0,26,38)
C19M0Y26K38 
(19%,0%,26%,38%)
(0.19/0.00/0.26/0.38)	

CMYK percentages

%19.11
%0
%26.11
%38.43

Codes

Color #7F9D74 in popluar color models

7F9D74
RGB127157116
HSL104°17.30%53.53%
HSB/HSV104°26.11%61.57%
CMYK19.11%0.00%26.11%
38.43%

Color #7F9D74 in popluar number systems.

HEX7F9D74
Decimal127157116
Binary1111111100111011110100
Octal177235164

Shades and tints

Shades of #7F9D74

#7F9D74
(127,157,116)
#748F6A
(116,143,106)
#698160
(105,129,96)
#5E7356
(94,115,86)
#53654C
(83,101,76)
#485742
(72,87,66)
#3D4938
(61,73,56)
#323B2E
(50,59,46)
#272D24
(39,45,36)
#1C1F1A
(28,31,26)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #7F9D74

#7F9D74
(127,157,116)
#8AA580
(138,165,128)
#95AD8C
(149,173,140)
#A0B598
(160,181,152)
#ABBDA4
(171,189,164)
#B6C5B0
(182,197,176)
#C1CDBC
(193,205,188)
#CCD5C8
(204,213,200)
#D7DDD4
(215,221,212)
#E2E5E0
(226,229,224)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9D74 color. Also use rgb(127,157,116) instead hex code.

Text Font Color

.myTextColor { color: #7F9D74; }

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

This text font color is #7F9D74.


Background Color

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

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

This div background color is #7F9D74.


Border color

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

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

This div border color is #7F9D74.


Opacity

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

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

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

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

This text has shadow with #7F9D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9D74 on black background.


Color preview on white background

This text has color #7F9D74 on white background.



Black color preview on #7F9D74 background

This text has black color on #7F9D74 background.


White color preview on #7F9D74 background

This text has white color on #7F9D74 background.