COLOR #807A7D

HEX: #807A7D
RGB: (128,122,125)

Color info

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

RGB color model

#807A7D color RGB value is (128,122,125).

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

RGB channels and saturation

R 128 of 255 = 50%
G 122 of 255 = 48%
B 125 of 255 = 49%

128
122
125

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

Portions of RGB colors in percentages

R + G + B =
128 + 122 + 125 = 375 (100%)
R 128 of 375 ~ 34.13%
G 122 of 375 ~ 32.53%
B 125 of 375 ~ 33.33%

%34.13
%32.53
%33.33

CMYK color model

#807A7D color CMYK value is (0,5,2,50).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(0,5,2,50)
C0M5Y2K50 
(0%,5%,2%,50%)
(0.00/0.05/0.02/0.50)	

CMYK percentages

%0
%4.69
%2.34
%49.8

Codes

Color #807A7D in popluar color models

807A7D
RGB128122125
HSL330°2.40%49.02%
HSB/HSV330°4.69%50.20%
CMYK0.00%4.69%2.34%
49.80%

Color #807A7D in popluar number systems.

HEX807A7D
Decimal128122125
Binary1000000011110101111101
Octal200172175

Shades and tints

Shades of #807A7D

#807A7D
(128,122,125)
#756F72
(117,111,114)
#6A6467
(106,100,103)
#5F595C
(95,89,92)
#544E51
(84,78,81)
#494346
(73,67,70)
#3E383B
(62,56,59)
#332D30
(51,45,48)
#282225
(40,34,37)
#1D171A
(29,23,26)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #807A7D

#807A7D
(128,122,125)
#8B8688
(139,134,136)
#969293
(150,146,147)
#A19E9E
(161,158,158)
#ACAAA9
(172,170,169)
#B7B6B4
(183,182,180)
#C2C2BF
(194,194,191)
#CDCECA
(205,206,202)
#D8DAD5
(216,218,213)
#E3E6E0
(227,230,224)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807A7D; }

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

This text font color is #807A7D.


Background Color

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

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

This div background color is #807A7D.


Border color

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

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

This div border color is #807A7D.


Opacity

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

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

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

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

This text has shadow with #807A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807A7D on black background.


Color preview on white background

This text has color #807A7D on white background.



Black color preview on #807A7D background

This text has black color on #807A7D background.


White color preview on #807A7D background

This text has white color on #807A7D background.