COLOR #7D897F

HEX: #7D897F
RGB: (125,137,127)

Color info

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

RGB color model

#7D897F color RGB value is (125,137,127).

  • red value is 125;
  • green value is 137;
  • blue value is 127.
RGB:
(125,137,127)
(49%,54%,50%)

RGB channels and saturation

R 125 of 255 = 49%
G 137 of 255 = 54%
B 127 of 255 = 50%

125
137
127

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

Portions of RGB colors in percentages

R + G + B =
125 + 137 + 127 = 389 (100%)
R 125 of 389 ~ 32.13%
G 137 of 389 ~ 35.22%
B 127 of 389 ~ 32.65%

%32.13
%35.22
%32.65

CMYK color model

#7D897F color CMYK value is (9,0,7,46).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(9,0,7,46)
C9M0Y7K46 
(9%,0%,7%,46%)
(0.09/0.00/0.07/0.46)	

CMYK percentages

%8.76
%0
%7.3
%46.27

Codes

Color #7D897F in popluar color models

7D897F
RGB125137127
HSL130°4.84%51.37%
HSB/HSV130°8.76%53.73%
CMYK8.76%0.00%7.30%
46.27%

Color #7D897F in popluar number systems.

HEX7D897F
Decimal125137127
Binary1111101100010011111111
Octal175211177

Shades and tints

Shades of #7D897F

#7D897F
(125,137,127)
#727D74
(114,125,116)
#677169
(103,113,105)
#5C655E
(92,101,94)
#515953
(81,89,83)
#464D48
(70,77,72)
#3B413D
(59,65,61)
#303532
(48,53,50)
#252927
(37,41,39)
#1A1D1C
(26,29,28)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #7D897F

#7D897F
(125,137,127)
#88938A
(136,147,138)
#939D95
(147,157,149)
#9EA7A0
(158,167,160)
#A9B1AB
(169,177,171)
#B4BBB6
(180,187,182)
#BFC5C1
(191,197,193)
#CACFCC
(202,207,204)
#D5D9D7
(213,217,215)
#E0E3E2
(224,227,226)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D897F; }

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

This text font color is #7D897F.


Background Color

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

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

This div background color is #7D897F.


Border color

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

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

This div border color is #7D897F.


Opacity

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

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

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

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

This text has shadow with #7D897F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D897F on black background.


Color preview on white background

This text has color #7D897F on white background.



Black color preview on #7D897F background

This text has black color on #7D897F background.


White color preview on #7D897F background

This text has white color on #7D897F background.