COLOR #7F8374

HEX: #7F8374 RGB: (127,131,116)

Color info

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

RGB color model

#7F8374 color RGB value is (127,131,116).

RGB: (127,131,116) (50%, 51%, 45%)

RGB channels and saturation

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

127
131
116

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

Portions of RGB colors in percentages

R + G + B = 127 + 131 + 116 = 374 (100%)
R 127 of 374 ~ 33.96%
G 131 of 374 ~ 35.03%
B 116 of 374 ~ 31.02'%

%33.96
%35.03
%31.02

CMYK color model

#7F8374 color CMYK value is (3,0,11,49).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 48.63%

CMYK: (3,0,11,49)
C3M0Y11K49 (3%, 0%, 11%, 49%)
(0.03 / 0.00 / 0.11 / 0.49)

CMYK percentages

%3.05
%0
%11.45
%48.63

Codes

Color #7F8374 in popluar color models

7F 83 74
RGB 127 131 116
HSL 76° 6.07% 48.43%
HSB/HSV 76° 11.45% 51.37%
CMYK 3.05% 0.00% 11.45%
48.63%

Color #7F8374 in popluar number systems.

HEX 7F 83 74
Decimal 127 131 116
Binary 1111111 10000011 1110100
Octal 177 203 164

Shades and tints

Shades of #7F8374

#7F8374
(127,131,116)
#74786A
(116,120,106)
#696D60
(105,109,96)
#5E6256
(94,98,86)
#53574C
(83,87,76)
#484C42
(72,76,66)
#3D4138
(61,65,56)
#32362E
(50,54,46)
#272B24
(39,43,36)
#1C201A
(28,32,26)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #7F8374

#7F8374
(127,131,116)
#8A8E80
(138,142,128)
#95998C
(149,153,140)
#A0A498
(160,164,152)
#ABAFA4
(171,175,164)
#B6BAB0
(182,186,176)
#C1C5BC
(193,197,188)
#CCD0C8
(204,208,200)
#D7DBD4
(215,219,212)
#E2E6E0
(226,230,224)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8374; }

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

This text font color is #7F8374.

Background Color

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

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

This div background color is #7F8374.

Border color

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

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

This div border color is #7F8374.

Opacity

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

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

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

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

This text has shadow with #7F8374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8374.

Preview

Color preview on black background

This text has color #7F8374 on black background.


Color preview on white background

This text has color #7F8374 on white background.


Black color preview on #7F8374 background

This text has black color on #7F8374 background.


White color preview on #7F8374 background

This text has white color on #7F8374 background.


Related colors

Complementary color

Complementary color for #hex is #807C8B.


I love getcolorcode.com

Triadic colors

1 #747F83 and #83747F with #7F8374 are triadic colors.

2 #74837F and #837F74 with #7F8374 are triadic colors.