COLOR #7A8554

HEX: #7A8554
RGB: (122,133,84)

Color info

#7A8554 contains red, green and blue colors in about the same proportion. Web safe color of #7A8554 is #669966 (or #696).

RGB color model

#7A8554 color RGB value is (122,133,84).

  • red value is 122;
  • green value is 133;
  • blue value is 84.
RGB:
(122,133,84)
(48%,52%,33%)

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 84 of 255 = 33%

122
133
84

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

Portions of RGB colors in percentages

R + G + B =
122 + 133 + 84 = 339 (100%)
R 122 of 339 ~ 35.99%
G 133 of 339 ~ 39.23%
B 84 of 339 ~ 24.78%

%35.99
%39.23
%24.78

CMYK color model

#7A8554 color CMYK value is (8,0,37,48).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 47.84%
CMYK:
(8,0,37,48)
C8M0Y37K48 
(8%,0%,37%,48%)
(0.08/0.00/0.37/0.48)	

CMYK percentages

%8.27
%0
%36.84
%47.84

Codes

Color #7A8554 in popluar color models

7A8554
RGB12213384
HSL73°22.58%42.55%
HSB/HSV73°36.84%52.16%
CMYK8.27%0.00%36.84%
47.84%

Color #7A8554 in popluar number systems.

HEX7A8554
Decimal12213384
Binary1111010100001011010100
Octal172205124

Shades and tints

Shades of #7A8554

#7A8554
(122,133,84)
#6F794D
(111,121,77)
#646D46
(100,109,70)
#59613F
(89,97,63)
#4E5538
(78,85,56)
#434931
(67,73,49)
#383D2A
(56,61,42)
#2D3123
(45,49,35)
#22251C
(34,37,28)
#171915
(23,25,21)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #7A8554

#7A8554
(122,133,84)
#869063
(134,144,99)
#929B72
(146,155,114)
#9EA681
(158,166,129)
#AAB190
(170,177,144)
#B6BC9F
(182,188,159)
#C2C7AE
(194,199,174)
#CED2BD
(206,210,189)
#DADDCC
(218,221,204)
#E6E8DB
(230,232,219)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8554 color. Also use rgb(122,133,84) instead hex code.

Text Font Color

.myTextColor { color: #7A8554; }

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

This text font color is #7A8554.


Background Color

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

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

This div background color is #7A8554.


Border color

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

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

This div border color is #7A8554.


Opacity

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

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

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

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

This text has shadow with #7A8554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8554 on black background.


Color preview on white background

This text has color #7A8554 on white background.



Black color preview on #7A8554 background

This text has black color on #7A8554 background.


White color preview on #7A8554 background

This text has white color on #7A8554 background.