COLOR #7A8066

HEX: #7A8066
RGB: (122,128,102)

Color info

#7A8066 contains red, green and blue colors in about the same proportion. Web safe color of #7A8066 is #666666 (or #666).

RGB color model

#7A8066 color RGB value is (122,128,102).

  • red value is 122;
  • green value is 128;
  • blue value is 102.
RGB:
(122,128,102)
(48%,50%,40%)

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 102 of 255 = 40%

122
128
102

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

Portions of RGB colors in percentages

R + G + B =
122 + 128 + 102 = 352 (100%)
R 122 of 352 ~ 34.66%
G 128 of 352 ~ 36.36%
B 102 of 352 ~ 28.98%

%34.66
%36.36
%28.98

CMYK color model

#7A8066 color CMYK value is (5,0,20,50).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 20.31%
  • key color value is 49.80%
CMYK:
(5,0,20,50)
C5M0Y20K50 
(5%,0%,20%,50%)
(0.05/0.00/0.20/0.50)	

CMYK percentages

%4.69
%0
%20.31
%49.8

Codes

Color #7A8066 in popluar color models

7A8066
RGB122128102
HSL74°11.30%45.10%
HSB/HSV74°20.31%50.20%
CMYK4.69%0.00%20.31%
49.80%

Color #7A8066 in popluar number systems.

HEX7A8066
Decimal122128102
Binary1111010100000001100110
Octal172200146

Shades and tints

Shades of #7A8066

#7A8066
(122,128,102)
#6F755D
(111,117,93)
#646A54
(100,106,84)
#595F4B
(89,95,75)
#4E5442
(78,84,66)
#434939
(67,73,57)
#383E30
(56,62,48)
#2D3327
(45,51,39)
#22281E
(34,40,30)
#171D15
(23,29,21)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #7A8066

#7A8066
(122,128,102)
#868B73
(134,139,115)
#929680
(146,150,128)
#9EA18D
(158,161,141)
#AAAC9A
(170,172,154)
#B6B7A7
(182,183,167)
#C2C2B4
(194,194,180)
#CECDC1
(206,205,193)
#DAD8CE
(218,216,206)
#E6E3DB
(230,227,219)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8066 color. Also use rgb(122,128,102) instead hex code.

Text Font Color

.myTextColor { color: #7A8066; }

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

This text font color is #7A8066.


Background Color

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

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

This div background color is #7A8066.


Border color

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

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

This div border color is #7A8066.


Opacity

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

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

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

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

This text has shadow with #7A8066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8066 on black background.


Color preview on white background

This text has color #7A8066 on white background.



Black color preview on #7A8066 background

This text has black color on #7A8066 background.


White color preview on #7A8066 background

This text has white color on #7A8066 background.