COLOR #7A776E

HEX: #7A776E
RGB: (122,119,110)

Color info

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

RGB color model

#7A776E color RGB value is (122,119,110).

  • red value is 122;
  • green value is 119;
  • blue value is 110.
RGB:
(122,119,110)
(48%,47%,43%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 110 of 255 = 43%

122
119
110

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

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 110 = 351 (100%)
R 122 of 351 ~ 34.76%
G 119 of 351 ~ 33.9%
B 110 of 351 ~ 31.34%

%34.76
%33.9
%31.34

CMYK color model

#7A776E color CMYK value is (0,2,10,52).

  • cyan value is 0.00%
  • magenta value is 2.46%
  • yellow value is 9.84%
  • key color value is 52.16%
CMYK:
(0,2,10,52)
C0M2Y10K52 
(0%,2%,10%,52%)
(0.00/0.02/0.10/0.52)	

CMYK percentages

%0
%2.46
%9.84
%52.16

Codes

Color #7A776E in popluar color models

7A776E
RGB122119110
HSL45°5.17%45.49%
HSB/HSV45°9.84%47.84%
CMYK0.00%2.46%9.84%
52.16%

Color #7A776E in popluar number systems.

HEX7A776E
Decimal122119110
Binary111101011101111101110
Octal172167156

Shades and tints

Shades of #7A776E

#7A776E
(122,119,110)
#6F6D64
(111,109,100)
#64635A
(100,99,90)
#595950
(89,89,80)
#4E4F46
(78,79,70)
#43453C
(67,69,60)
#383B32
(56,59,50)
#2D3128
(45,49,40)
#22271E
(34,39,30)
#171D14
(23,29,20)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #7A776E

#7A776E
(122,119,110)
#86837B
(134,131,123)
#928F88
(146,143,136)
#9E9B95
(158,155,149)
#AAA7A2
(170,167,162)
#B6B3AF
(182,179,175)
#C2BFBC
(194,191,188)
#CECBC9
(206,203,201)
#DAD7D6
(218,215,214)
#E6E3E3
(230,227,227)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A776E color. Also use rgb(122,119,110) instead hex code.

Text Font Color

.myTextColor { color: #7A776E; }

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

This text font color is #7A776E.


Background Color

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

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

This div background color is #7A776E.


Border color

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

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

This div border color is #7A776E.


Opacity

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

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

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

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

This text has shadow with #7A776E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A776E on black background.


Color preview on white background

This text has color #7A776E on white background.



Black color preview on #7A776E background

This text has black color on #7A776E background.


White color preview on #7A776E background

This text has white color on #7A776E background.