COLOR #7A676D

HEX: #7A676D
RGB: (122,103,109)

Color info

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

RGB color model

#7A676D color RGB value is (122,103,109).

  • red value is 122;
  • green value is 103;
  • blue value is 109.
RGB:
(122,103,109)
(48%,40%,43%)

RGB channels and saturation

R 122 of 255 = 48%
G 103 of 255 = 40%
B 109 of 255 = 43%

122
103
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 103 + 109 = 334 (100%)
R 122 of 334 ~ 36.53%
G 103 of 334 ~ 30.84%
B 109 of 334 ~ 32.63%

%36.53
%30.84
%32.63

CMYK color model

#7A676D color CMYK value is (0,16,11,52).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(0,16,11,52)
C0M16Y11K52 
(0%,16%,11%,52%)
(0.00/0.16/0.11/0.52)	

CMYK percentages

%0
%15.57
%10.66
%52.16

Codes

Color #7A676D in popluar color models

7A676D
RGB122103109
HSL341°8.44%44.12%
HSB/HSV341°15.57%47.84%
CMYK0.00%15.57%10.66%
52.16%

Color #7A676D in popluar number systems.

HEX7A676D
Decimal122103109
Binary111101011001111101101
Octal172147155

Shades and tints

Shades of #7A676D

#7A676D
(122,103,109)
#6F5E64
(111,94,100)
#64555B
(100,85,91)
#594C52
(89,76,82)
#4E4349
(78,67,73)
#433A40
(67,58,64)
#383137
(56,49,55)
#2D282E
(45,40,46)
#221F25
(34,31,37)
#17161C
(23,22,28)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #7A676D

#7A676D
(122,103,109)
#86747A
(134,116,122)
#928187
(146,129,135)
#9E8E94
(158,142,148)
#AA9BA1
(170,155,161)
#B6A8AE
(182,168,174)
#C2B5BB
(194,181,187)
#CEC2C8
(206,194,200)
#DACFD5
(218,207,213)
#E6DCE2
(230,220,226)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A676D color. Also use rgb(122,103,109) instead hex code.

Text Font Color

.myTextColor { color: #7A676D; }

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

This text font color is #7A676D.


Background Color

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

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

This div background color is #7A676D.


Border color

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

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

This div border color is #7A676D.


Opacity

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

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

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

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

This text has shadow with #7A676D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A676D on black background.


Color preview on white background

This text has color #7A676D on white background.



Black color preview on #7A676D background

This text has black color on #7A676D background.


White color preview on #7A676D background

This text has white color on #7A676D background.