COLOR #7A8076

HEX: #7A8076 RGB: (122,128,118)

Color info

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

RGB color model

#7A8076 color RGB value is (122,128,118).

RGB: (122,128,118) (48%, 50%, 46%)

RGB channels and saturation

R 122 of 255 = 48%
G 128 of 255 = 50%
B 118 of 255 = 46%

122
128
118

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

Portions of RGB colors in percentages

R + G + B = 122 + 128 + 118 = 368 (100%)
R 122 of 368 ~ 33.15%
G 128 of 368 ~ 34.78%
B 118 of 368 ~ 32.07'%

%33.15
%34.78
%32.07

CMYK color model

#7A8076 color CMYK value is (5,0,8,50).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 7.81%
  • key color value is 49.80%
CMYK: (5,0,8,50) C5M0Y8K50 (5%,0%,8%,50%) (0.05/0.00/0.08/0.50) 

CMYK percentages

%4.69
%0
%7.81
%49.8

Codes

Color #7A8076 in popluar color models

7A 80 76
RGB 122 128 118
HSL 96° 4.07% 48.24%
HSB/HSV 96° 7.81% 50.20%
CMYK 4.69% 0.00% 7.81%
49.80%

Color #7A8076 in popluar number systems.

HEX 7A 80 76
Decimal 122 128 118
Binary 1111010 10000000 1110110
Octal 172 200 166

Shades and tints

Shades of #7A8076

#7A8076
(122,128,118)
#6F756C
(111,117,108)
#646A62
(100,106,98)
#595F58
(89,95,88)
#4E544E
(78,84,78)
#434944
(67,73,68)
#383E3A
(56,62,58)
#2D3330
(45,51,48)
#222826
(34,40,38)
#171D1C
(23,29,28)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #7A8076

#7A8076
(122,128,118)
#868B82
(134,139,130)
#92968E
(146,150,142)
#9EA19A
(158,161,154)
#AAACA6
(170,172,166)
#B6B7B2
(182,183,178)
#C2C2BE
(194,194,190)
#CECDCA
(206,205,202)
#DAD8D6
(218,216,214)
#E6E3E2
(230,227,226)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8076; }

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

This text font color is #7A8076.

Background Color

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

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

This div background color is #7A8076.

Border color

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

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

This div border color is #7A8076.

Opacity

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

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

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

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

This text has shadow with #7A8076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8076.

Preview

Color preview on black background

This text has color #7A8076 on black background.


Color preview on white background

This text has color #7A8076 on white background.


Black color preview on #7A8076 background

This text has black color on #7A8076 background.


White color preview on #7A8076 background

This text has white color on #7A8076 background.


Related colors

Complementary color

Complementary color for #hex is #857F89.


I love getcolorcode.com

Triadic colors

1 #767A80 and #80767A with #7A8076 are triadic colors.

2 #76807A and #807A76 with #7A8076 are triadic colors.