COLOR #7D857D

HEX: #7D857D
RGB: (125,133,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
133
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 133 + 125 = 383 (100%)
R 125 of 383 ~ 32.64%
G 133 of 383 ~ 34.73%
B 125 of 383 ~ 32.64%

%32.64
%34.73
%32.64

CMYK color model

#7D857D color CMYK value is (6,0,6,48).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(6,0,6,48)
C6M0Y6K48 
(6%,0%,6%,48%)
(0.06/0.00/0.06/0.48)	

CMYK percentages

%6.02
%0
%6.02
%47.84

Codes

Color #7D857D in popluar color models

7D857D
RGB125133125
HSL120°3.17%50.59%
HSB/HSV120°6.02%52.16%
CMYK6.02%0.00%6.02%
47.84%

Color #7D857D in popluar number systems.

HEX7D857D
Decimal125133125
Binary1111101100001011111101
Octal175205175

Shades and tints

Shades of #7D857D

#7D857D
(125,133,125)
#727972
(114,121,114)
#676D67
(103,109,103)
#5C615C
(92,97,92)
#515551
(81,85,81)
#464946
(70,73,70)
#3B3D3B
(59,61,59)
#303130
(48,49,48)
#252525
(37,37,37)
#1A191A
(26,25,26)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #7D857D

#7D857D
(125,133,125)
#889088
(136,144,136)
#939B93
(147,155,147)
#9EA69E
(158,166,158)
#A9B1A9
(169,177,169)
#B4BCB4
(180,188,180)
#BFC7BF
(191,199,191)
#CAD2CA
(202,210,202)
#D5DDD5
(213,221,213)
#E0E8E0
(224,232,224)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D857D; }

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

This text font color is #7D857D.


Background Color

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

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

This div background color is #7D857D.


Border color

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

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

This div border color is #7D857D.


Opacity

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

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

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

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

This text has shadow with #7D857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D857D on black background.


Color preview on white background

This text has color #7D857D on white background.



Black color preview on #7D857D background

This text has black color on #7D857D background.


White color preview on #7D857D background

This text has white color on #7D857D background.