COLOR #807C7D

HEX: #807C7D
RGB: (128,124,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

128
124
125

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

Portions of RGB colors in percentages

R + G + B =
128 + 124 + 125 = 377 (100%)
R 128 of 377 ~ 33.95%
G 124 of 377 ~ 32.89%
B 125 of 377 ~ 33.16%

%33.95
%32.89
%33.16

CMYK color model

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

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

CMYK percentages

%0
%3.12
%2.34
%49.8

Codes

Color #807C7D in popluar color models

807C7D
RGB128124125
HSL345°1.59%49.41%
HSB/HSV345°3.13%50.20%
CMYK0.00%3.12%2.34%
49.80%

Color #807C7D in popluar number systems.

HEX807C7D
Decimal128124125
Binary1000000011111001111101
Octal200174175

Shades and tints

Shades of #807C7D

#807C7D
(128,124,125)
#757172
(117,113,114)
#6A6667
(106,102,103)
#5F5B5C
(95,91,92)
#545051
(84,80,81)
#494546
(73,69,70)
#3E3A3B
(62,58,59)
#332F30
(51,47,48)
#282425
(40,36,37)
#1D191A
(29,25,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #807C7D

#807C7D
(128,124,125)
#8B8788
(139,135,136)
#969293
(150,146,147)
#A19D9E
(161,157,158)
#ACA8A9
(172,168,169)
#B7B3B4
(183,179,180)
#C2BEBF
(194,190,191)
#CDC9CA
(205,201,202)
#D8D4D5
(216,212,213)
#E3DFE0
(227,223,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807C7D; }

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

This text font color is #807C7D.


Background Color

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

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

This div background color is #807C7D.


Border color

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

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

This div border color is #807C7D.


Opacity

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

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

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

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

This text has shadow with #807C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807C7D on black background.


Color preview on white background

This text has color #807C7D on white background.



Black color preview on #807C7D background

This text has black color on #807C7D background.


White color preview on #807C7D background

This text has white color on #807C7D background.