COLOR #807B7C

HEX: #807B7C
RGB: (128,123,124)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

128
123
124

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

Portions of RGB colors in percentages

R + G + B =
128 + 123 + 124 = 375 (100%)
R 128 of 375 ~ 34.13%
G 123 of 375 ~ 32.8%
B 124 of 375 ~ 33.07%

%34.13
%32.8
%33.07

CMYK color model

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

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

CMYK percentages

%0
%3.91
%3.12
%49.8

Codes

Color #807B7C in popluar color models

807B7C
RGB128123124
HSL348°1.99%49.22%
HSB/HSV348°3.91%50.20%
CMYK0.00%3.91%3.12%
49.80%

Color #807B7C in popluar number systems.

HEX807B7C
Decimal128123124
Binary1000000011110111111100
Octal200173174

Shades and tints

Shades of #807B7C

#807B7C
(128,123,124)
#757071
(117,112,113)
#6A6566
(106,101,102)
#5F5A5B
(95,90,91)
#544F50
(84,79,80)
#494445
(73,68,69)
#3E393A
(62,57,58)
#332E2F
(51,46,47)
#282324
(40,35,36)
#1D1819
(29,24,25)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #807B7C

#807B7C
(128,123,124)
#8B8787
(139,135,135)
#969392
(150,147,146)
#A19F9D
(161,159,157)
#ACABA8
(172,171,168)
#B7B7B3
(183,183,179)
#C2C3BE
(194,195,190)
#CDCFC9
(205,207,201)
#D8DBD4
(216,219,212)
#E3E7DF
(227,231,223)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807B7C; }

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

This text font color is #807B7C.


Background Color

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

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

This div background color is #807B7C.


Border color

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

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

This div border color is #807B7C.


Opacity

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

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

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

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

This text has shadow with #807B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807B7C on black background.


Color preview on white background

This text has color #807B7C on white background.



Black color preview on #807B7C background

This text has black color on #807B7C background.


White color preview on #807B7C background

This text has white color on #807B7C background.