COLOR #7A856D

HEX: #7A856D
RGB: (122,133,109)

Color info

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

RGB color model

#7A856D color RGB value is (122,133,109).

  • red value is 122;
  • green value is 133;
  • blue value is 109.
RGB:
(122,133,109)
(48%,52%,43%)

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 109 of 255 = 43%

122
133
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 133 + 109 = 364 (100%)
R 122 of 364 ~ 33.52%
G 133 of 364 ~ 36.54%
B 109 of 364 ~ 29.95%

%33.52
%36.54
%29.95

CMYK color model

#7A856D color CMYK value is (8,0,18,48).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 18.05%
  • key color value is 47.84%
CMYK:
(8,0,18,48)
C8M0Y18K48 
(8%,0%,18%,48%)
(0.08/0.00/0.18/0.48)	

CMYK percentages

%8.27
%0
%18.05
%47.84

Codes

Color #7A856D in popluar color models

7A856D
RGB122133109
HSL88°9.92%47.45%
HSB/HSV88°18.05%52.16%
CMYK8.27%0.00%18.05%
47.84%

Color #7A856D in popluar number systems.

HEX7A856D
Decimal122133109
Binary1111010100001011101101
Octal172205155

Shades and tints

Shades of #7A856D

#7A856D
(122,133,109)
#6F7964
(111,121,100)
#646D5B
(100,109,91)
#596152
(89,97,82)
#4E5549
(78,85,73)
#434940
(67,73,64)
#383D37
(56,61,55)
#2D312E
(45,49,46)
#222525
(34,37,37)
#17191C
(23,25,28)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #7A856D

#7A856D
(122,133,109)
#86907A
(134,144,122)
#929B87
(146,155,135)
#9EA694
(158,166,148)
#AAB1A1
(170,177,161)
#B6BCAE
(182,188,174)
#C2C7BB
(194,199,187)
#CED2C8
(206,210,200)
#DADDD5
(218,221,213)
#E6E8E2
(230,232,226)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A856D; }

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

This text font color is #7A856D.


Background Color

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

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

This div background color is #7A856D.


Border color

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

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

This div border color is #7A856D.


Opacity

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

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

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

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

This text has shadow with #7A856D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A856D on black background.


Color preview on white background

This text has color #7A856D on white background.



Black color preview on #7A856D background

This text has black color on #7A856D background.


White color preview on #7A856D background

This text has white color on #7A856D background.