COLOR #7D7682

HEX: #7D7682
RGB: (125,118,130)

Color info

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

RGB color model

#7D7682 color RGB value is (125,118,130).

  • red value is 125;
  • green value is 118;
  • blue value is 130.
RGB:
(125,118,130)
(49%,46%,51%)

RGB channels and saturation

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

125
118
130

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

Portions of RGB colors in percentages

R + G + B =
125 + 118 + 130 = 373 (100%)
R 125 of 373 ~ 33.51%
G 118 of 373 ~ 31.64%
B 130 of 373 ~ 34.85%

%33.51
%31.64
%34.85

CMYK color model

#7D7682 color CMYK value is (4,9,0,49).

  • cyan value is 3.85%
  • magenta value is 9.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(4,9,0,49)
C4M9Y0K49 
(4%,9%,0%,49%)
(0.04/0.09/0.00/0.49)	

CMYK percentages

%3.85
%9.23
%0
%49.02

Codes

Color #7D7682 in popluar color models

7D7682
RGB125118130
HSL275°4.84%48.63%
HSB/HSV275°9.23%50.98%
CMYK3.85%9.23%0.00%
49.02%

Color #7D7682 in popluar number systems.

HEX7D7682
Decimal125118130
Binary1111101111011010000010
Octal175166202

Shades and tints

Shades of #7D7682

#7D7682
(125,118,130)
#726C77
(114,108,119)
#67626C
(103,98,108)
#5C5861
(92,88,97)
#514E56
(81,78,86)
#46444B
(70,68,75)
#3B3A40
(59,58,64)
#303035
(48,48,53)
#25262A
(37,38,42)
#1A1C1F
(26,28,31)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #7D7682

#7D7682
(125,118,130)
#88828D
(136,130,141)
#938E98
(147,142,152)
#9E9AA3
(158,154,163)
#A9A6AE
(169,166,174)
#B4B2B9
(180,178,185)
#BFBEC4
(191,190,196)
#CACACF
(202,202,207)
#D5D6DA
(213,214,218)
#E0E2E5
(224,226,229)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7682; }

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

This text font color is #7D7682.


Background Color

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

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

This div background color is #7D7682.


Border color

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

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

This div border color is #7D7682.


Opacity

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

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

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

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

This text has shadow with #7D7682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7682 on black background.


Color preview on white background

This text has color #7D7682 on white background.



Black color preview on #7D7682 background

This text has black color on #7D7682 background.


White color preview on #7D7682 background

This text has white color on #7D7682 background.