COLOR #7D8785

HEX: #7D8785
RGB: (125,135,133)

Color info

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

RGB color model

#7D8785 color RGB value is (125,135,133).

  • red value is 125;
  • green value is 135;
  • blue value is 133.
RGB:
(125,135,133)
(49%,53%,52%)

RGB channels and saturation

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

125
135
133

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

Portions of RGB colors in percentages

R + G + B =
125 + 135 + 133 = 393 (100%)
R 125 of 393 ~ 31.81%
G 135 of 393 ~ 34.35%
B 133 of 393 ~ 33.84%

%31.81
%34.35
%33.84

CMYK color model

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

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

CMYK percentages

%7.41
%0
%1.48
%47.06

Codes

Color #7D8785 in popluar color models

7D8785
RGB125135133
HSL168°4.00%50.98%
HSB/HSV168°7.41%52.94%
CMYK7.41%0.00%1.48%
47.06%

Color #7D8785 in popluar number systems.

HEX7D8785
Decimal125135133
Binary11111011000011110000101
Octal175207205

Shades and tints

Shades of #7D8785

#7D8785
(125,135,133)
#727B79
(114,123,121)
#676F6D
(103,111,109)
#5C6361
(92,99,97)
#515755
(81,87,85)
#464B49
(70,75,73)
#3B3F3D
(59,63,61)
#303331
(48,51,49)
#252725
(37,39,37)
#1A1B19
(26,27,25)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #7D8785

#7D8785
(125,135,133)
#889190
(136,145,144)
#939B9B
(147,155,155)
#9EA5A6
(158,165,166)
#A9AFB1
(169,175,177)
#B4B9BC
(180,185,188)
#BFC3C7
(191,195,199)
#CACDD2
(202,205,210)
#D5D7DD
(213,215,221)
#E0E1E8
(224,225,232)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8785; }

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

This text font color is #7D8785.


Background Color

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

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

This div background color is #7D8785.


Border color

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

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

This div border color is #7D8785.


Opacity

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

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

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

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

This text has shadow with #7D8785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8785 on black background.


Color preview on white background

This text has color #7D8785 on white background.



Black color preview on #7D8785 background

This text has black color on #7D8785 background.


White color preview on #7D8785 background

This text has white color on #7D8785 background.