COLOR #7D8065

HEX: #7D8065
RGB: (125,128,101)

Color info

#7D8065 contains red, green and blue colors in about the same proportion. Web safe color of #7D8065 is #666666 (or #666).

RGB color model

#7D8065 color RGB value is (125,128,101).

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

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 101 of 255 = 40%

125
128
101

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

Portions of RGB colors in percentages

R + G + B =
125 + 128 + 101 = 354 (100%)
R 125 of 354 ~ 35.31%
G 128 of 354 ~ 36.16%
B 101 of 354 ~ 28.53%

%35.31
%36.16
%28.53

CMYK color model

#7D8065 color CMYK value is (2,0,21,50).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 21.09%
  • key color value is 49.80%
CMYK:
(2,0,21,50)
C2M0Y21K50 
(2%,0%,21%,50%)
(0.02/0.00/0.21/0.50)	

CMYK percentages

%2.34
%0
%21.09
%49.8

Codes

Color #7D8065 in popluar color models

7D8065
RGB125128101
HSL67°11.79%44.90%
HSB/HSV67°21.09%50.20%
CMYK2.34%0.00%21.09%
49.80%

Color #7D8065 in popluar number systems.

HEX7D8065
Decimal125128101
Binary1111101100000001100101
Octal175200145

Shades and tints

Shades of #7D8065

#7D8065
(125,128,101)
#72755C
(114,117,92)
#676A53
(103,106,83)
#5C5F4A
(92,95,74)
#515441
(81,84,65)
#464938
(70,73,56)
#3B3E2F
(59,62,47)
#303326
(48,51,38)
#25281D
(37,40,29)
#1A1D14
(26,29,20)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #7D8065

#7D8065
(125,128,101)
#888B73
(136,139,115)
#939681
(147,150,129)
#9EA18F
(158,161,143)
#A9AC9D
(169,172,157)
#B4B7AB
(180,183,171)
#BFC2B9
(191,194,185)
#CACDC7
(202,205,199)
#D5D8D5
(213,216,213)
#E0E3E3
(224,227,227)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8065; }

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

This text font color is #7D8065.


Background Color

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

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

This div background color is #7D8065.


Border color

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

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

This div border color is #7D8065.


Opacity

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

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

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

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

This text has shadow with #7D8065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8065 on black background.


Color preview on white background

This text has color #7D8065 on white background.



Black color preview on #7D8065 background

This text has black color on #7D8065 background.


White color preview on #7D8065 background

This text has white color on #7D8065 background.