COLOR #7D878C

HEX: #7D878C RGB: (125,135,140)

Color info

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

RGB color model

#7D878C color RGB value is (125,135,140).

RGB: (125,135,140) (49%, 53%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 135 of 255 = 53%
B 140 of 255 = 55%

125
135
140

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

Portions of RGB colors in percentages

R + G + B = 125 + 135 + 140 = 400 (100%)
R 125 of 400 ~ 31.25%
G 135 of 400 ~ 33.75%
B 140 of 400 ~ 35'%

%31.25
%33.75
%35

CMYK color model

#7D878C color CMYK value is (11,4,0,45).

  • cyan value is 10.71%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (11,4,0,45)
C11M4Y0K45 (11%, 4%, 0%, 45%)
(0.11 / 0.04 / 0.00 / 0.45)

CMYK percentages

%10.71
%3.57
%0
%45.1

Codes

Color #7D878C in popluar color models

7D 87 8C
RGB 125 135 140
HSL 200° 6.12% 51.96%
HSB/HSV 200° 10.71% 54.90%
CMYK 10.71% 3.57% 0.00%
45.10%

Color #7D878C in popluar number systems.

HEX 7D 87 8C
Decimal 125 135 140
Binary 1111101 10000111 10001100
Octal 175 207 214

Shades and tints

Shades of #7D878C

#7D878C
(125,135,140)
#727B80
(114,123,128)
#676F74
(103,111,116)
#5C6368
(92,99,104)
#51575C
(81,87,92)
#464B50
(70,75,80)
#3B3F44
(59,63,68)
#303338
(48,51,56)
#25272C
(37,39,44)
#1A1B20
(26,27,32)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #7D878C

#7D878C
(125,135,140)
#889196
(136,145,150)
#939BA0
(147,155,160)
#9EA5AA
(158,165,170)
#A9AFB4
(169,175,180)
#B4B9BE
(180,185,190)
#BFC3C8
(191,195,200)
#CACDD2
(202,205,210)
#D5D7DC
(213,215,220)
#E0E1E6
(224,225,230)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D878C; }

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

This text font color is #7D878C.

Background Color

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

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

This div background color is #7D878C.

Border color

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

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

This div border color is #7D878C.

Opacity

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

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

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

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

This text has shadow with #7D878C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D878C.

Preview

Color preview on black background

This text has color #7D878C on black background.


Color preview on white background

This text has color #7D878C on white background.


Black color preview on #7D878C background

This text has black color on #7D878C background.


White color preview on #7D878C background

This text has white color on #7D878C background.


Related colors

Complementary color

Complementary color for #hex is #827873.


I love getcolorcode.com

Triadic colors

1 #8C7D87 and #878C7D with #7D878C are triadic colors.

2 #8C877D and #877D8C with #7D878C are triadic colors.