COLOR #7A856F

HEX: #7A856F RGB: (122,133,111)

Color info

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

RGB color model

#7A856F color RGB value is (122,133,111).

RGB: (122,133,111) (48%, 52%, 44%)

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 111 of 255 = 44%

122
133
111

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

Portions of RGB colors in percentages

R + G + B = 122 + 133 + 111 = 366 (100%)
R 122 of 366 ~ 33.33%
G 133 of 366 ~ 36.34%
B 111 of 366 ~ 30.33'%

%33.33
%36.34
%30.33

CMYK color model

#7A856F color CMYK value is (8,0,17,48).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • key color value is 47.84%

CMYK: (8,0,17,48)
C8M0Y17K48 (8%, 0%, 17%, 48%)
(0.08 / 0.00 / 0.17 / 0.48)

CMYK percentages

%8.27
%0
%16.54
%47.84

Codes

Color #7A856F in popluar color models

7A 85 6F
RGB 122 133 111
HSL 90° 9.02% 47.84%
HSB/HSV 90° 16.54% 52.16%
CMYK 8.27% 0.00% 16.54%
47.84%

Color #7A856F in popluar number systems.

HEX 7A 85 6F
Decimal 122 133 111
Binary 1111010 10000101 1101111
Octal 172 205 157

Shades and tints

Shades of #7A856F

#7A856F
(122,133,111)
#6F7965
(111,121,101)
#646D5B
(100,109,91)
#596151
(89,97,81)
#4E5547
(78,85,71)
#43493D
(67,73,61)
#383D33
(56,61,51)
#2D3129
(45,49,41)
#22251F
(34,37,31)
#171915
(23,25,21)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #7A856F

#7A856F
(122,133,111)
#86907C
(134,144,124)
#929B89
(146,155,137)
#9EA696
(158,166,150)
#AAB1A3
(170,177,163)
#B6BCB0
(182,188,176)
#C2C7BD
(194,199,189)
#CED2CA
(206,210,202)
#DADDD7
(218,221,215)
#E6E8E4
(230,232,228)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A856F; }

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

This text font color is #7A856F.

Background Color

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

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

This div background color is #7A856F.

Border color

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

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

This div border color is #7A856F.

Opacity

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

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

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

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

This text has shadow with #7A856F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A856F.

Preview

Color preview on black background

This text has color #7A856F on black background.


Color preview on white background

This text has color #7A856F on white background.


Black color preview on #7A856F background

This text has black color on #7A856F background.


White color preview on #7A856F background

This text has white color on #7A856F background.


Related colors

Complementary color

Complementary color for #hex is #857A90.


I love getcolorcode.com

Triadic colors

1 #6F7A85 and #856F7A with #7A856F are triadic colors.

2 #6F857A and #857A6F with #7A856F are triadic colors.