COLOR #7F8372

HEX: #7F8372
RGB: (127,131,114)

Color info

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

RGB color model

#7F8372 color RGB value is (127,131,114).

  • red value is 127;
  • green value is 131;
  • blue value is 114.
RGB:
(127,131,114)
(50%,51%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 131 of 255 = 51%
B 114 of 255 = 45%

127
131
114

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

Portions of RGB colors in percentages

R + G + B =
127 + 131 + 114 = 372 (100%)
R 127 of 372 ~ 34.14%
G 131 of 372 ~ 35.22%
B 114 of 372 ~ 30.65%

%34.14
%35.22
%30.65

CMYK color model

#7F8372 color CMYK value is (3,0,13,49).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 12.98%
  • key color value is 48.63%
CMYK:
(3,0,13,49)
C3M0Y13K49 
(3%,0%,13%,49%)
(0.03/0.00/0.13/0.49)	

CMYK percentages

%3.05
%0
%12.98
%48.63

Codes

Color #7F8372 in popluar color models

7F8372
RGB127131114
HSL74°6.94%48.04%
HSB/HSV74°12.98%51.37%
CMYK3.05%0.00%12.98%
48.63%

Color #7F8372 in popluar number systems.

HEX7F8372
Decimal127131114
Binary1111111100000111110010
Octal177203162

Shades and tints

Shades of #7F8372

#7F8372
(127,131,114)
#747868
(116,120,104)
#696D5E
(105,109,94)
#5E6254
(94,98,84)
#53574A
(83,87,74)
#484C40
(72,76,64)
#3D4136
(61,65,54)
#32362C
(50,54,44)
#272B22
(39,43,34)
#1C2018
(28,32,24)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #7F8372

#7F8372
(127,131,114)
#8A8E7E
(138,142,126)
#95998A
(149,153,138)
#A0A496
(160,164,150)
#ABAFA2
(171,175,162)
#B6BAAE
(182,186,174)
#C1C5BA
(193,197,186)
#CCD0C6
(204,208,198)
#D7DBD2
(215,219,210)
#E2E6DE
(226,230,222)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8372 color. Also use rgb(127,131,114) instead hex code.

Text Font Color

.myTextColor { color: #7F8372; }

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

This text font color is #7F8372.


Background Color

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

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

This div background color is #7F8372.


Border color

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

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

This div border color is #7F8372.


Opacity

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

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

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

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

This text has shadow with #7F8372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8372 on black background.


Color preview on white background

This text has color #7F8372 on white background.



Black color preview on #7F8372 background

This text has black color on #7F8372 background.


White color preview on #7F8372 background

This text has white color on #7F8372 background.