COLOR #807C7C

HEX: #807C7C
RGB: (128,124,124)

Color info

#807C7C contains red, green and blue colors in about the same proportion. Web safe color of #807C7C is #666666 (or #666).

RGB color model

#807C7C color RGB value is (128,124,124).

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

RGB channels and saturation

R 128 of 255 = 50%
G 124 of 255 = 49%
B 124 of 255 = 49%

128
124
124

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

Portions of RGB colors in percentages

R + G + B =
128 + 124 + 124 = 376 (100%)
R 128 of 376 ~ 34.04%
G 124 of 376 ~ 32.98%
B 124 of 376 ~ 32.98%

%34.04
%32.98
%32.98

CMYK color model

#807C7C color CMYK value is (0,3,3,50).

  • cyan value is 0.00%
  • magenta value is 3.12%
  • yellow value is 3.12%
  • key color value is 49.80%
CMYK:
(0,3,3,50)
C0M3Y3K50 
(0%,3%,3%,50%)
(0.00/0.03/0.03/0.50)	

CMYK percentages

%0
%3.12
%3.12
%49.8

Codes

Color #807C7C in popluar color models

807C7C
RGB128124124
HSL1.59%49.41%
HSB/HSV3.13%50.20%
CMYK0.00%3.12%3.12%
49.80%

Color #807C7C in popluar number systems.

HEX807C7C
Decimal128124124
Binary1000000011111001111100
Octal200174174

Shades and tints

Shades of #807C7C

#807C7C
(128,124,124)
#757171
(117,113,113)
#6A6666
(106,102,102)
#5F5B5B
(95,91,91)
#545050
(84,80,80)
#494545
(73,69,69)
#3E3A3A
(62,58,58)
#332F2F
(51,47,47)
#282424
(40,36,36)
#1D1919
(29,25,25)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #807C7C

#807C7C
(128,124,124)
#8B8787
(139,135,135)
#969292
(150,146,146)
#A19D9D
(161,157,157)
#ACA8A8
(172,168,168)
#B7B3B3
(183,179,179)
#C2BEBE
(194,190,190)
#CDC9C9
(205,201,201)
#D8D4D4
(216,212,212)
#E3DFDF
(227,223,223)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807C7C color. Also use rgb(128,124,124) instead hex code.

Text Font Color

.myTextColor { color: #807C7C; }

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

This text font color is #807C7C.


Background Color

.myBgColor { background-color: #807C7C; }

<div style="background-color:#807C7C">Inner text</div>

This div background color is #807C7C.


Border color

.myBorderColor { border: 1px solid #807C7C; }

<div style="border:3px solid #807C7C">Div</div>

This div border color is #807C7C.


Opacity

.myOpacity80 { color: #807C7C; opacity: 0.8; }

<p style="color:#807C7C;opacity:0.8;">80%</p>

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

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

This text has shadow with #807C7C color.

.textShadow {text-shadow: 3px 3px 1px #807C7C, 3px 3px 1px red;}

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

This text has shadow with #807C7C primary color and red secondary color.


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

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

This text has shadow with #807C7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807C7C on black background.


Color preview on white background

This text has color #807C7C on white background.



Black color preview on #807C7C background

This text has black color on #807C7C background.


White color preview on #807C7C background

This text has white color on #807C7C background.