COLOR #7D616C

HEX: #7D616C RGB: (125,97,108)

Color info

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

RGB color model

#7D616C color RGB value is (125,97,108).

RGB: (125,97,108) (49%, 38%, 42%)

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 108 of 255 = 42%

125
97
108

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

Portions of RGB colors in percentages

R + G + B = 125 + 97 + 108 = 330 (100%)
R 125 of 330 ~ 37.88%
G 97 of 330 ~ 29.39%
B 108 of 330 ~ 32.73'%

%37.88
%29.39
%32.73

CMYK color model

#7D616C color CMYK value is (0,22,14,51).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 13.60%
  • key color value is 50.98%

CMYK: (0,22,14,51)
C0M22Y14K51 (0%, 22%, 14%, 51%)
(0.00 / 0.22 / 0.14 / 0.51)

CMYK percentages

%0
%22.4
%13.6
%50.98

Codes

Color #7D616C in popluar color models

7D 61 6C
RGB 125 97 108
HSL 336° 12.61% 43.53%
HSB/HSV 336° 22.40% 49.02%
CMYK 0.00% 22.40% 13.60%
50.98%

Color #7D616C in popluar number systems.

HEX 7D 61 6C
Decimal 125 97 108
Binary 1111101 1100001 1101100
Octal 175 141 154

Shades and tints

Shades of #7D616C

#7D616C
(125,97,108)
#725963
(114,89,99)
#67515A
(103,81,90)
#5C4951
(92,73,81)
#514148
(81,65,72)
#46393F
(70,57,63)
#3B3136
(59,49,54)
#30292D
(48,41,45)
#252124
(37,33,36)
#1A191B
(26,25,27)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #7D616C

#7D616C
(125,97,108)
#886F79
(136,111,121)
#937D86
(147,125,134)
#9E8B93
(158,139,147)
#A999A0
(169,153,160)
#B4A7AD
(180,167,173)
#BFB5BA
(191,181,186)
#CAC3C7
(202,195,199)
#D5D1D4
(213,209,212)
#E0DFE1
(224,223,225)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D616C color. Also use rgb(125,97,108) instead hex code.

Text Font Color

.myTextColor { color: #7D616C; }

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

This text font color is #7D616C.

Background Color

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

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

This div background color is #7D616C.

Border color

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

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

This div border color is #7D616C.

Opacity

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

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

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

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

This text has shadow with #7D616C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D616C.

Preview

Color preview on black background

This text has color #7D616C on black background.


Color preview on white background

This text has color #7D616C on white background.


Black color preview on #7D616C background

This text has black color on #7D616C background.


White color preview on #7D616C background

This text has white color on #7D616C background.


Related colors

Complementary color

Complementary color for #hex is #829E93.


I love getcolorcode.com

Triadic colors

1 #6C7D61 and #616C7D with #7D616C are triadic colors.

2 #6C617D and #617D6C with #7D616C are triadic colors.