COLOR #7D6456

HEX: #7D6456
RGB: (125,100,86)

Color info

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

RGB color model

#7D6456 color RGB value is (125,100,86).

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

RGB channels and saturation

R 125 of 255 = 49%
G 100 of 255 = 39%
B 86 of 255 = 34%

125
100
86

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

Portions of RGB colors in percentages

R + G + B =
125 + 100 + 86 = 311 (100%)
R 125 of 311 ~ 40.19%
G 100 of 311 ~ 32.15%
B 86 of 311 ~ 27.65%

%40.19
%32.15
%27.65

CMYK color model

#7D6456 color CMYK value is (0,20,31,51).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(0,20,31,51)
C0M20Y31K51 
(0%,20%,31%,51%)
(0.00/0.20/0.31/0.51)	

CMYK percentages

%0
%20
%31.2
%50.98

Codes

Color #7D6456 in popluar color models

7D6456
RGB12510086
HSL22°18.48%41.37%
HSB/HSV22°31.20%49.02%
CMYK0.00%20.00%31.20%
50.98%

Color #7D6456 in popluar number systems.

HEX7D6456
Decimal12510086
Binary111110111001001010110
Octal175144126

Shades and tints

Shades of #7D6456

#7D6456
(125,100,86)
#725B4F
(114,91,79)
#675248
(103,82,72)
#5C4941
(92,73,65)
#51403A
(81,64,58)
#463733
(70,55,51)
#3B2E2C
(59,46,44)
#302525
(48,37,37)
#251C1E
(37,28,30)
#1A1317
(26,19,23)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #7D6456

#7D6456
(125,100,86)
#887265
(136,114,101)
#938074
(147,128,116)
#9E8E83
(158,142,131)
#A99C92
(169,156,146)
#B4AAA1
(180,170,161)
#BFB8B0
(191,184,176)
#CAC6BF
(202,198,191)
#D5D4CE
(213,212,206)
#E0E2DD
(224,226,221)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6456; }

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

This text font color is #7D6456.


Background Color

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

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

This div background color is #7D6456.


Border color

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

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

This div border color is #7D6456.


Opacity

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

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

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

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

This text has shadow with #7D6456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6456 on black background.


Color preview on white background

This text has color #7D6456 on white background.



Black color preview on #7D6456 background

This text has black color on #7D6456 background.


White color preview on #7D6456 background

This text has white color on #7D6456 background.