COLOR #7A8564

HEX: #7A8564
RGB: (122,133,100)

Color info

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

RGB color model

#7A8564 color RGB value is (122,133,100).

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

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 100 of 255 = 39%

122
133
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 133 + 100 = 355 (100%)
R 122 of 355 ~ 34.37%
G 133 of 355 ~ 37.46%
B 100 of 355 ~ 28.17%

%34.37
%37.46
%28.17

CMYK color model

#7A8564 color CMYK value is (8,0,25,48).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 24.81%
  • key color value is 47.84%
CMYK:
(8,0,25,48)
C8M0Y25K48 
(8%,0%,25%,48%)
(0.08/0.00/0.25/0.48)	

CMYK percentages

%8.27
%0
%24.81
%47.84

Codes

Color #7A8564 in popluar color models

7A8564
RGB122133100
HSL80°14.16%45.69%
HSB/HSV80°24.81%52.16%
CMYK8.27%0.00%24.81%
47.84%

Color #7A8564 in popluar number systems.

HEX7A8564
Decimal122133100
Binary1111010100001011100100
Octal172205144

Shades and tints

Shades of #7A8564

#7A8564
(122,133,100)
#6F795B
(111,121,91)
#646D52
(100,109,82)
#596149
(89,97,73)
#4E5540
(78,85,64)
#434937
(67,73,55)
#383D2E
(56,61,46)
#2D3125
(45,49,37)
#22251C
(34,37,28)
#171913
(23,25,19)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #7A8564

#7A8564
(122,133,100)
#869072
(134,144,114)
#929B80
(146,155,128)
#9EA68E
(158,166,142)
#AAB19C
(170,177,156)
#B6BCAA
(182,188,170)
#C2C7B8
(194,199,184)
#CED2C6
(206,210,198)
#DADDD4
(218,221,212)
#E6E8E2
(230,232,226)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8564; }

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

This text font color is #7A8564.


Background Color

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

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

This div background color is #7A8564.


Border color

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

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

This div border color is #7A8564.


Opacity

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

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

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

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

This text has shadow with #7A8564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8564 on black background.


Color preview on white background

This text has color #7A8564 on white background.



Black color preview on #7A8564 background

This text has black color on #7A8564 background.


White color preview on #7A8564 background

This text has white color on #7A8564 background.