COLOR #7F8479

HEX: #7F8479
RGB: (127,132,121)

Color info

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

RGB color model

#7F8479 color RGB value is (127,132,121).

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

RGB channels and saturation

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

127
132
121

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

Portions of RGB colors in percentages

R + G + B =
127 + 132 + 121 = 380 (100%)
R 127 of 380 ~ 33.42%
G 132 of 380 ~ 34.74%
B 121 of 380 ~ 31.84%

%33.42
%34.74
%31.84

CMYK color model

#7F8479 color CMYK value is (4,0,8,48).

  • cyan value is 3.79%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 48.24%
CMYK:
(4,0,8,48)
C4M0Y8K48 
(4%,0%,8%,48%)
(0.04/0.00/0.08/0.48)	

CMYK percentages

%3.79
%0
%8.33
%48.24

Codes

Color #7F8479 in popluar color models

7F8479
RGB127132121
HSL87°4.35%49.61%
HSB/HSV87°8.33%51.76%
CMYK3.79%0.00%8.33%
48.24%

Color #7F8479 in popluar number systems.

HEX7F8479
Decimal127132121
Binary1111111100001001111001
Octal177204171

Shades and tints

Shades of #7F8479

#7F8479
(127,132,121)
#74786E
(116,120,110)
#696C63
(105,108,99)
#5E6058
(94,96,88)
#53544D
(83,84,77)
#484842
(72,72,66)
#3D3C37
(61,60,55)
#32302C
(50,48,44)
#272421
(39,36,33)
#1C1816
(28,24,22)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #7F8479

#7F8479
(127,132,121)
#8A8F85
(138,143,133)
#959A91
(149,154,145)
#A0A59D
(160,165,157)
#ABB0A9
(171,176,169)
#B6BBB5
(182,187,181)
#C1C6C1
(193,198,193)
#CCD1CD
(204,209,205)
#D7DCD9
(215,220,217)
#E2E7E5
(226,231,229)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8479; }

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

This text font color is #7F8479.


Background Color

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

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

This div background color is #7F8479.


Border color

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

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

This div border color is #7F8479.


Opacity

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

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

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

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

This text has shadow with #7F8479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8479 on black background.


Color preview on white background

This text has color #7F8479 on white background.



Black color preview on #7F8479 background

This text has black color on #7F8479 background.


White color preview on #7F8479 background

This text has white color on #7F8479 background.