COLOR #7C775E

HEX: #7C775E
RGB: (124,119,94)

Color info

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

RGB color model

#7C775E color RGB value is (124,119,94).

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

RGB channels and saturation

R 124 of 255 = 49%
G 119 of 255 = 47%
B 94 of 255 = 37%

124
119
94

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

Portions of RGB colors in percentages

R + G + B =
124 + 119 + 94 = 337 (100%)
R 124 of 337 ~ 36.8%
G 119 of 337 ~ 35.31%
B 94 of 337 ~ 27.89%

%36.8
%35.31
%27.89

CMYK color model

#7C775E color CMYK value is (0,4,24,51).

  • cyan value is 0.00%
  • magenta value is 4.03%
  • yellow value is 24.19%
  • key color value is 51.37%
CMYK:
(0,4,24,51)
C0M4Y24K51 
(0%,4%,24%,51%)
(0.00/0.04/0.24/0.51)	

CMYK percentages

%0
%4.03
%24.19
%51.37

Codes

Color #7C775E in popluar color models

7C775E
RGB12411994
HSL50°13.76%42.75%
HSB/HSV50°24.19%48.63%
CMYK0.00%4.03%24.19%
51.37%

Color #7C775E in popluar number systems.

HEX7C775E
Decimal12411994
Binary111110011101111011110
Octal174167136

Shades and tints

Shades of #7C775E

#7C775E
(124,119,94)
#716D56
(113,109,86)
#66634E
(102,99,78)
#5B5946
(91,89,70)
#504F3E
(80,79,62)
#454536
(69,69,54)
#3A3B2E
(58,59,46)
#2F3126
(47,49,38)
#24271E
(36,39,30)
#191D16
(25,29,22)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #7C775E

#7C775E
(124,119,94)
#87836C
(135,131,108)
#928F7A
(146,143,122)
#9D9B88
(157,155,136)
#A8A796
(168,167,150)
#B3B3A4
(179,179,164)
#BEBFB2
(190,191,178)
#C9CBC0
(201,203,192)
#D4D7CE
(212,215,206)
#DFE3DC
(223,227,220)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C775E; }

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

This text font color is #7C775E.


Background Color

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

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

This div background color is #7C775E.


Border color

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

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

This div border color is #7C775E.


Opacity

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

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

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

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

This text has shadow with #7C775E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C775E on black background.


Color preview on white background

This text has color #7C775E on white background.



Black color preview on #7C775E background

This text has black color on #7C775E background.


White color preview on #7C775E background

This text has white color on #7C775E background.