COLOR #7A8060

HEX: #7A8060
RGB: (122,128,96)

Color info

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

RGB color model

#7A8060 color RGB value is (122,128,96).

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

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 96 of 255 = 38%

122
128
96

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

Portions of RGB colors in percentages

R + G + B =
122 + 128 + 96 = 346 (100%)
R 122 of 346 ~ 35.26%
G 128 of 346 ~ 36.99%
B 96 of 346 ~ 27.75%

%35.26
%36.99
%27.75

CMYK color model

#7A8060 color CMYK value is (5,0,25,50).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 49.80%
CMYK:
(5,0,25,50)
C5M0Y25K50 
(5%,0%,25%,50%)
(0.05/0.00/0.25/0.50)	

CMYK percentages

%4.69
%0
%25
%49.8

Codes

Color #7A8060 in popluar color models

7A8060
RGB12212896
HSL71°14.29%43.92%
HSB/HSV71°25.00%50.20%
CMYK4.69%0.00%25.00%
49.80%

Color #7A8060 in popluar number systems.

HEX7A8060
Decimal12212896
Binary1111010100000001100000
Octal172200140

Shades and tints

Shades of #7A8060

#7A8060
(122,128,96)
#6F7558
(111,117,88)
#646A50
(100,106,80)
#595F48
(89,95,72)
#4E5440
(78,84,64)
#434938
(67,73,56)
#383E30
(56,62,48)
#2D3328
(45,51,40)
#222820
(34,40,32)
#171D18
(23,29,24)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #7A8060

#7A8060
(122,128,96)
#868B6E
(134,139,110)
#92967C
(146,150,124)
#9EA18A
(158,161,138)
#AAAC98
(170,172,152)
#B6B7A6
(182,183,166)
#C2C2B4
(194,194,180)
#CECDC2
(206,205,194)
#DAD8D0
(218,216,208)
#E6E3DE
(230,227,222)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8060; }

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

This text font color is #7A8060.


Background Color

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

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

This div background color is #7A8060.


Border color

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

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

This div border color is #7A8060.


Opacity

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

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

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

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

This text has shadow with #7A8060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8060 on black background.


Color preview on white background

This text has color #7A8060 on white background.



Black color preview on #7A8060 background

This text has black color on #7A8060 background.


White color preview on #7A8060 background

This text has white color on #7A8060 background.