COLOR #7F8579

HEX: #7F8579
RGB: (127,133,121)

Color info

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

RGB color model

#7F8579 color RGB value is (127,133,121).

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

RGB channels and saturation

R 127 of 255 = 50%
G 133 of 255 = 52%
B 121 of 255 = 47%

127
133
121

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

Portions of RGB colors in percentages

R + G + B =
127 + 133 + 121 = 381 (100%)
R 127 of 381 ~ 33.33%
G 133 of 381 ~ 34.91%
B 121 of 381 ~ 31.76%

%33.33
%34.91
%31.76

CMYK color model

#7F8579 color CMYK value is (5,0,9,48).

  • cyan value is 4.51%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 47.84%
CMYK:
(5,0,9,48)
C5M0Y9K48 
(5%,0%,9%,48%)
(0.05/0.00/0.09/0.48)	

CMYK percentages

%4.51
%0
%9.02
%47.84

Codes

Color #7F8579 in popluar color models

7F8579
RGB127133121
HSL90°4.72%49.80%
HSB/HSV90°9.02%52.16%
CMYK4.51%0.00%9.02%
47.84%

Color #7F8579 in popluar number systems.

HEX7F8579
Decimal127133121
Binary1111111100001011111001
Octal177205171

Shades and tints

Shades of #7F8579

#7F8579
(127,133,121)
#74796E
(116,121,110)
#696D63
(105,109,99)
#5E6158
(94,97,88)
#53554D
(83,85,77)
#484942
(72,73,66)
#3D3D37
(61,61,55)
#32312C
(50,49,44)
#272521
(39,37,33)
#1C1916
(28,25,22)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #7F8579

#7F8579
(127,133,121)
#8A9085
(138,144,133)
#959B91
(149,155,145)
#A0A69D
(160,166,157)
#ABB1A9
(171,177,169)
#B6BCB5
(182,188,181)
#C1C7C1
(193,199,193)
#CCD2CD
(204,210,205)
#D7DDD9
(215,221,217)
#E2E8E5
(226,232,229)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8579; }

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

This text font color is #7F8579.


Background Color

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

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

This div background color is #7F8579.


Border color

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

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

This div border color is #7F8579.


Opacity

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

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

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

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

This text has shadow with #7F8579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8579 on black background.


Color preview on white background

This text has color #7F8579 on white background.



Black color preview on #7F8579 background

This text has black color on #7F8579 background.


White color preview on #7F8579 background

This text has white color on #7F8579 background.