COLOR #7A686D

HEX: #7A686D
RGB: (122,104,109)

Color info

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

RGB color model

#7A686D color RGB value is (122,104,109).

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

RGB channels and saturation

R 122 of 255 = 48%
G 104 of 255 = 41%
B 109 of 255 = 43%

122
104
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 104 + 109 = 335 (100%)
R 122 of 335 ~ 36.42%
G 104 of 335 ~ 31.04%
B 109 of 335 ~ 32.54%

%36.42
%31.04
%32.54

CMYK color model

#7A686D color CMYK value is (0,15,11,52).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(0,15,11,52)
C0M15Y11K52 
(0%,15%,11%,52%)
(0.00/0.15/0.11/0.52)	

CMYK percentages

%0
%14.75
%10.66
%52.16

Codes

Color #7A686D in popluar color models

7A686D
RGB122104109
HSL343°7.96%44.31%
HSB/HSV343°14.75%47.84%
CMYK0.00%14.75%10.66%
52.16%

Color #7A686D in popluar number systems.

HEX7A686D
Decimal122104109
Binary111101011010001101101
Octal172150155

Shades and tints

Shades of #7A686D

#7A686D
(122,104,109)
#6F5F64
(111,95,100)
#64565B
(100,86,91)
#594D52
(89,77,82)
#4E4449
(78,68,73)
#433B40
(67,59,64)
#383237
(56,50,55)
#2D292E
(45,41,46)
#222025
(34,32,37)
#17171C
(23,23,28)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #7A686D

#7A686D
(122,104,109)
#86757A
(134,117,122)
#928287
(146,130,135)
#9E8F94
(158,143,148)
#AA9CA1
(170,156,161)
#B6A9AE
(182,169,174)
#C2B6BB
(194,182,187)
#CEC3C8
(206,195,200)
#DAD0D5
(218,208,213)
#E6DDE2
(230,221,226)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A686D; }

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

This text font color is #7A686D.


Background Color

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

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

This div background color is #7A686D.


Border color

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

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

This div border color is #7A686D.


Opacity

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

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

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

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

This text has shadow with #7A686D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A686D on black background.


Color preview on white background

This text has color #7A686D on white background.



Black color preview on #7A686D background

This text has black color on #7A686D background.


White color preview on #7A686D background

This text has white color on #7A686D background.