COLOR #7A8761

HEX: #7A8761 RGB: (122,135,97)

Color info

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

RGB color model

#7A8761 color RGB value is (122,135,97).

RGB: (122,135,97) (48%, 53%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 97 of 255 = 38%

122
135
97

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

Portions of RGB colors in percentages

R + G + B = 122 + 135 + 97 = 354 (100%)
R 122 of 354 ~ 34.46%
G 135 of 354 ~ 38.14%
B 97 of 354 ~ 27.4'%

%34.46
%38.14
%27.4

CMYK color model

#7A8761 color CMYK value is (10,0,28,47).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 28.15%
  • key color value is 47.06%

CMYK: (10,0,28,47)
C10M0Y28K47 (10%, 0%, 28%, 47%)
(0.10 / 0.00 / 0.28 / 0.47)

CMYK percentages

%9.63
%0
%28.15
%47.06

Codes

Color #7A8761 in popluar color models

7A 87 61
RGB 122 135 97
HSL 81° 16.38% 45.49%
HSB/HSV 81° 28.15% 52.94%
CMYK 9.63% 0.00% 28.15%
47.06%

Color #7A8761 in popluar number systems.

HEX 7A 87 61
Decimal 122 135 97
Binary 1111010 10000111 1100001
Octal 172 207 141

Shades and tints

Shades of #7A8761

#7A8761
(122,135,97)
#6F7B59
(111,123,89)
#646F51
(100,111,81)
#596349
(89,99,73)
#4E5741
(78,87,65)
#434B39
(67,75,57)
#383F31
(56,63,49)
#2D3329
(45,51,41)
#222721
(34,39,33)
#171B19
(23,27,25)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #7A8761

#7A8761
(122,135,97)
#86916F
(134,145,111)
#929B7D
(146,155,125)
#9EA58B
(158,165,139)
#AAAF99
(170,175,153)
#B6B9A7
(182,185,167)
#C2C3B5
(194,195,181)
#CECDC3
(206,205,195)
#DAD7D1
(218,215,209)
#E6E1DF
(230,225,223)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8761; }

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

This text font color is #7A8761.

Background Color

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

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

This div background color is #7A8761.

Border color

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

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

This div border color is #7A8761.

Opacity

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

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

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

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

This text has shadow with #7A8761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8761.

Preview

Color preview on black background

This text has color #7A8761 on black background.


Color preview on white background

This text has color #7A8761 on white background.


Black color preview on #7A8761 background

This text has black color on #7A8761 background.


White color preview on #7A8761 background

This text has white color on #7A8761 background.


Related colors

Complementary color

Complementary color for #hex is #85789E.


I love getcolorcode.com

Triadic colors

1 #617A87 and #87617A with #7A8761 are triadic colors.

2 #61877A and #877A61 with #7A8761 are triadic colors.