COLOR #7F8D7A

HEX: #7F8D7A
RGB: (127,141,122)

Color info

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

RGB color model

#7F8D7A color RGB value is (127,141,122).

  • red value is 127;
  • green value is 141;
  • blue value is 122.
RGB:
(127,141,122)
(50%,55%,48%)

RGB channels and saturation

R 127 of 255 = 50%
G 141 of 255 = 55%
B 122 of 255 = 48%

127
141
122

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

Portions of RGB colors in percentages

R + G + B =
127 + 141 + 122 = 390 (100%)
R 127 of 390 ~ 32.56%
G 141 of 390 ~ 36.15%
B 122 of 390 ~ 31.28%

%32.56
%36.15
%31.28

CMYK color model

#7F8D7A color CMYK value is (10,0,13,45).

  • cyan value is 9.93%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK:
(10,0,13,45)
C10M0Y13K45 
(10%,0%,13%,45%)
(0.10/0.00/0.13/0.45)	

CMYK percentages

%9.93
%0
%13.48
%44.71

Codes

Color #7F8D7A in popluar color models

7F8D7A
RGB127141122
HSL104°7.69%51.57%
HSB/HSV104°13.48%55.29%
CMYK9.93%0.00%13.48%
44.71%

Color #7F8D7A in popluar number systems.

HEX7F8D7A
Decimal127141122
Binary1111111100011011111010
Octal177215172

Shades and tints

Shades of #7F8D7A

#7F8D7A
(127,141,122)
#74816F
(116,129,111)
#697564
(105,117,100)
#5E6959
(94,105,89)
#535D4E
(83,93,78)
#485143
(72,81,67)
#3D4538
(61,69,56)
#32392D
(50,57,45)
#272D22
(39,45,34)
#1C2117
(28,33,23)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #7F8D7A

#7F8D7A
(127,141,122)
#8A9786
(138,151,134)
#95A192
(149,161,146)
#A0AB9E
(160,171,158)
#ABB5AA
(171,181,170)
#B6BFB6
(182,191,182)
#C1C9C2
(193,201,194)
#CCD3CE
(204,211,206)
#D7DDDA
(215,221,218)
#E2E7E6
(226,231,230)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8D7A color. Also use rgb(127,141,122) instead hex code.

Text Font Color

.myTextColor { color: #7F8D7A; }

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

This text font color is #7F8D7A.


Background Color

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

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

This div background color is #7F8D7A.


Border color

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

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

This div border color is #7F8D7A.


Opacity

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

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

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

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

This text has shadow with #7F8D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8D7A on black background.


Color preview on white background

This text has color #7F8D7A on white background.



Black color preview on #7F8D7A background

This text has black color on #7F8D7A background.


White color preview on #7F8D7A background

This text has white color on #7F8D7A background.