COLOR #7A836A

HEX: #7A836A RGB: (122,131,106)

Color info

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

RGB color model

#7A836A color RGB value is (122,131,106).

RGB: (122,131,106) (48%, 51%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 131 of 255 = 51%
B 106 of 255 = 42%

122
131
106

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

Portions of RGB colors in percentages

R + G + B = 122 + 131 + 106 = 359 (100%)
R 122 of 359 ~ 33.98%
G 131 of 359 ~ 36.49%
B 106 of 359 ~ 29.53'%

%33.98
%36.49
%29.53

CMYK color model

#7A836A color CMYK value is (7,0,19,49).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 48.63%

CMYK: (7,0,19,49)
C7M0Y19K49 (7%, 0%, 19%, 49%)
(0.07 / 0.00 / 0.19 / 0.49)

CMYK percentages

%6.87
%0
%19.08
%48.63

Codes

Color #7A836A in popluar color models

7A 83 6A
RGB 122 131 106
HSL 82° 10.55% 46.47%
HSB/HSV 82° 19.08% 51.37%
CMYK 6.87% 0.00% 19.08%
48.63%

Color #7A836A in popluar number systems.

HEX 7A 83 6A
Decimal 122 131 106
Binary 1111010 10000011 1101010
Octal 172 203 152

Shades and tints

Shades of #7A836A

#7A836A
(122,131,106)
#6F7861
(111,120,97)
#646D58
(100,109,88)
#59624F
(89,98,79)
#4E5746
(78,87,70)
#434C3D
(67,76,61)
#384134
(56,65,52)
#2D362B
(45,54,43)
#222B22
(34,43,34)
#172019
(23,32,25)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #7A836A

#7A836A
(122,131,106)
#868E77
(134,142,119)
#929984
(146,153,132)
#9EA491
(158,164,145)
#AAAF9E
(170,175,158)
#B6BAAB
(182,186,171)
#C2C5B8
(194,197,184)
#CED0C5
(206,208,197)
#DADBD2
(218,219,210)
#E6E6DF
(230,230,223)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A836A color. Also use rgb(122,131,106) instead hex code.

Text Font Color

.myTextColor { color: #7A836A; }

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

This text font color is #7A836A.

Background Color

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

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

This div background color is #7A836A.

Border color

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

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

This div border color is #7A836A.

Opacity

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

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

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

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

This text has shadow with #7A836A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A836A.

Preview

Color preview on black background

This text has color #7A836A on black background.


Color preview on white background

This text has color #7A836A on white background.


Black color preview on #7A836A background

This text has black color on #7A836A background.


White color preview on #7A836A background

This text has white color on #7A836A background.


Related colors

Complementary color

Complementary color for #hex is #857C95.


I love getcolorcode.com

Triadic colors

1 #6A7A83 and #836A7A with #7A836A are triadic colors.

2 #6A837A and #837A6A with #7A836A are triadic colors.