COLOR #7A784B

HEX: #7A784B
RGB: (122,120,75)

Color info

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

RGB color model

#7A784B color RGB value is (122,120,75).

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

RGB channels and saturation

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

122
120
75

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

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 75 = 317 (100%)
R 122 of 317 ~ 38.49%
G 120 of 317 ~ 37.85%
B 75 of 317 ~ 23.66%

%38.49
%37.85
%23.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.64%
  • 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
%1.64
%38.52
%52.16

Codes

Color #7A784B in popluar color models

7A784B
RGB12212075
HSL57°23.86%38.63%
HSB/HSV57°38.52%47.84%
CMYK0.00%1.64%38.52%
52.16%

Color #7A784B in popluar number systems.

HEX7A784B
Decimal12212075
Binary111101011110001001011
Octal172170113

Shades and tints

Shades of #7A784B

#7A784B
(122,120,75)
#6F6E45
(111,110,69)
#64643F
(100,100,63)
#595A39
(89,90,57)
#4E5033
(78,80,51)
#43462D
(67,70,45)
#383C27
(56,60,39)
#2D3221
(45,50,33)
#22281B
(34,40,27)
#171E15
(23,30,21)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #7A784B

#7A784B
(122,120,75)
#86845B
(134,132,91)
#92906B
(146,144,107)
#9E9C7B
(158,156,123)
#AAA88B
(170,168,139)
#B6B49B
(182,180,155)
#C2C0AB
(194,192,171)
#CECCBB
(206,204,187)
#DAD8CB
(218,216,203)
#E6E4DB
(230,228,219)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A784B; }

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

This text font color is #7A784B.


Background Color

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

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

This div background color is #7A784B.


Border color

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

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

This div border color is #7A784B.


Opacity

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

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

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

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

This text has shadow with #7A784B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A784B on black background.


Color preview on white background

This text has color #7A784B on white background.



Black color preview on #7A784B background

This text has black color on #7A784B background.


White color preview on #7A784B background

This text has white color on #7A784B background.