COLOR #7D6676

HEX: #7D6676 RGB: (125,102,118)

Color info

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

RGB color model

#7D6676 color RGB value is (125,102,118).

RGB: (125,102,118) (49%, 40%, 46%)

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 118 of 255 = 46%

125
102
118

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

Portions of RGB colors in percentages

R + G + B = 125 + 102 + 118 = 345 (100%)
R 125 of 345 ~ 36.23%
G 102 of 345 ~ 29.57%
B 118 of 345 ~ 34.2'%

%36.23
%29.57
%34.2

CMYK color model

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

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

CMYK: (0,18,6,51)
C0M18Y6K51 (0%, 18%, 6%, 51%)
(0.00 / 0.18 / 0.06 / 0.51)

CMYK percentages

%0
%18.4
%5.6
%50.98

Codes

Color #7D6676 in popluar color models

7D 66 76
RGB 125 102 118
HSL 318° 10.13% 44.51%
HSB/HSV 318° 18.40% 49.02%
CMYK 0.00% 18.40% 5.60%
50.98%

Color #7D6676 in popluar number systems.

HEX 7D 66 76
Decimal 125 102 118
Binary 1111101 1100110 1110110
Octal 175 146 166

Shades and tints

Shades of #7D6676

#7D6676
(125,102,118)
#725D6C
(114,93,108)
#675462
(103,84,98)
#5C4B58
(92,75,88)
#51424E
(81,66,78)
#463944
(70,57,68)
#3B303A
(59,48,58)
#302730
(48,39,48)
#251E26
(37,30,38)
#1A151C
(26,21,28)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #7D6676

#7D6676
(125,102,118)
#887382
(136,115,130)
#93808E
(147,128,142)
#9E8D9A
(158,141,154)
#A99AA6
(169,154,166)
#B4A7B2
(180,167,178)
#BFB4BE
(191,180,190)
#CAC1CA
(202,193,202)
#D5CED6
(213,206,214)
#E0DBE2
(224,219,226)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6676; }

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

This text font color is #7D6676.

Background Color

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

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

This div background color is #7D6676.

Border color

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

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

This div border color is #7D6676.

Opacity

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

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

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

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

This text has shadow with #7D6676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6676.

Preview

Color preview on black background

This text has color #7D6676 on black background.


Color preview on white background

This text has color #7D6676 on white background.


Black color preview on #7D6676 background

This text has black color on #7D6676 background.


White color preview on #7D6676 background

This text has white color on #7D6676 background.


Related colors

Complementary color

Complementary color for #hex is #829989.


I love getcolorcode.com

Triadic colors

1 #767D66 and #66767D with #7D6676 are triadic colors.

2 #76667D and #667D76 with #7D6676 are triadic colors.