COLOR #7F884F

HEX: #7F884F
RGB: (127,136,79)

Color info

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

RGB color model

#7F884F color RGB value is (127,136,79).

  • red value is 127;
  • green value is 136;
  • blue value is 79.
RGB:
(127,136,79)
(50%,53%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 136 of 255 = 53%
B 79 of 255 = 31%

127
136
79

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

Portions of RGB colors in percentages

R + G + B =
127 + 136 + 79 = 342 (100%)
R 127 of 342 ~ 37.13%
G 136 of 342 ~ 39.77%
B 79 of 342 ~ 23.1%

%37.13
%39.77
%23.1

CMYK color model

#7F884F color CMYK value is (7,0,42,47).

  • cyan value is 6.62%
  • magenta value is 0.00%
  • yellow value is 41.91%
  • key color value is 46.67%
CMYK:
(7,0,42,47)
C7M0Y42K47 
(7%,0%,42%,47%)
(0.07/0.00/0.42/0.47)	

CMYK percentages

%6.62
%0
%41.91
%46.67

Codes

Color #7F884F in popluar color models

7F884F
RGB12713679
HSL69°26.51%42.16%
HSB/HSV69°41.91%53.33%
CMYK6.62%0.00%41.91%
46.67%

Color #7F884F in popluar number systems.

HEX7F884F
Decimal12713679
Binary1111111100010001001111
Octal177210117

Shades and tints

Shades of #7F884F

#7F884F
(127,136,79)
#747C48
(116,124,72)
#697041
(105,112,65)
#5E643A
(94,100,58)
#535833
(83,88,51)
#484C2C
(72,76,44)
#3D4025
(61,64,37)
#32341E
(50,52,30)
#272817
(39,40,23)
#1C1C10
(28,28,16)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #7F884F

#7F884F
(127,136,79)
#8A925F
(138,146,95)
#959C6F
(149,156,111)
#A0A67F
(160,166,127)
#ABB08F
(171,176,143)
#B6BA9F
(182,186,159)
#C1C4AF
(193,196,175)
#CCCEBF
(204,206,191)
#D7D8CF
(215,216,207)
#E2E2DF
(226,226,223)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F884F color. Also use rgb(127,136,79) instead hex code.

Text Font Color

.myTextColor { color: #7F884F; }

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

This text font color is #7F884F.


Background Color

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

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

This div background color is #7F884F.


Border color

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

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

This div border color is #7F884F.


Opacity

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

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

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

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

This text has shadow with #7F884F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F884F on black background.


Color preview on white background

This text has color #7F884F on white background.



Black color preview on #7F884F background

This text has black color on #7F884F background.


White color preview on #7F884F background

This text has white color on #7F884F background.