COLOR #7D7574

HEX: #7D7574 RGB: (125,117,116)

Color info

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

RGB color model

#7D7574 color RGB value is (125,117,116).

RGB: (125,117,116) (49%, 46%, 45%)

RGB channels and saturation

R 125 of 255 = 49%
G 117 of 255 = 46%
B 116 of 255 = 45%

125
117
116

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

Portions of RGB colors in percentages

R + G + B = 125 + 117 + 116 = 358 (100%)
R 125 of 358 ~ 34.92%
G 117 of 358 ~ 32.68%
B 116 of 358 ~ 32.4'%

%34.92
%32.68
%32.4

CMYK color model

#7D7574 color CMYK value is (0,6,7,51).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 7.20%
  • key color value is 50.98%

CMYK: (0,6,7,51)
C0M6Y7K51 (0%, 6%, 7%, 51%)
(0.00 / 0.06 / 0.07 / 0.51)

CMYK percentages

%0
%6.4
%7.2
%50.98

Codes

Color #7D7574 in popluar color models

7D 75 74
RGB 125 117 116
HSL 3.73% 47.25%
HSB/HSV 7.20% 49.02%
CMYK 0.00% 6.40% 7.20%
50.98%

Color #7D7574 in popluar number systems.

HEX 7D 75 74
Decimal 125 117 116
Binary 1111101 1110101 1110100
Octal 175 165 164

Shades and tints

Shades of #7D7574

#7D7574
(125,117,116)
#726B6A
(114,107,106)
#676160
(103,97,96)
#5C5756
(92,87,86)
#514D4C
(81,77,76)
#464342
(70,67,66)
#3B3938
(59,57,56)
#302F2E
(48,47,46)
#252524
(37,37,36)
#1A1B1A
(26,27,26)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #7D7574

#7D7574
(125,117,116)
#888180
(136,129,128)
#938D8C
(147,141,140)
#9E9998
(158,153,152)
#A9A5A4
(169,165,164)
#B4B1B0
(180,177,176)
#BFBDBC
(191,189,188)
#CAC9C8
(202,201,200)
#D5D5D4
(213,213,212)
#E0E1E0
(224,225,224)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7574 color. Also use rgb(125,117,116) instead hex code.

Text Font Color

.myTextColor { color: #7D7574; }

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

This text font color is #7D7574.

Background Color

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

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

This div background color is #7D7574.

Border color

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

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

This div border color is #7D7574.

Opacity

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

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

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

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

This text has shadow with #7D7574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7574.

Preview

Color preview on black background

This text has color #7D7574 on black background.


Color preview on white background

This text has color #7D7574 on white background.


Black color preview on #7D7574 background

This text has black color on #7D7574 background.


White color preview on #7D7574 background

This text has white color on #7D7574 background.


Related colors

Complementary color

Complementary color for #hex is #828A8B.


I love getcolorcode.com

Triadic colors

1 #747D75 and #75747D with #7D7574 are triadic colors.

2 #74757D and #757D74 with #7D7574 are triadic colors.