COLOR #7F867C

HEX: #7F867C RGB: (127,134,124)

Color info

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

RGB color model

#7F867C color RGB value is (127,134,124).

RGB: (127,134,124) (50%, 53%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 134 of 255 = 53%
B 124 of 255 = 49%

127
134
124

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

Portions of RGB colors in percentages

R + G + B = 127 + 134 + 124 = 385 (100%)
R 127 of 385 ~ 32.99%
G 134 of 385 ~ 34.81%
B 124 of 385 ~ 32.21'%

%32.99
%34.81
%32.21

CMYK color model

#7F867C color CMYK value is (5,0,7,47).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 47.45%

CMYK: (5,0,7,47)
C5M0Y7K47 (5%, 0%, 7%, 47%)
(0.05 / 0.00 / 0.07 / 0.47)

CMYK percentages

%5.22
%0
%7.46
%47.45

Codes

Color #7F867C in popluar color models

7F 86 7C
RGB 127 134 124
HSL 102° 3.97% 50.59%
HSB/HSV 102° 7.46% 52.55%
CMYK 5.22% 0.00% 7.46%
47.45%

Color #7F867C in popluar number systems.

HEX 7F 86 7C
Decimal 127 134 124
Binary 1111111 10000110 1111100
Octal 177 206 174

Shades and tints

Shades of #7F867C

#7F867C
(127,134,124)
#747A71
(116,122,113)
#696E66
(105,110,102)
#5E625B
(94,98,91)
#535650
(83,86,80)
#484A45
(72,74,69)
#3D3E3A
(61,62,58)
#32322F
(50,50,47)
#272624
(39,38,36)
#1C1A19
(28,26,25)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #7F867C

#7F867C
(127,134,124)
#8A9187
(138,145,135)
#959C92
(149,156,146)
#A0A79D
(160,167,157)
#ABB2A8
(171,178,168)
#B6BDB3
(182,189,179)
#C1C8BE
(193,200,190)
#CCD3C9
(204,211,201)
#D7DED4
(215,222,212)
#E2E9DF
(226,233,223)
#EDF4EA
(237,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F867C color. Also use rgb(127,134,124) instead hex code.

Text Font Color

.myTextColor { color: #7F867C; }

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

This text font color is #7F867C.

Background Color

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

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

This div background color is #7F867C.

Border color

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

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

This div border color is #7F867C.

Opacity

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

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

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

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

This text has shadow with #7F867C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F867C.

Preview

Color preview on black background

This text has color #7F867C on black background.


Color preview on white background

This text has color #7F867C on white background.


Black color preview on #7F867C background

This text has black color on #7F867C background.


White color preview on #7F867C background

This text has white color on #7F867C background.


Related colors

Complementary color

Complementary color for #hex is #807983.


I love getcolorcode.com

Triadic colors

1 #7C7F86 and #867C7F with #7F867C are triadic colors.

2 #7C867F and #867F7C with #7F867C are triadic colors.