COLOR #7D7A79

HEX: #7D7A79 RGB: (125,122,121)

Color info

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

RGB color model

#7D7A79 color RGB value is (125,122,121).

RGB: (125,122,121) (49%, 48%, 47%)

RGB channels and saturation

R 125 of 255 = 49%
G 122 of 255 = 48%
B 121 of 255 = 47%

125
122
121

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

Portions of RGB colors in percentages

R + G + B = 125 + 122 + 121 = 368 (100%)
R 125 of 368 ~ 33.97%
G 122 of 368 ~ 33.15%
B 121 of 368 ~ 32.88'%

%33.97
%33.15
%32.88

CMYK color model

#7D7A79 color CMYK value is (0,2,3,51).

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 3.20%
  • key color value is 50.98%

CMYK: (0,2,3,51)
C0M2Y3K51 (0%, 2%, 3%, 51%)
(0.00 / 0.02 / 0.03 / 0.51)

CMYK percentages

%0
%2.4
%3.2
%50.98

Codes

Color #7D7A79 in popluar color models

7D 7A 79
RGB 125 122 121
HSL 15° 1.63% 48.24%
HSB/HSV 15° 3.20% 49.02%
CMYK 0.00% 2.40% 3.20%
50.98%

Color #7D7A79 in popluar number systems.

HEX 7D 7A 79
Decimal 125 122 121
Binary 1111101 1111010 1111001
Octal 175 172 171

Shades and tints

Shades of #7D7A79

#7D7A79
(125,122,121)
#726F6E
(114,111,110)
#676463
(103,100,99)
#5C5958
(92,89,88)
#514E4D
(81,78,77)
#464342
(70,67,66)
#3B3837
(59,56,55)
#302D2C
(48,45,44)
#252221
(37,34,33)
#1A1716
(26,23,22)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #7D7A79

#7D7A79
(125,122,121)
#888685
(136,134,133)
#939291
(147,146,145)
#9E9E9D
(158,158,157)
#A9AAA9
(169,170,169)
#B4B6B5
(180,182,181)
#BFC2C1
(191,194,193)
#CACECD
(202,206,205)
#D5DAD9
(213,218,217)
#E0E6E5
(224,230,229)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7A79; }

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

This text font color is #7D7A79.

Background Color

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

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

This div background color is #7D7A79.

Border color

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

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

This div border color is #7D7A79.

Opacity

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

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

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

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

This text has shadow with #7D7A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7A79.

Preview

Color preview on black background

This text has color #7D7A79 on black background.


Color preview on white background

This text has color #7D7A79 on white background.


Black color preview on #7D7A79 background

This text has black color on #7D7A79 background.


White color preview on #7D7A79 background

This text has white color on #7D7A79 background.


Related colors

Complementary color

Complementary color for #hex is #828586.


I love getcolorcode.com

Triadic colors

1 #797D7A and #7A797D with #7D7A79 are triadic colors.

2 #797A7D and #7A7D79 with #7D7A79 are triadic colors.