COLOR #7D878F

HEX: #7D878F
RGB: (125,135,143)

Color info

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

RGB color model

#7D878F color RGB value is (125,135,143).

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

RGB channels and saturation

R 125 of 255 = 49%
G 135 of 255 = 53%
B 143 of 255 = 56%

125
135
143

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

Portions of RGB colors in percentages

R + G + B =
125 + 135 + 143 = 403 (100%)
R 125 of 403 ~ 31.02%
G 135 of 403 ~ 33.5%
B 143 of 403 ~ 35.48%

%31.02
%33.5
%35.48

CMYK color model

#7D878F color CMYK value is (13,6,0,44).

  • cyan value is 12.59%
  • magenta value is 5.59%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(13,6,0,44)
C13M6Y0K44 
(13%,6%,0%,44%)
(0.13/0.06/0.00/0.44)	

CMYK percentages

%12.59
%5.59
%0
%43.92

Codes

Color #7D878F in popluar color models

7D878F
RGB125135143
HSL207°7.44%52.55%
HSB/HSV207°12.59%56.08%
CMYK12.59%5.59%0.00%
43.92%

Color #7D878F in popluar number systems.

HEX7D878F
Decimal125135143
Binary11111011000011110001111
Octal175207217

Shades and tints

Shades of #7D878F

#7D878F
(125,135,143)
#727B82
(114,123,130)
#676F75
(103,111,117)
#5C6368
(92,99,104)
#51575B
(81,87,91)
#464B4E
(70,75,78)
#3B3F41
(59,63,65)
#303334
(48,51,52)
#252727
(37,39,39)
#1A1B1A
(26,27,26)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #7D878F

#7D878F
(125,135,143)
#889199
(136,145,153)
#939BA3
(147,155,163)
#9EA5AD
(158,165,173)
#A9AFB7
(169,175,183)
#B4B9C1
(180,185,193)
#BFC3CB
(191,195,203)
#CACDD5
(202,205,213)
#D5D7DF
(213,215,223)
#E0E1E9
(224,225,233)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D878F; }

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

This text font color is #7D878F.


Background Color

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

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

This div background color is #7D878F.


Border color

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

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

This div border color is #7D878F.


Opacity

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

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

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

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

This text has shadow with #7D878F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D878F on black background.


Color preview on white background

This text has color #7D878F on white background.



Black color preview on #7D878F background

This text has black color on #7D878F background.


White color preview on #7D878F background

This text has white color on #7D878F background.