COLOR #7D695F

HEX: #7D695F
RGB: (125,105,95)

Color info

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

RGB color model

#7D695F color RGB value is (125,105,95).

  • red value is 125;
  • green value is 105;
  • blue value is 95.
RGB:
(125,105,95)
(49%,41%,37%)

RGB channels and saturation

R 125 of 255 = 49%
G 105 of 255 = 41%
B 95 of 255 = 37%

125
105
95

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

Portions of RGB colors in percentages

R + G + B =
125 + 105 + 95 = 325 (100%)
R 125 of 325 ~ 38.46%
G 105 of 325 ~ 32.31%
B 95 of 325 ~ 29.23%

%38.46
%32.31
%29.23

CMYK color model

#7D695F color CMYK value is (0,16,24,51).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(0,16,24,51)
C0M16Y24K51 
(0%,16%,24%,51%)
(0.00/0.16/0.24/0.51)	

CMYK percentages

%0
%16
%24
%50.98

Codes

Color #7D695F in popluar color models

7D695F
RGB12510595
HSL20°13.64%43.14%
HSB/HSV20°24.00%49.02%
CMYK0.00%16.00%24.00%
50.98%

Color #7D695F in popluar number systems.

HEX7D695F
Decimal12510595
Binary111110111010011011111
Octal175151137

Shades and tints

Shades of #7D695F

#7D695F
(125,105,95)
#726057
(114,96,87)
#67574F
(103,87,79)
#5C4E47
(92,78,71)
#51453F
(81,69,63)
#463C37
(70,60,55)
#3B332F
(59,51,47)
#302A27
(48,42,39)
#25211F
(37,33,31)
#1A1817
(26,24,23)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #7D695F

#7D695F
(125,105,95)
#88766D
(136,118,109)
#93837B
(147,131,123)
#9E9089
(158,144,137)
#A99D97
(169,157,151)
#B4AAA5
(180,170,165)
#BFB7B3
(191,183,179)
#CAC4C1
(202,196,193)
#D5D1CF
(213,209,207)
#E0DEDD
(224,222,221)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D695F color. Also use rgb(125,105,95) instead hex code.

Text Font Color

.myTextColor { color: #7D695F; }

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

This text font color is #7D695F.


Background Color

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

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

This div background color is #7D695F.


Border color

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

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

This div border color is #7D695F.


Opacity

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

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

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

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

This text has shadow with #7D695F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D695F on black background.


Color preview on white background

This text has color #7D695F on white background.



Black color preview on #7D695F background

This text has black color on #7D695F background.


White color preview on #7D695F background

This text has white color on #7D695F background.