COLOR #7A8073

HEX: #7A8073
RGB: (122,128,115)

Color info

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

RGB color model

#7A8073 color RGB value is (122,128,115).

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

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 115 of 255 = 45%

122
128
115

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

Portions of RGB colors in percentages

R + G + B =
122 + 128 + 115 = 365 (100%)
R 122 of 365 ~ 33.42%
G 128 of 365 ~ 35.07%
B 115 of 365 ~ 31.51%

%33.42
%35.07
%31.51

CMYK color model

#7A8073 color CMYK value is (5,0,10,50).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 49.80%
CMYK:
(5,0,10,50)
C5M0Y10K50 
(5%,0%,10%,50%)
(0.05/0.00/0.10/0.50)	

CMYK percentages

%4.69
%0
%10.16
%49.8

Codes

Color #7A8073 in popluar color models

7A8073
RGB122128115
HSL88°5.35%47.65%
HSB/HSV88°10.16%50.20%
CMYK4.69%0.00%10.16%
49.80%

Color #7A8073 in popluar number systems.

HEX7A8073
Decimal122128115
Binary1111010100000001110011
Octal172200163

Shades and tints

Shades of #7A8073

#7A8073
(122,128,115)
#6F7569
(111,117,105)
#646A5F
(100,106,95)
#595F55
(89,95,85)
#4E544B
(78,84,75)
#434941
(67,73,65)
#383E37
(56,62,55)
#2D332D
(45,51,45)
#222823
(34,40,35)
#171D19
(23,29,25)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #7A8073

#7A8073
(122,128,115)
#868B7F
(134,139,127)
#92968B
(146,150,139)
#9EA197
(158,161,151)
#AAACA3
(170,172,163)
#B6B7AF
(182,183,175)
#C2C2BB
(194,194,187)
#CECDC7
(206,205,199)
#DAD8D3
(218,216,211)
#E6E3DF
(230,227,223)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8073; }

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

This text font color is #7A8073.


Background Color

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

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

This div background color is #7A8073.


Border color

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

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

This div border color is #7A8073.


Opacity

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

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

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

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

This text has shadow with #7A8073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8073 on black background.


Color preview on white background

This text has color #7A8073 on white background.



Black color preview on #7A8073 background

This text has black color on #7A8073 background.


White color preview on #7A8073 background

This text has white color on #7A8073 background.