COLOR #7D8685

HEX: #7D8685 RGB: (125,134,133)

Color info

#7D8685 contains red, green and blue colors in about the same proportion. Web safe color of #7D8685 is #669999 (or #699).

RGB color model

#7D8685 color RGB value is (125,134,133).

RGB: (125,134,133) (49%, 53%, 52%)

RGB channels and saturation

R 125 of 255 = 49%
G 134 of 255 = 53%
B 133 of 255 = 52%

125
134
133

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

Portions of RGB colors in percentages

R + G + B = 125 + 134 + 133 = 392 (100%)
R 125 of 392 ~ 31.89%
G 134 of 392 ~ 34.18%
B 133 of 392 ~ 33.93'%

%31.89
%34.18
%33.93

CMYK color model

#7D8685 color CMYK value is (7,0,1,47).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.45%
CMYK: (7,0,1,47) C7M0Y1K47 (7%,0%,1%,47%) (0.07/0.00/0.01/0.47) 

CMYK percentages

%6.72
%0
%0.75
%47.45

Codes

Color #7D8685 in popluar color models

7D 86 85
RGB 125 134 133
HSL 173° 3.59% 50.78%
HSB/HSV 173° 6.72% 52.55%
CMYK 6.72% 0.00% 0.75%
47.45%

Color #7D8685 in popluar number systems.

HEX 7D 86 85
Decimal 125 134 133
Binary 1111101 10000110 10000101
Octal 175 206 205

Shades and tints

Shades of #7D8685

#7D8685
(125,134,133)
#727A79
(114,122,121)
#676E6D
(103,110,109)
#5C6261
(92,98,97)
#515655
(81,86,85)
#464A49
(70,74,73)
#3B3E3D
(59,62,61)
#303231
(48,50,49)
#252625
(37,38,37)
#1A1A19
(26,26,25)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #7D8685

#7D8685
(125,134,133)
#889190
(136,145,144)
#939C9B
(147,156,155)
#9EA7A6
(158,167,166)
#A9B2B1
(169,178,177)
#B4BDBC
(180,189,188)
#BFC8C7
(191,200,199)
#CAD3D2
(202,211,210)
#D5DEDD
(213,222,221)
#E0E9E8
(224,233,232)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8685 color. Also use rgb(125,134,133) instead hex code.

Text Font Color

.myTextColor { color: #7D8685; }

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

This text font color is #7D8685.

Background Color

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

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

This div background color is #7D8685.

Border color

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

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

This div border color is #7D8685.

Opacity

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

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

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

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

This text has shadow with #7D8685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8685.

Preview

Color preview on black background

This text has color #7D8685 on black background.


Color preview on white background

This text has color #7D8685 on white background.


Black color preview on #7D8685 background

This text has black color on #7D8685 background.


White color preview on #7D8685 background

This text has white color on #7D8685 background.


Related colors

Complementary color

Complementary color for #hex is #82797A.


I love getcolorcode.com

Triadic colors

1 #857D86 and #86857D with #7D8685 are triadic colors.

2 #85867D and #867D85 with #7D8685 are triadic colors.