COLOR #7D8C7E

HEX: #7D8C7E
RGB: (125,140,126)

Color info

#7D8C7E contains red, green and blue colors in about the same proportion. Web safe color of #7D8C7E is #669966 (or #696).

RGB color model

#7D8C7E color RGB value is (125,140,126).

  • red value is 125;
  • green value is 140;
  • blue value is 126.
RGB:
(125,140,126)
(49%,55%,49%)

RGB channels and saturation

R 125 of 255 = 49%
G 140 of 255 = 55%
B 126 of 255 = 49%

125
140
126

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

Portions of RGB colors in percentages

R + G + B =
125 + 140 + 126 = 391 (100%)
R 125 of 391 ~ 31.97%
G 140 of 391 ~ 35.81%
B 126 of 391 ~ 32.23%

%31.97
%35.81
%32.23

CMYK color model

#7D8C7E color CMYK value is (11,0,10,45).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 45.10%
CMYK:
(11,0,10,45)
C11M0Y10K45 
(11%,0%,10%,45%)
(0.11/0.00/0.10/0.45)	

CMYK percentages

%10.71
%0
%10
%45.1

Codes

Color #7D8C7E in popluar color models

7D8C7E
RGB125140126
HSL124°6.12%51.96%
HSB/HSV124°10.71%54.90%
CMYK10.71%0.00%10.00%
45.10%

Color #7D8C7E in popluar number systems.

HEX7D8C7E
Decimal125140126
Binary1111101100011001111110
Octal175214176

Shades and tints

Shades of #7D8C7E

#7D8C7E
(125,140,126)
#728073
(114,128,115)
#677468
(103,116,104)
#5C685D
(92,104,93)
#515C52
(81,92,82)
#465047
(70,80,71)
#3B443C
(59,68,60)
#303831
(48,56,49)
#252C26
(37,44,38)
#1A201B
(26,32,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #7D8C7E

#7D8C7E
(125,140,126)
#889689
(136,150,137)
#93A094
(147,160,148)
#9EAA9F
(158,170,159)
#A9B4AA
(169,180,170)
#B4BEB5
(180,190,181)
#BFC8C0
(191,200,192)
#CAD2CB
(202,210,203)
#D5DCD6
(213,220,214)
#E0E6E1
(224,230,225)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8C7E; }

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

This text font color is #7D8C7E.


Background Color

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

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

This div background color is #7D8C7E.


Border color

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

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

This div border color is #7D8C7E.


Opacity

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

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

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

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

This text has shadow with #7D8C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8C7E on black background.


Color preview on white background

This text has color #7D8C7E on white background.



Black color preview on #7D8C7E background

This text has black color on #7D8C7E background.


White color preview on #7D8C7E background

This text has white color on #7D8C7E background.