COLOR #807B7A

HEX: #807B7A
RGB: (128,123,122)

Color info

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

RGB color model

#807B7A color RGB value is (128,123,122).

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

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 122 of 255 = 48%

128
123
122

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

Portions of RGB colors in percentages

R + G + B =
128 + 123 + 122 = 373 (100%)
R 128 of 373 ~ 34.32%
G 123 of 373 ~ 32.98%
B 122 of 373 ~ 32.71%

%34.32
%32.98
%32.71

CMYK color model

#807B7A color CMYK value is (0,4,5,50).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 4.69%
  • key color value is 49.80%
CMYK:
(0,4,5,50)
C0M4Y5K50 
(0%,4%,5%,50%)
(0.00/0.04/0.05/0.50)	

CMYK percentages

%0
%3.91
%4.69
%49.8

Codes

Color #807B7A in popluar color models

807B7A
RGB128123122
HSL10°2.40%49.02%
HSB/HSV10°4.69%50.20%
CMYK0.00%3.91%4.69%
49.80%

Color #807B7A in popluar number systems.

HEX807B7A
Decimal128123122
Binary1000000011110111111010
Octal200173172

Shades and tints

Shades of #807B7A

#807B7A
(128,123,122)
#75706F
(117,112,111)
#6A6564
(106,101,100)
#5F5A59
(95,90,89)
#544F4E
(84,79,78)
#494443
(73,68,67)
#3E3938
(62,57,56)
#332E2D
(51,46,45)
#282322
(40,35,34)
#1D1817
(29,24,23)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #807B7A

#807B7A
(128,123,122)
#8B8786
(139,135,134)
#969392
(150,147,146)
#A19F9E
(161,159,158)
#ACABAA
(172,171,170)
#B7B7B6
(183,183,182)
#C2C3C2
(194,195,194)
#CDCFCE
(205,207,206)
#D8DBDA
(216,219,218)
#E3E7E6
(227,231,230)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807B7A; }

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

This text font color is #807B7A.


Background Color

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

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

This div background color is #807B7A.


Border color

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

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

This div border color is #807B7A.


Opacity

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

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

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

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

This text has shadow with #807B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807B7A on black background.


Color preview on white background

This text has color #807B7A on white background.



Black color preview on #807B7A background

This text has black color on #807B7A background.


White color preview on #807B7A background

This text has white color on #807B7A background.