COLOR #7A854F

HEX: #7A854F
RGB: (122,133,79)

Color info

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

RGB color model

#7A854F color RGB value is (122,133,79).

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

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 79 of 255 = 31%

122
133
79

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

Portions of RGB colors in percentages

R + G + B =
122 + 133 + 79 = 334 (100%)
R 122 of 334 ~ 36.53%
G 133 of 334 ~ 39.82%
B 79 of 334 ~ 23.65%

%36.53
%39.82
%23.65

CMYK color model

#7A854F color CMYK value is (8,0,41,48).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 40.60%
  • key color value is 47.84%
CMYK:
(8,0,41,48)
C8M0Y41K48 
(8%,0%,41%,48%)
(0.08/0.00/0.41/0.48)	

CMYK percentages

%8.27
%0
%40.6
%47.84

Codes

Color #7A854F in popluar color models

7A854F
RGB12213379
HSL72°25.47%41.57%
HSB/HSV72°40.60%52.16%
CMYK8.27%0.00%40.60%
47.84%

Color #7A854F in popluar number systems.

HEX7A854F
Decimal12213379
Binary1111010100001011001111
Octal172205117

Shades and tints

Shades of #7A854F

#7A854F
(122,133,79)
#6F7948
(111,121,72)
#646D41
(100,109,65)
#59613A
(89,97,58)
#4E5533
(78,85,51)
#43492C
(67,73,44)
#383D25
(56,61,37)
#2D311E
(45,49,30)
#222517
(34,37,23)
#171910
(23,25,16)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #7A854F

#7A854F
(122,133,79)
#86905F
(134,144,95)
#929B6F
(146,155,111)
#9EA67F
(158,166,127)
#AAB18F
(170,177,143)
#B6BC9F
(182,188,159)
#C2C7AF
(194,199,175)
#CED2BF
(206,210,191)
#DADDCF
(218,221,207)
#E6E8DF
(230,232,223)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A854F; }

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

This text font color is #7A854F.


Background Color

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

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

This div background color is #7A854F.


Border color

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

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

This div border color is #7A854F.


Opacity

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

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

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

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

This text has shadow with #7A854F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A854F on black background.


Color preview on white background

This text has color #7A854F on white background.



Black color preview on #7A854F background

This text has black color on #7A854F background.


White color preview on #7A854F background

This text has white color on #7A854F background.