COLOR #7A835F

HEX: #7A835F
RGB: (122,131,95)

Color info

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

RGB color model

#7A835F color RGB value is (122,131,95).

  • red value is 122;
  • green value is 131;
  • blue value is 95.
RGB:
(122,131,95)
(48%,51%,37%)

RGB channels and saturation

R 122 of 255 = 48%
G 131 of 255 = 51%
B 95 of 255 = 37%

122
131
95

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

Portions of RGB colors in percentages

R + G + B =
122 + 131 + 95 = 348 (100%)
R 122 of 348 ~ 35.06%
G 131 of 348 ~ 37.64%
B 95 of 348 ~ 27.3%

%35.06
%37.64
%27.3

CMYK color model

#7A835F color CMYK value is (7,0,27,49).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 27.48%
  • key color value is 48.63%
CMYK:
(7,0,27,49)
C7M0Y27K49 
(7%,0%,27%,49%)
(0.07/0.00/0.27/0.49)	

CMYK percentages

%6.87
%0
%27.48
%48.63

Codes

Color #7A835F in popluar color models

7A835F
RGB12213195
HSL75°15.93%44.31%
HSB/HSV75°27.48%51.37%
CMYK6.87%0.00%27.48%
48.63%

Color #7A835F in popluar number systems.

HEX7A835F
Decimal12213195
Binary1111010100000111011111
Octal172203137

Shades and tints

Shades of #7A835F

#7A835F
(122,131,95)
#6F7857
(111,120,87)
#646D4F
(100,109,79)
#596247
(89,98,71)
#4E573F
(78,87,63)
#434C37
(67,76,55)
#38412F
(56,65,47)
#2D3627
(45,54,39)
#222B1F
(34,43,31)
#172017
(23,32,23)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #7A835F

#7A835F
(122,131,95)
#868E6D
(134,142,109)
#92997B
(146,153,123)
#9EA489
(158,164,137)
#AAAF97
(170,175,151)
#B6BAA5
(182,186,165)
#C2C5B3
(194,197,179)
#CED0C1
(206,208,193)
#DADBCF
(218,219,207)
#E6E6DD
(230,230,221)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A835F; }

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

This text font color is #7A835F.


Background Color

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

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

This div background color is #7A835F.


Border color

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

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

This div border color is #7A835F.


Opacity

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

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

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

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

This text has shadow with #7A835F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A835F on black background.


Color preview on white background

This text has color #7A835F on white background.



Black color preview on #7A835F background

This text has black color on #7A835F background.


White color preview on #7A835F background

This text has white color on #7A835F background.