COLOR #7D7681

HEX: #7D7681 RGB: (125,118,129)

Color info

#7D7681 contains red, green and blue colors in about the same proportion. Web safe color of #7D7681 is #666699 (or #669).

RGB color model

#7D7681 color RGB value is (125,118,129).

RGB: (125,118,129) (49%, 46%, 51%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 129 of 255 = 51%

125
118
129

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

Portions of RGB colors in percentages

R + G + B = 125 + 118 + 129 = 372 (100%)
R 125 of 372 ~ 33.6%
G 118 of 372 ~ 31.72%
B 129 of 372 ~ 34.68'%

%33.6
%31.72
%34.68

CMYK color model

#7D7681 color CMYK value is (3,9,0,49).

  • cyan value is 3.10%
  • magenta value is 8.53%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (3,9,0,49)
C3M9Y0K49 (3%, 9%, 0%, 49%)
(0.03 / 0.09 / 0.00 / 0.49)

CMYK percentages

%3.1
%8.53
%0
%49.41

Codes

Color #7D7681 in popluar color models

7D 76 81
RGB 125 118 129
HSL 278° 4.45% 48.43%
HSB/HSV 278° 8.53% 50.59%
CMYK 3.10% 8.53% 0.00%
49.41%

Color #7D7681 in popluar number systems.

HEX 7D 76 81
Decimal 125 118 129
Binary 1111101 1110110 10000001
Octal 175 166 201

Shades and tints

Shades of #7D7681

#7D7681
(125,118,129)
#726C76
(114,108,118)
#67626B
(103,98,107)
#5C5860
(92,88,96)
#514E55
(81,78,85)
#46444A
(70,68,74)
#3B3A3F
(59,58,63)
#303034
(48,48,52)
#252629
(37,38,41)
#1A1C1E
(26,28,30)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #7D7681

#7D7681
(125,118,129)
#88828C
(136,130,140)
#938E97
(147,142,151)
#9E9AA2
(158,154,162)
#A9A6AD
(169,166,173)
#B4B2B8
(180,178,184)
#BFBEC3
(191,190,195)
#CACACE
(202,202,206)
#D5D6D9
(213,214,217)
#E0E2E4
(224,226,228)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7681; }

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

This text font color is #7D7681.

Background Color

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

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

This div background color is #7D7681.

Border color

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

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

This div border color is #7D7681.

Opacity

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

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

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

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

This text has shadow with #7D7681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7681.

Preview

Color preview on black background

This text has color #7D7681 on black background.


Color preview on white background

This text has color #7D7681 on white background.


Black color preview on #7D7681 background

This text has black color on #7D7681 background.


White color preview on #7D7681 background

This text has white color on #7D7681 background.


Related colors

Complementary color

Complementary color for #hex is #82897E.


I love getcolorcode.com

Triadic colors

1 #817D76 and #76817D with #7D7681 are triadic colors.

2 #81767D and #767D81 with #7D7681 are triadic colors.