COLOR #7C6B61

HEX: #7C6B61
RGB: (124,107,97)

Color info

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

RGB color model

#7C6B61 color RGB value is (124,107,97).

  • red value is 124;
  • green value is 107;
  • blue value is 97.
RGB:
(124,107,97)
(49%,42%,38%)

RGB channels and saturation

R 124 of 255 = 49%
G 107 of 255 = 42%
B 97 of 255 = 38%

124
107
97

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

Portions of RGB colors in percentages

R + G + B =
124 + 107 + 97 = 328 (100%)
R 124 of 328 ~ 37.8%
G 107 of 328 ~ 32.62%
B 97 of 328 ~ 29.57%

%37.8
%32.62
%29.57

CMYK color model

#7C6B61 color CMYK value is (0,14,22,51).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 21.77%
  • key color value is 51.37%
CMYK:
(0,14,22,51)
C0M14Y22K51 
(0%,14%,22%,51%)
(0.00/0.14/0.22/0.51)	

CMYK percentages

%0
%13.71
%21.77
%51.37

Codes

Color #7C6B61 in popluar color models

7C6B61
RGB12410797
HSL22°12.22%43.33%
HSB/HSV22°21.77%48.63%
CMYK0.00%13.71%21.77%
51.37%

Color #7C6B61 in popluar number systems.

HEX7C6B61
Decimal12410797
Binary111110011010111100001
Octal174153141

Shades and tints

Shades of #7C6B61

#7C6B61
(124,107,97)
#716259
(113,98,89)
#665951
(102,89,81)
#5B5049
(91,80,73)
#504741
(80,71,65)
#453E39
(69,62,57)
#3A3531
(58,53,49)
#2F2C29
(47,44,41)
#242321
(36,35,33)
#191A19
(25,26,25)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #7C6B61

#7C6B61
(124,107,97)
#87786F
(135,120,111)
#92857D
(146,133,125)
#9D928B
(157,146,139)
#A89F99
(168,159,153)
#B3ACA7
(179,172,167)
#BEB9B5
(190,185,181)
#C9C6C3
(201,198,195)
#D4D3D1
(212,211,209)
#DFE0DF
(223,224,223)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6B61 color. Also use rgb(124,107,97) instead hex code.

Text Font Color

.myTextColor { color: #7C6B61; }

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

This text font color is #7C6B61.


Background Color

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

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

This div background color is #7C6B61.


Border color

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

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

This div border color is #7C6B61.


Opacity

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

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

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

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

This text has shadow with #7C6B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6B61 on black background.


Color preview on white background

This text has color #7C6B61 on white background.



Black color preview on #7C6B61 background

This text has black color on #7C6B61 background.


White color preview on #7C6B61 background

This text has white color on #7C6B61 background.