COLOR #7D6753

HEX: #7D6753
RGB: (125,103,83)

Color info

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

RGB color model

#7D6753 color RGB value is (125,103,83).

  • red value is 125;
  • green value is 103;
  • blue value is 83.
RGB:
(125,103,83)
(49%,40%,33%)

RGB channels and saturation

R 125 of 255 = 49%
G 103 of 255 = 40%
B 83 of 255 = 33%

125
103
83

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

Portions of RGB colors in percentages

R + G + B =
125 + 103 + 83 = 311 (100%)
R 125 of 311 ~ 40.19%
G 103 of 311 ~ 33.12%
B 83 of 311 ~ 26.69%

%40.19
%33.12
%26.69

CMYK color model

#7D6753 color CMYK value is (0,18,34,51).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 33.60%
  • key color value is 50.98%
CMYK:
(0,18,34,51)
C0M18Y34K51 
(0%,18%,34%,51%)
(0.00/0.18/0.34/0.51)	

CMYK percentages

%0
%17.6
%33.6
%50.98

Codes

Color #7D6753 in popluar color models

7D6753
RGB12510383
HSL29°20.19%40.78%
HSB/HSV29°33.60%49.02%
CMYK0.00%17.60%33.60%
50.98%

Color #7D6753 in popluar number systems.

HEX7D6753
Decimal12510383
Binary111110111001111010011
Octal175147123

Shades and tints

Shades of #7D6753

#7D6753
(125,103,83)
#725E4C
(114,94,76)
#675545
(103,85,69)
#5C4C3E
(92,76,62)
#514337
(81,67,55)
#463A30
(70,58,48)
#3B3129
(59,49,41)
#302822
(48,40,34)
#251F1B
(37,31,27)
#1A1614
(26,22,20)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #7D6753

#7D6753
(125,103,83)
#887462
(136,116,98)
#938171
(147,129,113)
#9E8E80
(158,142,128)
#A99B8F
(169,155,143)
#B4A89E
(180,168,158)
#BFB5AD
(191,181,173)
#CAC2BC
(202,194,188)
#D5CFCB
(213,207,203)
#E0DCDA
(224,220,218)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6753 color. Also use rgb(125,103,83) instead hex code.

Text Font Color

.myTextColor { color: #7D6753; }

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

This text font color is #7D6753.


Background Color

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

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

This div background color is #7D6753.


Border color

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

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

This div border color is #7D6753.


Opacity

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

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

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

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

This text has shadow with #7D6753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6753 on black background.


Color preview on white background

This text has color #7D6753 on white background.



Black color preview on #7D6753 background

This text has black color on #7D6753 background.


White color preview on #7D6753 background

This text has white color on #7D6753 background.