COLOR #7C7B4B

HEX: #7C7B4B
RGB: (124,123,75)

Color info

#7C7B4B contains red, green and blue colors in about the same proportion. Web safe color of #7C7B4B is #666633 (or #663).

RGB color model

#7C7B4B color RGB value is (124,123,75).

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

RGB channels and saturation

R 124 of 255 = 49%
G 123 of 255 = 48%
B 75 of 255 = 29%

124
123
75

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

Portions of RGB colors in percentages

R + G + B =
124 + 123 + 75 = 322 (100%)
R 124 of 322 ~ 38.51%
G 123 of 322 ~ 38.2%
B 75 of 322 ~ 23.29%

%38.51
%38.2
%23.29

CMYK color model

#7C7B4B color CMYK value is (0,1,40,51).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 39.52%
  • key color value is 51.37%
CMYK:
(0,1,40,51)
C0M1Y40K51 
(0%,1%,40%,51%)
(0.00/0.01/0.40/0.51)	

CMYK percentages

%0
%0.81
%39.52
%51.37

Codes

Color #7C7B4B in popluar color models

7C7B4B
RGB12412375
HSL59°24.62%39.02%
HSB/HSV59°39.52%48.63%
CMYK0.00%0.81%39.52%
51.37%

Color #7C7B4B in popluar number systems.

HEX7C7B4B
Decimal12412375
Binary111110011110111001011
Octal174173113

Shades and tints

Shades of #7C7B4B

#7C7B4B
(124,123,75)
#717045
(113,112,69)
#66653F
(102,101,63)
#5B5A39
(91,90,57)
#504F33
(80,79,51)
#45442D
(69,68,45)
#3A3927
(58,57,39)
#2F2E21
(47,46,33)
#24231B
(36,35,27)
#191815
(25,24,21)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #7C7B4B

#7C7B4B
(124,123,75)
#87875B
(135,135,91)
#92936B
(146,147,107)
#9D9F7B
(157,159,123)
#A8AB8B
(168,171,139)
#B3B79B
(179,183,155)
#BEC3AB
(190,195,171)
#C9CFBB
(201,207,187)
#D4DBCB
(212,219,203)
#DFE7DB
(223,231,219)
#EAF3EB
(234,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7B4B; }

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

This text font color is #7C7B4B.


Background Color

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

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

This div background color is #7C7B4B.


Border color

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

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

This div border color is #7C7B4B.


Opacity

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

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

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

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

This text has shadow with #7C7B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7B4B on black background.


Color preview on white background

This text has color #7C7B4B on white background.



Black color preview on #7C7B4B background

This text has black color on #7C7B4B background.


White color preview on #7C7B4B background

This text has white color on #7C7B4B background.