COLOR #7C7C5C

HEX: #7C7C5C
RGB: (124,124,92)

Color info

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

RGB color model

#7C7C5C color RGB value is (124,124,92).

  • red value is 124;
  • green value is 124;
  • blue value is 92.
RGB:
(124,124,92)
(49%,49%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 124 of 255 = 49%
B 92 of 255 = 36%

124
124
92

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

Portions of RGB colors in percentages

R + G + B =
124 + 124 + 92 = 340 (100%)
R 124 of 340 ~ 36.47%
G 124 of 340 ~ 36.47%
B 92 of 340 ~ 27.06%

%36.47
%36.47
%27.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 51.37%
CMYK:
(0,0,26,51)
C0M0Y26K51 
(0%,0%,26%,51%)
(0.00/0.00/0.26/0.51)	

CMYK percentages

%0
%0
%25.81
%51.37

Codes

Color #7C7C5C in popluar color models

7C7C5C
RGB12412492
HSL60°14.81%42.35%
HSB/HSV60°25.81%48.63%
CMYK0.00%0.00%25.81%
51.37%

Color #7C7C5C in popluar number systems.

HEX7C7C5C
Decimal12412492
Binary111110011111001011100
Octal174174134

Shades and tints

Shades of #7C7C5C

#7C7C5C
(124,124,92)
#717154
(113,113,84)
#66664C
(102,102,76)
#5B5B44
(91,91,68)
#50503C
(80,80,60)
#454534
(69,69,52)
#3A3A2C
(58,58,44)
#2F2F24
(47,47,36)
#24241C
(36,36,28)
#191914
(25,25,20)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C7C5C

#7C7C5C
(124,124,92)
#87876A
(135,135,106)
#929278
(146,146,120)
#9D9D86
(157,157,134)
#A8A894
(168,168,148)
#B3B3A2
(179,179,162)
#BEBEB0
(190,190,176)
#C9C9BE
(201,201,190)
#D4D4CC
(212,212,204)
#DFDFDA
(223,223,218)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7C5C; }

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

This text font color is #7C7C5C.


Background Color

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

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

This div background color is #7C7C5C.


Border color

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

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

This div border color is #7C7C5C.


Opacity

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

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

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

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

This text has shadow with #7C7C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7C5C on black background.


Color preview on white background

This text has color #7C7C5C on white background.



Black color preview on #7C7C5C background

This text has black color on #7C7C5C background.


White color preview on #7C7C5C background

This text has white color on #7C7C5C background.