COLOR #7C685F

HEX: #7C685F RGB: (124,104,95)

Color info

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

RGB color model

#7C685F color RGB value is (124,104,95).

RGB: (124,104,95) (49%, 41%, 37%)

RGB channels and saturation

R 124 of 255 = 49%
G 104 of 255 = 41%
B 95 of 255 = 37%

124
104
95

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

Portions of RGB colors in percentages

R + G + B = 124 + 104 + 95 = 323 (100%)
R 124 of 323 ~ 38.39%
G 104 of 323 ~ 32.2%
B 95 of 323 ~ 29.41'%

%38.39
%32.2
%29.41

CMYK color model

#7C685F color CMYK value is (0,16,23,51).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 23.39%
  • key color value is 51.37%

CMYK: (0,16,23,51)
C0M16Y23K51 (0%, 16%, 23%, 51%)
(0.00 / 0.16 / 0.23 / 0.51)

CMYK percentages

%0
%16.13
%23.39
%51.37

Codes

Color #7C685F in popluar color models

7C 68 5F
RGB 124 104 95
HSL 19° 13.24% 42.94%
HSB/HSV 19° 23.39% 48.63%
CMYK 0.00% 16.13% 23.39%
51.37%

Color #7C685F in popluar number systems.

HEX 7C 68 5F
Decimal 124 104 95
Binary 1111100 1101000 1011111
Octal 174 150 137

Shades and tints

Shades of #7C685F

#7C685F
(124,104,95)
#715F57
(113,95,87)
#66564F
(102,86,79)
#5B4D47
(91,77,71)
#50443F
(80,68,63)
#453B37
(69,59,55)
#3A322F
(58,50,47)
#2F2927
(47,41,39)
#24201F
(36,32,31)
#191717
(25,23,23)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #7C685F

#7C685F
(124,104,95)
#87756D
(135,117,109)
#92827B
(146,130,123)
#9D8F89
(157,143,137)
#A89C97
(168,156,151)
#B3A9A5
(179,169,165)
#BEB6B3
(190,182,179)
#C9C3C1
(201,195,193)
#D4D0CF
(212,208,207)
#DFDDDD
(223,221,221)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C685F color. Also use rgb(124,104,95) instead hex code.

Text Font Color

.myTextColor { color: #7C685F; }

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

This text font color is #7C685F.

Background Color

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

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

This div background color is #7C685F.

Border color

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

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

This div border color is #7C685F.

Opacity

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

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

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

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

This text has shadow with #7C685F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C685F.

Preview

Color preview on black background

This text has color #7C685F on black background.


Color preview on white background

This text has color #7C685F on white background.


Black color preview on #7C685F background

This text has black color on #7C685F background.


White color preview on #7C685F background

This text has white color on #7C685F background.


Related colors

Complementary color

Complementary color for #hex is #8397A0.


I love getcolorcode.com

Triadic colors

1 #5F7C68 and #685F7C with #7C685F are triadic colors.

2 #5F687C and #687C5F with #7C685F are triadic colors.