COLOR #7C7754

HEX: #7C7754
RGB: (124,119,84)

Color info

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

RGB color model

#7C7754 color RGB value is (124,119,84).

  • red value is 124;
  • green value is 119;
  • blue value is 84.
RGB:
(124,119,84)
(49%,47%,33%)

RGB channels and saturation

R 124 of 255 = 49%
G 119 of 255 = 47%
B 84 of 255 = 33%

124
119
84

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

Portions of RGB colors in percentages

R + G + B =
124 + 119 + 84 = 327 (100%)
R 124 of 327 ~ 37.92%
G 119 of 327 ~ 36.39%
B 84 of 327 ~ 25.69%

%37.92
%36.39
%25.69

CMYK color model

#7C7754 color CMYK value is (0,4,32,51).

  • cyan value is 0.00%
  • magenta value is 4.03%
  • yellow value is 32.26%
  • key color value is 51.37%
CMYK:
(0,4,32,51)
C0M4Y32K51 
(0%,4%,32%,51%)
(0.00/0.04/0.32/0.51)	

CMYK percentages

%0
%4.03
%32.26
%51.37

Codes

Color #7C7754 in popluar color models

7C7754
RGB12411984
HSL53°19.23%40.78%
HSB/HSV53°32.26%48.63%
CMYK0.00%4.03%32.26%
51.37%

Color #7C7754 in popluar number systems.

HEX7C7754
Decimal12411984
Binary111110011101111010100
Octal174167124

Shades and tints

Shades of #7C7754

#7C7754
(124,119,84)
#716D4D
(113,109,77)
#666346
(102,99,70)
#5B593F
(91,89,63)
#504F38
(80,79,56)
#454531
(69,69,49)
#3A3B2A
(58,59,42)
#2F3123
(47,49,35)
#24271C
(36,39,28)
#191D15
(25,29,21)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #7C7754

#7C7754
(124,119,84)
#878363
(135,131,99)
#928F72
(146,143,114)
#9D9B81
(157,155,129)
#A8A790
(168,167,144)
#B3B39F
(179,179,159)
#BEBFAE
(190,191,174)
#C9CBBD
(201,203,189)
#D4D7CC
(212,215,204)
#DFE3DB
(223,227,219)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7754; }

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

This text font color is #7C7754.


Background Color

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

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

This div background color is #7C7754.


Border color

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

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

This div border color is #7C7754.


Opacity

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

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

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

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

This text has shadow with #7C7754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7754 on black background.


Color preview on white background

This text has color #7C7754 on white background.



Black color preview on #7C7754 background

This text has black color on #7C7754 background.


White color preview on #7C7754 background

This text has white color on #7C7754 background.