COLOR #7A8261

HEX: #7A8261 RGB: (122,130,97)

Color info

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

RGB color model

#7A8261 color RGB value is (122,130,97).

RGB: (122,130,97) (48%, 51%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 130 of 255 = 51%
B 97 of 255 = 38%

122
130
97

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

Portions of RGB colors in percentages

R + G + B = 122 + 130 + 97 = 349 (100%)
R 122 of 349 ~ 34.96%
G 130 of 349 ~ 37.25%
B 97 of 349 ~ 27.79'%

%34.96
%37.25
%27.79

CMYK color model

#7A8261 color CMYK value is (6,0,25,49).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 25.38%
  • key color value is 49.02%

CMYK: (6,0,25,49)
C6M0Y25K49 (6%, 0%, 25%, 49%)
(0.06 / 0.00 / 0.25 / 0.49)

CMYK percentages

%6.15
%0
%25.38
%49.02

Codes

Color #7A8261 in popluar color models

7A 82 61
RGB 122 130 97
HSL 75° 14.54% 44.51%
HSB/HSV 75° 25.38% 50.98%
CMYK 6.15% 0.00% 25.38%
49.02%

Color #7A8261 in popluar number systems.

HEX 7A 82 61
Decimal 122 130 97
Binary 1111010 10000010 1100001
Octal 172 202 141

Shades and tints

Shades of #7A8261

#7A8261
(122,130,97)
#6F7759
(111,119,89)
#646C51
(100,108,81)
#596149
(89,97,73)
#4E5641
(78,86,65)
#434B39
(67,75,57)
#384031
(56,64,49)
#2D3529
(45,53,41)
#222A21
(34,42,33)
#171F19
(23,31,25)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #7A8261

#7A8261
(122,130,97)
#868D6F
(134,141,111)
#92987D
(146,152,125)
#9EA38B
(158,163,139)
#AAAE99
(170,174,153)
#B6B9A7
(182,185,167)
#C2C4B5
(194,196,181)
#CECFC3
(206,207,195)
#DADAD1
(218,218,209)
#E6E5DF
(230,229,223)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8261 color. Also use rgb(122,130,97) instead hex code.

Text Font Color

.myTextColor { color: #7A8261; }

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

This text font color is #7A8261.

Background Color

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

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

This div background color is #7A8261.

Border color

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

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

This div border color is #7A8261.

Opacity

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

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

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

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

This text has shadow with #7A8261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8261.

Preview

Color preview on black background

This text has color #7A8261 on black background.


Color preview on white background

This text has color #7A8261 on white background.


Black color preview on #7A8261 background

This text has black color on #7A8261 background.


White color preview on #7A8261 background

This text has white color on #7A8261 background.


Related colors

Complementary color

Complementary color for #hex is #857D9E.


I love getcolorcode.com

Triadic colors

1 #617A82 and #82617A with #7A8261 are triadic colors.

2 #61827A and #827A61 with #7A8261 are triadic colors.