COLOR #7D8865

HEX: #7D8865
RGB: (125,136,101)

Color info

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

RGB color model

#7D8865 color RGB value is (125,136,101).

  • red value is 125;
  • green value is 136;
  • blue value is 101.
RGB:
(125,136,101)
(49%,53%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 136 of 255 = 53%
B 101 of 255 = 40%

125
136
101

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

Portions of RGB colors in percentages

R + G + B =
125 + 136 + 101 = 362 (100%)
R 125 of 362 ~ 34.53%
G 136 of 362 ~ 37.57%
B 101 of 362 ~ 27.9%

%34.53
%37.57
%27.9

CMYK color model

#7D8865 color CMYK value is (8,0,26,47).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 46.67%
CMYK:
(8,0,26,47)
C8M0Y26K47 
(8%,0%,26%,47%)
(0.08/0.00/0.26/0.47)	

CMYK percentages

%8.09
%0
%25.74
%46.67

Codes

Color #7D8865 in popluar color models

7D8865
RGB125136101
HSL79°14.77%46.47%
HSB/HSV79°25.74%53.33%
CMYK8.09%0.00%25.74%
46.67%

Color #7D8865 in popluar number systems.

HEX7D8865
Decimal125136101
Binary1111101100010001100101
Octal175210145

Shades and tints

Shades of #7D8865

#7D8865
(125,136,101)
#727C5C
(114,124,92)
#677053
(103,112,83)
#5C644A
(92,100,74)
#515841
(81,88,65)
#464C38
(70,76,56)
#3B402F
(59,64,47)
#303426
(48,52,38)
#25281D
(37,40,29)
#1A1C14
(26,28,20)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #7D8865

#7D8865
(125,136,101)
#889273
(136,146,115)
#939C81
(147,156,129)
#9EA68F
(158,166,143)
#A9B09D
(169,176,157)
#B4BAAB
(180,186,171)
#BFC4B9
(191,196,185)
#CACEC7
(202,206,199)
#D5D8D5
(213,216,213)
#E0E2E3
(224,226,227)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8865; }

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

This text font color is #7D8865.


Background Color

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

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

This div background color is #7D8865.


Border color

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

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

This div border color is #7D8865.


Opacity

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

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

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

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

This text has shadow with #7D8865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8865 on black background.


Color preview on white background

This text has color #7D8865 on white background.



Black color preview on #7D8865 background

This text has black color on #7D8865 background.


White color preview on #7D8865 background

This text has white color on #7D8865 background.