COLOR #7A8756

HEX: #7A8756 RGB: (122,135,86)

Color info

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

RGB color model

#7A8756 color RGB value is (122,135,86).

RGB: (122,135,86) (48%, 53%, 34%)

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 86 of 255 = 34%

122
135
86

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

Portions of RGB colors in percentages

R + G + B = 122 + 135 + 86 = 343 (100%)
R 122 of 343 ~ 35.57%
G 135 of 343 ~ 39.36%
B 86 of 343 ~ 25.07'%

%35.57
%39.36
%25.07

CMYK color model

#7A8756 color CMYK value is (10,0,36,47).

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

CMYK: (10,0,36,47)
C10M0Y36K47 (10%, 0%, 36%, 47%)
(0.10 / 0.00 / 0.36 / 0.47)

CMYK percentages

%9.63
%0
%36.3
%47.06

Codes

Color #7A8756 in popluar color models

7A 87 56
RGB 122 135 86
HSL 76° 22.17% 43.33%
HSB/HSV 76° 36.30% 52.94%
CMYK 9.63% 0.00% 36.30%
47.06%

Color #7A8756 in popluar number systems.

HEX 7A 87 56
Decimal 122 135 86
Binary 1111010 10000111 1010110
Octal 172 207 126

Shades and tints

Shades of #7A8756

#7A8756
(122,135,86)
#6F7B4F
(111,123,79)
#646F48
(100,111,72)
#596341
(89,99,65)
#4E573A
(78,87,58)
#434B33
(67,75,51)
#383F2C
(56,63,44)
#2D3325
(45,51,37)
#22271E
(34,39,30)
#171B17
(23,27,23)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #7A8756

#7A8756
(122,135,86)
#869165
(134,145,101)
#929B74
(146,155,116)
#9EA583
(158,165,131)
#AAAF92
(170,175,146)
#B6B9A1
(182,185,161)
#C2C3B0
(194,195,176)
#CECDBF
(206,205,191)
#DAD7CE
(218,215,206)
#E6E1DD
(230,225,221)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8756; }

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

This text font color is #7A8756.

Background Color

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

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

This div background color is #7A8756.

Border color

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

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

This div border color is #7A8756.

Opacity

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

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

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

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

This text has shadow with #7A8756 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8756.

Preview

Color preview on black background

This text has color #7A8756 on black background.


Color preview on white background

This text has color #7A8756 on white background.


Black color preview on #7A8756 background

This text has black color on #7A8756 background.


White color preview on #7A8756 background

This text has white color on #7A8756 background.


Related colors

Complementary color

Complementary color for #hex is #8578A9.


I love getcolorcode.com

Triadic colors

1 #567A87 and #87567A with #7A8756 are triadic colors.

2 #56877A and #877A56 with #7A8756 are triadic colors.