COLOR #7C7B60

HEX: #7C7B60
RGB: (124,123,96)

Color info

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

RGB color model

#7C7B60 color RGB value is (124,123,96).

  • red value is 124;
  • green value is 123;
  • blue value is 96.
RGB:
(124,123,96)
(49%,48%,38%)

RGB channels and saturation

R 124 of 255 = 49%
G 123 of 255 = 48%
B 96 of 255 = 38%

124
123
96

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

Portions of RGB colors in percentages

R + G + B =
124 + 123 + 96 = 343 (100%)
R 124 of 343 ~ 36.15%
G 123 of 343 ~ 35.86%
B 96 of 343 ~ 27.99%

%36.15
%35.86
%27.99

CMYK color model

#7C7B60 color CMYK value is (0,1,23,51).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 22.58%
  • key color value is 51.37%
CMYK:
(0,1,23,51)
C0M1Y23K51 
(0%,1%,23%,51%)
(0.00/0.01/0.23/0.51)	

CMYK percentages

%0
%0.81
%22.58
%51.37

Codes

Color #7C7B60 in popluar color models

7C7B60
RGB12412396
HSL58°12.73%43.14%
HSB/HSV58°22.58%48.63%
CMYK0.00%0.81%22.58%
51.37%

Color #7C7B60 in popluar number systems.

HEX7C7B60
Decimal12412396
Binary111110011110111100000
Octal174173140

Shades and tints

Shades of #7C7B60

#7C7B60
(124,123,96)
#717058
(113,112,88)
#666550
(102,101,80)
#5B5A48
(91,90,72)
#504F40
(80,79,64)
#454438
(69,68,56)
#3A3930
(58,57,48)
#2F2E28
(47,46,40)
#242320
(36,35,32)
#191818
(25,24,24)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #7C7B60

#7C7B60
(124,123,96)
#87876E
(135,135,110)
#92937C
(146,147,124)
#9D9F8A
(157,159,138)
#A8AB98
(168,171,152)
#B3B7A6
(179,183,166)
#BEC3B4
(190,195,180)
#C9CFC2
(201,207,194)
#D4DBD0
(212,219,208)
#DFE7DE
(223,231,222)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7B60 color. Also use rgb(124,123,96) instead hex code.

Text Font Color

.myTextColor { color: #7C7B60; }

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

This text font color is #7C7B60.


Background Color

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

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

This div background color is #7C7B60.


Border color

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

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

This div border color is #7C7B60.


Opacity

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

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

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

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

This text has shadow with #7C7B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7B60 on black background.


Color preview on white background

This text has color #7C7B60 on white background.



Black color preview on #7C7B60 background

This text has black color on #7C7B60 background.


White color preview on #7C7B60 background

This text has white color on #7C7B60 background.