COLOR #7C7B5B

HEX: #7C7B5B
RGB: (124,123,91)

Color info

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

RGB color model

#7C7B5B color RGB value is (124,123,91).

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

RGB channels and saturation

R 124 of 255 = 49%
G 123 of 255 = 48%
B 91 of 255 = 36%

124
123
91

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

Portions of RGB colors in percentages

R + G + B =
124 + 123 + 91 = 338 (100%)
R 124 of 338 ~ 36.69%
G 123 of 338 ~ 36.39%
B 91 of 338 ~ 26.92%

%36.69
%36.39
%26.92

CMYK color model

#7C7B5B color CMYK value is (0,1,27,51).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(0,1,27,51)
C0M1Y27K51 
(0%,1%,27%,51%)
(0.00/0.01/0.27/0.51)	

CMYK percentages

%0
%0.81
%26.61
%51.37

Codes

Color #7C7B5B in popluar color models

7C7B5B
RGB12412391
HSL58°15.35%42.16%
HSB/HSV58°26.61%48.63%
CMYK0.00%0.81%26.61%
51.37%

Color #7C7B5B in popluar number systems.

HEX7C7B5B
Decimal12412391
Binary111110011110111011011
Octal174173133

Shades and tints

Shades of #7C7B5B

#7C7B5B
(124,123,91)
#717053
(113,112,83)
#66654B
(102,101,75)
#5B5A43
(91,90,67)
#504F3B
(80,79,59)
#454433
(69,68,51)
#3A392B
(58,57,43)
#2F2E23
(47,46,35)
#24231B
(36,35,27)
#191813
(25,24,19)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #7C7B5B

#7C7B5B
(124,123,91)
#878769
(135,135,105)
#929377
(146,147,119)
#9D9F85
(157,159,133)
#A8AB93
(168,171,147)
#B3B7A1
(179,183,161)
#BEC3AF
(190,195,175)
#C9CFBD
(201,207,189)
#D4DBCB
(212,219,203)
#DFE7D9
(223,231,217)
#EAF3E7
(234,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7B5B; }

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

This text font color is #7C7B5B.


Background Color

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

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

This div background color is #7C7B5B.


Border color

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

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

This div border color is #7C7B5B.


Opacity

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

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

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

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

This text has shadow with #7C7B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7B5B on black background.


Color preview on white background

This text has color #7C7B5B on white background.



Black color preview on #7C7B5B background

This text has black color on #7C7B5B background.


White color preview on #7C7B5B background

This text has white color on #7C7B5B background.