COLOR #7A884D

HEX: #7A884D
RGB: (122,136,77)

Color info

#7A884D contains red, green and blue colors in about the same proportion. Web safe color of #7A884D is #669933 (or #693).

RGB color model

#7A884D color RGB value is (122,136,77).

  • red value is 122;
  • green value is 136;
  • blue value is 77.
RGB:
(122,136,77)
(48%,53%,30%)

RGB channels and saturation

R 122 of 255 = 48%
G 136 of 255 = 53%
B 77 of 255 = 30%

122
136
77

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

Portions of RGB colors in percentages

R + G + B =
122 + 136 + 77 = 335 (100%)
R 122 of 335 ~ 36.42%
G 136 of 335 ~ 40.6%
B 77 of 335 ~ 22.99%

%36.42
%40.6
%22.99

CMYK color model

#7A884D color CMYK value is (10,0,43,47).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 43.38%
  • key color value is 46.67%
CMYK:
(10,0,43,47)
C10M0Y43K47 
(10%,0%,43%,47%)
(0.10/0.00/0.43/0.47)	

CMYK percentages

%10.29
%0
%43.38
%46.67

Codes

Color #7A884D in popluar color models

7A884D
RGB12213677
HSL74°27.70%41.76%
HSB/HSV74°43.38%53.33%
CMYK10.29%0.00%43.38%
46.67%

Color #7A884D in popluar number systems.

HEX7A884D
Decimal12213677
Binary1111010100010001001101
Octal172210115

Shades and tints

Shades of #7A884D

#7A884D
(122,136,77)
#6F7C46
(111,124,70)
#64703F
(100,112,63)
#596438
(89,100,56)
#4E5831
(78,88,49)
#434C2A
(67,76,42)
#384023
(56,64,35)
#2D341C
(45,52,28)
#222815
(34,40,21)
#171C0E
(23,28,14)
#0C1007
(12,16,7)
#000000
(0,0,0)

Tints of #7A884D

#7A884D
(122,136,77)
#86925D
(134,146,93)
#929C6D
(146,156,109)
#9EA67D
(158,166,125)
#AAB08D
(170,176,141)
#B6BA9D
(182,186,157)
#C2C4AD
(194,196,173)
#CECEBD
(206,206,189)
#DAD8CD
(218,216,205)
#E6E2DD
(230,226,221)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A884D color. Also use rgb(122,136,77) instead hex code.

Text Font Color

.myTextColor { color: #7A884D; }

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

This text font color is #7A884D.


Background Color

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

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

This div background color is #7A884D.


Border color

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

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

This div border color is #7A884D.


Opacity

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

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

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

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

This text has shadow with #7A884D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A884D on black background.


Color preview on white background

This text has color #7A884D on white background.



Black color preview on #7A884D background

This text has black color on #7A884D background.


White color preview on #7A884D background

This text has white color on #7A884D background.