COLOR #7A774B

HEX: #7A774B
RGB: (122,119,75)

Color info

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

RGB color model

#7A774B color RGB value is (122,119,75).

  • red value is 122;
  • green value is 119;
  • blue value is 75.
RGB:
(122,119,75)
(48%,47%,29%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 75 of 255 = 29%

122
119
75

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

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 75 = 316 (100%)
R 122 of 316 ~ 38.61%
G 119 of 316 ~ 37.66%
B 75 of 316 ~ 23.73%

%38.61
%37.66
%23.73

CMYK color model

#7A774B color CMYK value is (0,2,39,52).

  • cyan value is 0.00%
  • magenta value is 2.46%
  • yellow value is 38.52%
  • key color value is 52.16%
CMYK:
(0,2,39,52)
C0M2Y39K52 
(0%,2%,39%,52%)
(0.00/0.02/0.39/0.52)	

CMYK percentages

%0
%2.46
%38.52
%52.16

Codes

Color #7A774B in popluar color models

7A774B
RGB12211975
HSL56°23.86%38.63%
HSB/HSV56°38.52%47.84%
CMYK0.00%2.46%38.52%
52.16%

Color #7A774B in popluar number systems.

HEX7A774B
Decimal12211975
Binary111101011101111001011
Octal172167113

Shades and tints

Shades of #7A774B

#7A774B
(122,119,75)
#6F6D45
(111,109,69)
#64633F
(100,99,63)
#595939
(89,89,57)
#4E4F33
(78,79,51)
#43452D
(67,69,45)
#383B27
(56,59,39)
#2D3121
(45,49,33)
#22271B
(34,39,27)
#171D15
(23,29,21)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #7A774B

#7A774B
(122,119,75)
#86835B
(134,131,91)
#928F6B
(146,143,107)
#9E9B7B
(158,155,123)
#AAA78B
(170,167,139)
#B6B39B
(182,179,155)
#C2BFAB
(194,191,171)
#CECBBB
(206,203,187)
#DAD7CB
(218,215,203)
#E6E3DB
(230,227,219)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A774B color. Also use rgb(122,119,75) instead hex code.

Text Font Color

.myTextColor { color: #7A774B; }

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

This text font color is #7A774B.


Background Color

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

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

This div background color is #7A774B.


Border color

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

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

This div border color is #7A774B.


Opacity

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

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

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

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

This text has shadow with #7A774B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A774B on black background.


Color preview on white background

This text has color #7A774B on white background.



Black color preview on #7A774B background

This text has black color on #7A774B background.


White color preview on #7A774B background

This text has white color on #7A774B background.