COLOR #7A7679

HEX: #7A7679 RGB: (122,118,121)

Color info

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

RGB color model

#7A7679 color RGB value is (122,118,121).

RGB: (122,118,121) (48%, 46%, 47%)

RGB channels and saturation

R 122 of 255 = 48%
G 118 of 255 = 46%
B 121 of 255 = 47%

122
118
121

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

Portions of RGB colors in percentages

R + G + B = 122 + 118 + 121 = 361 (100%)
R 122 of 361 ~ 33.8%
G 118 of 361 ~ 32.69%
B 121 of 361 ~ 33.52'%

%33.8
%32.69
%33.52

CMYK color model

#7A7679 color CMYK value is (0,3,1,52).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 0.82%
  • key color value is 52.16%
CMYK: (0,3,1,52) C0M3Y1K52 (0%,3%,1%,52%) (0.00/0.03/0.01/0.52) 

CMYK percentages

%0
%3.28
%0.82
%52.16

Codes

Color #7A7679 in popluar color models

7A 76 79
RGB 122 118 121
HSL 315° 1.67% 47.06%
HSB/HSV 315° 3.28% 47.84%
CMYK 0.00% 3.28% 0.82%
52.16%

Color #7A7679 in popluar number systems.

HEX 7A 76 79
Decimal 122 118 121
Binary 1111010 1110110 1111001
Octal 172 166 171

Shades and tints

Shades of #7A7679

#7A7679
(122,118,121)
#6F6C6E
(111,108,110)
#646263
(100,98,99)
#595858
(89,88,88)
#4E4E4D
(78,78,77)
#434442
(67,68,66)
#383A37
(56,58,55)
#2D302C
(45,48,44)
#222621
(34,38,33)
#171C16
(23,28,22)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #7A7679

#7A7679
(122,118,121)
#868285
(134,130,133)
#928E91
(146,142,145)
#9E9A9D
(158,154,157)
#AAA6A9
(170,166,169)
#B6B2B5
(182,178,181)
#C2BEC1
(194,190,193)
#CECACD
(206,202,205)
#DAD6D9
(218,214,217)
#E6E2E5
(230,226,229)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7679; }

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

This text font color is #7A7679.

Background Color

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

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

This div background color is #7A7679.

Border color

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

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

This div border color is #7A7679.

Opacity

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

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

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

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

This text has shadow with #7A7679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7679.

Preview

Color preview on black background

This text has color #7A7679 on black background.


Color preview on white background

This text has color #7A7679 on white background.


Black color preview on #7A7679 background

This text has black color on #7A7679 background.


White color preview on #7A7679 background

This text has white color on #7A7679 background.


Related colors

Complementary color

Complementary color for #hex is #858986.


I love getcolorcode.com

Triadic colors

1 #797A76 and #76797A with #7A7679 are triadic colors.

2 #79767A and #767A79 with #7A7679 are triadic colors.