COLOR #7F9579

HEX: #7F9579
RGB: (127,149,121)

Color info

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

RGB color model

#7F9579 color RGB value is (127,149,121).

  • red value is 127;
  • green value is 149;
  • blue value is 121.
RGB:
(127,149,121)
(50%,58%,47%)

RGB channels and saturation

R 127 of 255 = 50%
G 149 of 255 = 58%
B 121 of 255 = 47%

127
149
121

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

Portions of RGB colors in percentages

R + G + B =
127 + 149 + 121 = 397 (100%)
R 127 of 397 ~ 31.99%
G 149 of 397 ~ 37.53%
B 121 of 397 ~ 30.48%

%31.99
%37.53
%30.48

CMYK color model

#7F9579 color CMYK value is (15,0,19,42).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(15,0,19,42)
C15M0Y19K42 
(15%,0%,19%,42%)
(0.15/0.00/0.19/0.42)	

CMYK percentages

%14.77
%0
%18.79
%41.57

Codes

Color #7F9579 in popluar color models

7F9579
RGB127149121
HSL107°11.67%52.94%
HSB/HSV107°18.79%58.43%
CMYK14.77%0.00%18.79%
41.57%

Color #7F9579 in popluar number systems.

HEX7F9579
Decimal127149121
Binary1111111100101011111001
Octal177225171

Shades and tints

Shades of #7F9579

#7F9579
(127,149,121)
#74886E
(116,136,110)
#697B63
(105,123,99)
#5E6E58
(94,110,88)
#53614D
(83,97,77)
#485442
(72,84,66)
#3D4737
(61,71,55)
#323A2C
(50,58,44)
#272D21
(39,45,33)
#1C2016
(28,32,22)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #7F9579

#7F9579
(127,149,121)
#8A9E85
(138,158,133)
#95A791
(149,167,145)
#A0B09D
(160,176,157)
#ABB9A9
(171,185,169)
#B6C2B5
(182,194,181)
#C1CBC1
(193,203,193)
#CCD4CD
(204,212,205)
#D7DDD9
(215,221,217)
#E2E6E5
(226,230,229)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9579 color. Also use rgb(127,149,121) instead hex code.

Text Font Color

.myTextColor { color: #7F9579; }

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

This text font color is #7F9579.


Background Color

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

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

This div background color is #7F9579.


Border color

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

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

This div border color is #7F9579.


Opacity

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

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

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

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

This text has shadow with #7F9579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9579 on black background.


Color preview on white background

This text has color #7F9579 on white background.



Black color preview on #7F9579 background

This text has black color on #7F9579 background.


White color preview on #7F9579 background

This text has white color on #7F9579 background.