COLOR #7D7668

HEX: #7D7668 RGB: (125,118,104)

Color info

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

RGB color model

#7D7668 color RGB value is (125,118,104).

RGB: (125,118,104) (49%, 46%, 41%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 104 of 255 = 41%

125
118
104

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

Portions of RGB colors in percentages

R + G + B = 125 + 118 + 104 = 347 (100%)
R 125 of 347 ~ 36.02%
G 118 of 347 ~ 34.01%
B 104 of 347 ~ 29.97'%

%36.02
%34.01
%29.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 16.80%
  • key color value is 50.98%

CMYK: (0,6,17,51)
C0M6Y17K51 (0%, 6%, 17%, 51%)
(0.00 / 0.06 / 0.17 / 0.51)

CMYK percentages

%0
%5.6
%16.8
%50.98

Codes

Color #7D7668 in popluar color models

7D 76 68
RGB 125 118 104
HSL 40° 9.17% 44.90%
HSB/HSV 40° 16.80% 49.02%
CMYK 0.00% 5.60% 16.80%
50.98%

Color #7D7668 in popluar number systems.

HEX 7D 76 68
Decimal 125 118 104
Binary 1111101 1110110 1101000
Octal 175 166 150

Shades and tints

Shades of #7D7668

#7D7668
(125,118,104)
#726C5F
(114,108,95)
#676256
(103,98,86)
#5C584D
(92,88,77)
#514E44
(81,78,68)
#46443B
(70,68,59)
#3B3A32
(59,58,50)
#303029
(48,48,41)
#252620
(37,38,32)
#1A1C17
(26,28,23)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #7D7668

#7D7668
(125,118,104)
#888275
(136,130,117)
#938E82
(147,142,130)
#9E9A8F
(158,154,143)
#A9A69C
(169,166,156)
#B4B2A9
(180,178,169)
#BFBEB6
(191,190,182)
#CACAC3
(202,202,195)
#D5D6D0
(213,214,208)
#E0E2DD
(224,226,221)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7668 color. Also use rgb(125,118,104) instead hex code.

Text Font Color

.myTextColor { color: #7D7668; }

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

This text font color is #7D7668.

Background Color

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

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

This div background color is #7D7668.

Border color

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

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

This div border color is #7D7668.

Opacity

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

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

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

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

This text has shadow with #7D7668 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7668.

Preview

Color preview on black background

This text has color #7D7668 on black background.


Color preview on white background

This text has color #7D7668 on white background.


Black color preview on #7D7668 background

This text has black color on #7D7668 background.


White color preview on #7D7668 background

This text has white color on #7D7668 background.


Related colors

Complementary color

Complementary color for #hex is #828997.


I love getcolorcode.com

Triadic colors

1 #687D76 and #76687D with #7D7668 are triadic colors.

2 #68767D and #767D68 with #7D7668 are triadic colors.