COLOR #7D695C

HEX: #7D695C RGB: (125,105,92)

Color info

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

RGB color model

#7D695C color RGB value is (125,105,92).

RGB: (125,105,92) (49%, 41%, 36%)

RGB channels and saturation

R 125 of 255 = 49%
G 105 of 255 = 41%
B 92 of 255 = 36%

125
105
92

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

Portions of RGB colors in percentages

R + G + B = 125 + 105 + 92 = 322 (100%)
R 125 of 322 ~ 38.82%
G 105 of 322 ~ 32.61%
B 92 of 322 ~ 28.57'%

%38.82
%32.61
%28.57

CMYK color model

#7D695C color CMYK value is (0,16,26,51).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 26.40%
  • key color value is 50.98%
CMYK: (0,16,26,51) C0M16Y26K51 (0%,16%,26%,51%) (0.00/0.16/0.26/0.51) 

CMYK percentages

%0
%16
%26.4
%50.98

Codes

Color #7D695C in popluar color models

7D 69 5C
RGB 125 105 92
HSL 24° 15.21% 42.55%
HSB/HSV 24° 26.40% 49.02%
CMYK 0.00% 16.00% 26.40%
50.98%

Color #7D695C in popluar number systems.

HEX 7D 69 5C
Decimal 125 105 92
Binary 1111101 1101001 1011100
Octal 175 151 134

Shades and tints

Shades of #7D695C

#7D695C
(125,105,92)
#726054
(114,96,84)
#67574C
(103,87,76)
#5C4E44
(92,78,68)
#51453C
(81,69,60)
#463C34
(70,60,52)
#3B332C
(59,51,44)
#302A24
(48,42,36)
#25211C
(37,33,28)
#1A1814
(26,24,20)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #7D695C

#7D695C
(125,105,92)
#88766A
(136,118,106)
#938378
(147,131,120)
#9E9086
(158,144,134)
#A99D94
(169,157,148)
#B4AAA2
(180,170,162)
#BFB7B0
(191,183,176)
#CAC4BE
(202,196,190)
#D5D1CC
(213,209,204)
#E0DEDA
(224,222,218)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D695C; }

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

This text font color is #7D695C.


Background Color

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

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

This div background color is #7D695C.


Border color

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

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

This div border color is #7D695C.


Opacity

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

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

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

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

This text has shadow with #7D695C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7D695C on black background.


Color preview on white background

This text has color #7D695C on white background.



Black color preview on #7D695C background

This text has black color on #7D695C background.


White color preview on #7D695C background

This text has white color on #7D695C background.