COLOR #7D774C

HEX: #7D774C
RGB: (125,119,76)

Color info

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

RGB color model

#7D774C color RGB value is (125,119,76).

  • red value is 125;
  • green value is 119;
  • blue value is 76.
RGB:
(125,119,76)
(49%,47%,30%)

RGB channels and saturation

R 125 of 255 = 49%
G 119 of 255 = 47%
B 76 of 255 = 30%

125
119
76

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

Portions of RGB colors in percentages

R + G + B =
125 + 119 + 76 = 320 (100%)
R 125 of 320 ~ 39.06%
G 119 of 320 ~ 37.19%
B 76 of 320 ~ 23.75%

%39.06
%37.19
%23.75

CMYK color model

#7D774C color CMYK value is (0,5,39,51).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 39.20%
  • key color value is 50.98%
CMYK:
(0,5,39,51)
C0M5Y39K51 
(0%,5%,39%,51%)
(0.00/0.05/0.39/0.51)	

CMYK percentages

%0
%4.8
%39.2
%50.98

Codes

Color #7D774C in popluar color models

7D774C
RGB12511976
HSL53°24.38%39.41%
HSB/HSV53°39.20%49.02%
CMYK0.00%4.80%39.20%
50.98%

Color #7D774C in popluar number systems.

HEX7D774C
Decimal12511976
Binary111110111101111001100
Octal175167114

Shades and tints

Shades of #7D774C

#7D774C
(125,119,76)
#726D46
(114,109,70)
#676340
(103,99,64)
#5C593A
(92,89,58)
#514F34
(81,79,52)
#46452E
(70,69,46)
#3B3B28
(59,59,40)
#303122
(48,49,34)
#25271C
(37,39,28)
#1A1D16
(26,29,22)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #7D774C

#7D774C
(125,119,76)
#88835C
(136,131,92)
#938F6C
(147,143,108)
#9E9B7C
(158,155,124)
#A9A78C
(169,167,140)
#B4B39C
(180,179,156)
#BFBFAC
(191,191,172)
#CACBBC
(202,203,188)
#D5D7CC
(213,215,204)
#E0E3DC
(224,227,220)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D774C color. Also use rgb(125,119,76) instead hex code.

Text Font Color

.myTextColor { color: #7D774C; }

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

This text font color is #7D774C.


Background Color

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

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

This div background color is #7D774C.


Border color

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

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

This div border color is #7D774C.


Opacity

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

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

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

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

This text has shadow with #7D774C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D774C on black background.


Color preview on white background

This text has color #7D774C on white background.



Black color preview on #7D774C background

This text has black color on #7D774C background.


White color preview on #7D774C background

This text has white color on #7D774C background.