COLOR #7F847C

HEX: #7F847C
RGB: (127,132,124)

Color info

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

RGB color model

#7F847C color RGB value is (127,132,124).

  • red value is 127;
  • green value is 132;
  • blue value is 124.
RGB:
(127,132,124)
(50%,52%,49%)

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 124 of 255 = 49%

127
132
124

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

Portions of RGB colors in percentages

R + G + B =
127 + 132 + 124 = 383 (100%)
R 127 of 383 ~ 33.16%
G 132 of 383 ~ 34.46%
B 124 of 383 ~ 32.38%

%33.16
%34.46
%32.38

CMYK color model

#7F847C color CMYK value is (4,0,6,48).

  • cyan value is 3.79%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 48.24%
CMYK:
(4,0,6,48)
C4M0Y6K48 
(4%,0%,6%,48%)
(0.04/0.00/0.06/0.48)	

CMYK percentages

%3.79
%0
%6.06
%48.24

Codes

Color #7F847C in popluar color models

7F847C
RGB127132124
HSL98°3.15%50.20%
HSB/HSV98°6.06%51.76%
CMYK3.79%0.00%6.06%
48.24%

Color #7F847C in popluar number systems.

HEX7F847C
Decimal127132124
Binary1111111100001001111100
Octal177204174

Shades and tints

Shades of #7F847C

#7F847C
(127,132,124)
#747871
(116,120,113)
#696C66
(105,108,102)
#5E605B
(94,96,91)
#535450
(83,84,80)
#484845
(72,72,69)
#3D3C3A
(61,60,58)
#32302F
(50,48,47)
#272424
(39,36,36)
#1C1819
(28,24,25)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #7F847C

#7F847C
(127,132,124)
#8A8F87
(138,143,135)
#959A92
(149,154,146)
#A0A59D
(160,165,157)
#ABB0A8
(171,176,168)
#B6BBB3
(182,187,179)
#C1C6BE
(193,198,190)
#CCD1C9
(204,209,201)
#D7DCD4
(215,220,212)
#E2E7DF
(226,231,223)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F847C; }

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

This text font color is #7F847C.


Background Color

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

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

This div background color is #7F847C.


Border color

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

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

This div border color is #7F847C.


Opacity

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

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

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

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

This text has shadow with #7F847C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F847C on black background.


Color preview on white background

This text has color #7F847C on white background.



Black color preview on #7F847C background

This text has black color on #7F847C background.


White color preview on #7F847C background

This text has white color on #7F847C background.