COLOR #7D807A

HEX: #7D807A
RGB: (125,128,122)

Color info

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

RGB color model

#7D807A color RGB value is (125,128,122).

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

RGB channels and saturation

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

125
128
122

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

Portions of RGB colors in percentages

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

%33.33
%34.13
%32.53

CMYK color model

#7D807A color CMYK value is (2,0,5,50).

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

CMYK percentages

%2.34
%0
%4.69
%49.8

Codes

Color #7D807A in popluar color models

7D807A
RGB125128122
HSL90°2.40%49.02%
HSB/HSV90°4.69%50.20%
CMYK2.34%0.00%4.69%
49.80%

Color #7D807A in popluar number systems.

HEX7D807A
Decimal125128122
Binary1111101100000001111010
Octal175200172

Shades and tints

Shades of #7D807A

#7D807A
(125,128,122)
#72756F
(114,117,111)
#676A64
(103,106,100)
#5C5F59
(92,95,89)
#51544E
(81,84,78)
#464943
(70,73,67)
#3B3E38
(59,62,56)
#30332D
(48,51,45)
#252822
(37,40,34)
#1A1D17
(26,29,23)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #7D807A

#7D807A
(125,128,122)
#888B86
(136,139,134)
#939692
(147,150,146)
#9EA19E
(158,161,158)
#A9ACAA
(169,172,170)
#B4B7B6
(180,183,182)
#BFC2C2
(191,194,194)
#CACDCE
(202,205,206)
#D5D8DA
(213,216,218)
#E0E3E6
(224,227,230)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D807A; }

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

This text font color is #7D807A.


Background Color

.myBgColor { background-color: #7D807A; }

<div style="background-color:#7D807A">Inner text</div>

This div background color is #7D807A.


Border color

.myBorderColor { border: 1px solid #7D807A; }

<div style="border:3px solid #7D807A">Div</div>

This div border color is #7D807A.


Opacity

.myOpacity80 { color: #7D807A; opacity: 0.8; }

<p style="color:#7D807A;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D807A color.

.textShadow {text-shadow: 3px 3px 1px #7D807A, 3px 3px 1px red;}

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

This text has shadow with #7D807A primary color and red secondary color.


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

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

This text has shadow with #7D807A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D807A on black background.


Color preview on white background

This text has color #7D807A on white background.



Black color preview on #7D807A background

This text has black color on #7D807A background.


White color preview on #7D807A background

This text has white color on #7D807A background.