COLOR #7D7771

HEX: #7D7771 RGB: (125,119,113)

Color info

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

RGB color model

#7D7771 color RGB value is (125,119,113).

RGB: (125,119,113) (49%, 47%, 44%)

RGB channels and saturation

R 125 of 255 = 49%
G 119 of 255 = 47%
B 113 of 255 = 44%

125
119
113

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

Portions of RGB colors in percentages

R + G + B = 125 + 119 + 113 = 357 (100%)
R 125 of 357 ~ 35.01%
G 119 of 357 ~ 33.33%
B 113 of 357 ~ 31.65'%

%35.01
%33.33
%31.65

CMYK color model

#7D7771 color CMYK value is (0,5,10,51).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 9.60%
  • key color value is 50.98%

CMYK: (0,5,10,51)
C0M5Y10K51 (0%, 5%, 10%, 51%)
(0.00 / 0.05 / 0.10 / 0.51)

CMYK percentages

%0
%4.8
%9.6
%50.98

Codes

Color #7D7771 in popluar color models

7D 77 71
RGB 125 119 113
HSL 30° 5.04% 46.67%
HSB/HSV 30° 9.60% 49.02%
CMYK 0.00% 4.80% 9.60%
50.98%

Color #7D7771 in popluar number systems.

HEX 7D 77 71
Decimal 125 119 113
Binary 1111101 1110111 1110001
Octal 175 167 161

Shades and tints

Shades of #7D7771

#7D7771
(125,119,113)
#726D67
(114,109,103)
#67635D
(103,99,93)
#5C5953
(92,89,83)
#514F49
(81,79,73)
#46453F
(70,69,63)
#3B3B35
(59,59,53)
#30312B
(48,49,43)
#252721
(37,39,33)
#1A1D17
(26,29,23)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #7D7771

#7D7771
(125,119,113)
#88837D
(136,131,125)
#938F89
(147,143,137)
#9E9B95
(158,155,149)
#A9A7A1
(169,167,161)
#B4B3AD
(180,179,173)
#BFBFB9
(191,191,185)
#CACBC5
(202,203,197)
#D5D7D1
(213,215,209)
#E0E3DD
(224,227,221)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7771 color. Also use rgb(125,119,113) instead hex code.

Text Font Color

.myTextColor { color: #7D7771; }

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

This text font color is #7D7771.

Background Color

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

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

This div background color is #7D7771.

Border color

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

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

This div border color is #7D7771.

Opacity

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

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

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

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

This text has shadow with #7D7771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7771.

Preview

Color preview on black background

This text has color #7D7771 on black background.


Color preview on white background

This text has color #7D7771 on white background.


Black color preview on #7D7771 background

This text has black color on #7D7771 background.


White color preview on #7D7771 background

This text has white color on #7D7771 background.


Related colors

Complementary color

Complementary color for #hex is #82888E.


I love getcolorcode.com

Triadic colors

1 #717D77 and #77717D with #7D7771 are triadic colors.

2 #71777D and #777D71 with #7D7771 are triadic colors.