COLOR #7D7A6F

HEX: #7D7A6F
RGB: (125,122,111)

Color info

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

RGB color model

#7D7A6F color RGB value is (125,122,111).

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

RGB channels and saturation

R 125 of 255 = 49%
G 122 of 255 = 48%
B 111 of 255 = 44%

125
122
111

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

Portions of RGB colors in percentages

R + G + B =
125 + 122 + 111 = 358 (100%)
R 125 of 358 ~ 34.92%
G 122 of 358 ~ 34.08%
B 111 of 358 ~ 31.01%

%34.92
%34.08
%31.01

CMYK color model

#7D7A6F color CMYK value is (0,2,11,51).

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(0,2,11,51)
C0M2Y11K51 
(0%,2%,11%,51%)
(0.00/0.02/0.11/0.51)	

CMYK percentages

%0
%2.4
%11.2
%50.98

Codes

Color #7D7A6F in popluar color models

7D7A6F
RGB125122111
HSL47°5.93%46.27%
HSB/HSV47°11.20%49.02%
CMYK0.00%2.40%11.20%
50.98%

Color #7D7A6F in popluar number systems.

HEX7D7A6F
Decimal125122111
Binary111110111110101101111
Octal175172157

Shades and tints

Shades of #7D7A6F

#7D7A6F
(125,122,111)
#726F65
(114,111,101)
#67645B
(103,100,91)
#5C5951
(92,89,81)
#514E47
(81,78,71)
#46433D
(70,67,61)
#3B3833
(59,56,51)
#302D29
(48,45,41)
#25221F
(37,34,31)
#1A1715
(26,23,21)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #7D7A6F

#7D7A6F
(125,122,111)
#88867C
(136,134,124)
#939289
(147,146,137)
#9E9E96
(158,158,150)
#A9AAA3
(169,170,163)
#B4B6B0
(180,182,176)
#BFC2BD
(191,194,189)
#CACECA
(202,206,202)
#D5DAD7
(213,218,215)
#E0E6E4
(224,230,228)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7A6F; }

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

This text font color is #7D7A6F.


Background Color

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

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

This div background color is #7D7A6F.


Border color

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

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

This div border color is #7D7A6F.


Opacity

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

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

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

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

This text has shadow with #7D7A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7A6F on black background.


Color preview on white background

This text has color #7D7A6F on white background.



Black color preview on #7D7A6F background

This text has black color on #7D7A6F background.


White color preview on #7D7A6F background

This text has white color on #7D7A6F background.