COLOR #7D8656

HEX: #7D8656
RGB: (125,134,86)

Color info

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

RGB color model

#7D8656 color RGB value is (125,134,86).

  • red value is 125;
  • green value is 134;
  • blue value is 86.
RGB:
(125,134,86)
(49%,53%,34%)

RGB channels and saturation

R 125 of 255 = 49%
G 134 of 255 = 53%
B 86 of 255 = 34%

125
134
86

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

Portions of RGB colors in percentages

R + G + B =
125 + 134 + 86 = 345 (100%)
R 125 of 345 ~ 36.23%
G 134 of 345 ~ 38.84%
B 86 of 345 ~ 24.93%

%36.23
%38.84
%24.93

CMYK color model

#7D8656 color CMYK value is (7,0,36,47).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 35.82%
  • key color value is 47.45%
CMYK:
(7,0,36,47)
C7M0Y36K47 
(7%,0%,36%,47%)
(0.07/0.00/0.36/0.47)	

CMYK percentages

%6.72
%0
%35.82
%47.45

Codes

Color #7D8656 in popluar color models

7D8656
RGB12513486
HSL71°21.82%43.14%
HSB/HSV71°35.82%52.55%
CMYK6.72%0.00%35.82%
47.45%

Color #7D8656 in popluar number systems.

HEX7D8656
Decimal12513486
Binary1111101100001101010110
Octal175206126

Shades and tints

Shades of #7D8656

#7D8656
(125,134,86)
#727A4F
(114,122,79)
#676E48
(103,110,72)
#5C6241
(92,98,65)
#51563A
(81,86,58)
#464A33
(70,74,51)
#3B3E2C
(59,62,44)
#303225
(48,50,37)
#25261E
(37,38,30)
#1A1A17
(26,26,23)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #7D8656

#7D8656
(125,134,86)
#889165
(136,145,101)
#939C74
(147,156,116)
#9EA783
(158,167,131)
#A9B292
(169,178,146)
#B4BDA1
(180,189,161)
#BFC8B0
(191,200,176)
#CAD3BF
(202,211,191)
#D5DECE
(213,222,206)
#E0E9DD
(224,233,221)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8656; }

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

This text font color is #7D8656.


Background Color

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

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

This div background color is #7D8656.


Border color

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

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

This div border color is #7D8656.


Opacity

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

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

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

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

This text has shadow with #7D8656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8656 on black background.


Color preview on white background

This text has color #7D8656 on white background.



Black color preview on #7D8656 background

This text has black color on #7D8656 background.


White color preview on #7D8656 background

This text has white color on #7D8656 background.